File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- VERSION ?= 0.21 .0
1
+ VERSION ?= 0.22 .0
2
2
3
3
CHANNELS ?= alpha
4
4
BUNDLE_CHANNELS := --channels=$(CHANNELS )
@@ -261,7 +261,7 @@ $(LOCALBIN):
261
261
262
262
.PHONY : kind
263
263
KIND = ./bin/kind
264
- KIND_VERSION ?= 0.21 .0
264
+ KIND_VERSION ?= 0.22 .0
265
265
kind : # # Download kind locally if necessary.
266
266
ifeq (,$(wildcard $(KIND ) ) )
267
267
ifeq (,$(shell which kind 2>/dev/null) )
Original file line number Diff line number Diff line change @@ -323,12 +323,12 @@ metadata:
323
323
]
324
324
capabilities : Deep Insights
325
325
categories : Database
326
- containerImage : ghcr.io/mariadb-operator/mariadb-operator-helm:0.21 .0
326
+ containerImage : ghcr.io/mariadb-operator/mariadb-operator-helm:0.22 .0
327
327
description : Run and operate MariaDB in a cloud native way
328
328
operators.operatorframework.io/builder : operator-sdk-v1.26.0
329
329
operators.operatorframework.io/project_layout : helm.sdk.operatorframework.io/v1
330
330
repository : https://github.com/mariadb-operator/mariadb-operator
331
- name : mariadb-operator.v0.21 .0
331
+ name : mariadb-operator.v0.22 .0
332
332
namespace : placeholder
333
333
spec :
334
334
apiservicedefinitions : {}
@@ -564,7 +564,7 @@ spec:
564
564
- args :
565
565
- --leader-elect
566
566
- --leader-election-id=helm-operator
567
- image : ghcr.io/mariadb-operator/mariadb-operator-helm:0.21 .0
567
+ image : ghcr.io/mariadb-operator/mariadb-operator-helm:0.22 .0
568
568
livenessProbe :
569
569
httpGet :
570
570
path : /healthz
@@ -659,4 +659,4 @@ spec:
659
659
provider :
660
660
name : mariadb-operator
661
661
url : https://github.com/mariadb-operator/mariadb-operator
662
- version : 0.21 .0
662
+ version : 0.22 .0
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ kind: Kustomization
5
5
images :
6
6
- name : controller
7
7
newName : ghcr.io/mariadb-operator/mariadb-operator-helm
8
- newTag : 0.21 .0
8
+ newTag : 0.22 .0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
alm-examples : ' []'
6
6
capabilities : Deep Insights
7
7
categories : Database
8
- containerImage : ghcr.io/mariadb-operator/mariadb-operator-helm:0.21 .0
8
+ containerImage : ghcr.io/mariadb-operator/mariadb-operator-helm:0.22 .0
9
9
description : Run and operate MariaDB in a cloud native way
10
10
repository : https://github.com/mariadb-operator/mariadb-operator
11
11
name : mariadb-operator.v0.0.0
You can’t perform that action at this time.
0 commit comments