File tree Expand file tree Collapse file tree 6 files changed +19
-9
lines changed Expand file tree Collapse file tree 6 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 1- VERSION ?= 0.30 .0
1+ VERSION ?= 0.31 .0
22
33CHANNELS ?= alpha
44BUNDLE_CHANNELS := --channels=$(CHANNELS )
@@ -251,7 +251,7 @@ $(LOCALBIN):
251251
252252.PHONY : kind
253253KIND = ./bin/kind
254- KIND_VERSION ?= 0.30 .0
254+ KIND_VERSION ?= 0.31 .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 @@ -7156,6 +7156,11 @@ spec:
71567156 description: Labels to be added to children resources.
71577157 type: object
71587158 type: object
7159+ podAffinity:
7160+ description: PodAffinity indicates whether the recovery
7161+ Jobs should run in the same Node as the MariaDB Pods.
7162+ It defaults to true.
7163+ type: boolean
71597164 resources:
71607165 description: Resouces describes the compute resource requirements.
71617166 properties:
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.30 .0
528- createdAt : " 2024-08-29T15:10:12Z "
527+ containerImage : ghcr.io/mariadb-operator/mariadb-operator-helm:0.31 .0
528+ createdAt : " 2024-09-13T15:44:21Z "
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.30 .0
534+ name : mariadb-operator.v0.31 .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.30 .0
777+ image : ghcr.io/mariadb-operator/mariadb-operator-helm:0.31 .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.30 .0
869+ version : 0.31 .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.30 .0
8+ newTag : 0.31 .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.30 .0
8+ containerImage : ghcr.io/mariadb-operator/mariadb-operator-helm:0.31 .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
Original file line number Diff line number Diff line change @@ -11724,6 +11724,11 @@ spec:
1172411724 description: Labels to be added to children resources.
1172511725 type: object
1172611726 type: object
11727+ podAffinity:
11728+ description: PodAffinity indicates whether the recovery
11729+ Jobs should run in the same Node as the MariaDB Pods.
11730+ It defaults to true.
11731+ type: boolean
1172711732 resources:
1172811733 description: Resouces describes the compute resource requirements.
1172911734 properties:
You can’t perform that action at this time.
0 commit comments