Skip to content

Commit 11e9b43

Browse files
committed
Bump bundle to version '0.33.0'
1 parent 9636e73 commit 11e9b43

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= 0.32.0
1+
VERSION ?= 0.33.0
22

33
CHANNELS ?= alpha
44
BUNDLE_CHANNELS := --channels=$(CHANNELS)
@@ -251,7 +251,7 @@ $(LOCALBIN):
251251

252252
.PHONY: kind
253253
KIND = ./bin/kind
254-
KIND_VERSION ?= 0.32.0
254+
KIND_VERSION ?= 0.33.0
255255
kind: ## Download kind locally if necessary.
256256
ifeq (,$(wildcard $(KIND)))
257257
ifeq (,$(shell which kind 2>/dev/null))

bundle/manifests/mariadb-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -524,14 +524,14 @@ metadata:
524524
]
525525
capabilities: Deep Insights
526526
categories: Database
527-
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.32.0
528-
createdAt: "2024-09-27T10:28:57Z"
527+
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.33.0
528+
createdAt: "2024-09-27T15:50:58Z"
529529
description: Run and operate MariaDB in a cloud native way
530530
operators.operatorframework.io/builder: operator-sdk-v1.26.0
531531
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
532532
repository: https://github.com/mariadb-operator/mariadb-operator
533533
support: mariadb-operator
534-
name: mariadb-operator.v0.32.0
534+
name: mariadb-operator.v0.33.0
535535
namespace: placeholder
536536
spec:
537537
apiservicedefinitions: {}
@@ -774,7 +774,7 @@ spec:
774774
- args:
775775
- --leader-elect
776776
- --leader-election-id=helm-operator
777-
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.32.0
777+
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.33.0
778778
livenessProbe:
779779
httpGet:
780780
path: /healthz
@@ -866,4 +866,4 @@ spec:
866866
provider:
867867
name: mariadb-operator
868868
url: https://github.com/mariadb-operator/mariadb-operator
869-
version: 0.32.0
869+
version: 0.33.0

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: ghcr.io/mariadb-operator/mariadb-operator-helm
8-
newTag: 0.32.0
8+
newTag: 0.33.0

config/manifests/bases/mariadb-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
alm-examples: '[]'
66
capabilities: Deep Insights
77
categories: Database
8-
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.32.0
8+
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.33.0
99
description: Run and operate MariaDB in a cloud native way
1010
repository: https://github.com/mariadb-operator/mariadb-operator
1111
support: mariadb-operator

0 commit comments

Comments
 (0)