Skip to content

Commit 1dc382b

Browse files
committed
Bump bundle to version '0.31.0'
1 parent 200b6d6 commit 1dc382b

File tree

6 files changed

+19
-9
lines changed

6 files changed

+19
-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.30.0
1+
VERSION ?= 0.31.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.30.0
254+
KIND_VERSION ?= 0.31.0
255255
kind: ## Download kind locally if necessary.
256256
ifeq (,$(wildcard $(KIND)))
257257
ifeq (,$(shell which kind 2>/dev/null))

bundle/manifests/k8s.mariadb.com_mariadbs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

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.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
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.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

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.30.0
8+
newTag: 0.31.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.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

config/manifests/crds/crds.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)