File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- VERSION ?= 0.32 .0
1+ VERSION ?= 0.33 .0
22
33CHANNELS ?= alpha
44BUNDLE_CHANNELS := --channels=$(CHANNELS )
@@ -251,7 +251,7 @@ $(LOCALBIN):
251251
252252.PHONY : kind
253253KIND = ./bin/kind
254- KIND_VERSION ?= 0.32 .0
254+ KIND_VERSION ?= 0.33 .0
255255kind : # # Download kind locally if necessary.
256256ifeq (,$(wildcard $(KIND ) ) )
257257ifeq (,$(shell which kind 2>/dev/null) )
Original file line number Diff line number Diff 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
536536spec :
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
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ kind: Kustomization
55images :
66- name : controller
77 newName : ghcr.io/mariadb-operator/mariadb-operator-helm
8- newTag : 0.32 .0
8+ newTag : 0.33 .0
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments