Skip to content

Commit

Permalink
Bump bundle to version '0.23.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Dec 4, 2023
1 parent 88c7b9c commit a4cb442
Show file tree
Hide file tree
Showing 6 changed files with 1,500 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 0.22.0
VERSION ?= 0.23.0

CHANNELS ?= alpha
BUNDLE_CHANNELS := --channels=$(CHANNELS)
Expand Down Expand Up @@ -261,7 +261,7 @@ $(LOCALBIN):

.PHONY: kind
KIND = ./bin/kind
KIND_VERSION ?= 0.22.0
KIND_VERSION ?= 0.23.0
kind: ## Download kind locally if necessary.
ifeq (,$(wildcard $(KIND)))
ifeq (,$(shell which kind 2>/dev/null))
Expand Down
8 changes: 4 additions & 4 deletions bundle/manifests/mariadb-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,12 +323,12 @@ metadata:
]
capabilities: Deep Insights
categories: Database
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.22.0
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.23.0
description: Run and operate MariaDB in a cloud native way
operators.operatorframework.io/builder: operator-sdk-v1.26.0
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
repository: https://github.com/mariadb-operator/mariadb-operator
name: mariadb-operator.v0.22.0
name: mariadb-operator.v0.23.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -564,7 +564,7 @@ spec:
- args:
- --leader-elect
- --leader-election-id=helm-operator
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.22.0
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.23.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -659,4 +659,4 @@ spec:
provider:
name: mariadb-operator
url: https://github.com/mariadb-operator/mariadb-operator
version: 0.22.0
version: 0.23.0
Loading

0 comments on commit a4cb442

Please sign in to comment.