Skip to content

Commit 3a432b6

Browse files
committed
Bump bundle to version '0.36.0'
1 parent 9e2a0a2 commit 3a432b6

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.35.1
1+
VERSION ?= 0.36.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.35.1
254+
KIND_VERSION ?= 0.36.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,8 +524,8 @@ metadata:
524524
]
525525
capabilities: Deep Insights
526526
categories: Database
527-
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.35.1
528-
createdAt: "2024-10-25T15:37:50Z"
527+
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.36.0
528+
createdAt: "2024-11-08T11:40:42Z"
529529
description: Run and operate MariaDB in a cloud native way
530530
features.operators.openshift.io/disconnected: "false"
531531
features.operators.openshift.io/fips-compliant: "false"
@@ -538,7 +538,7 @@ metadata:
538538
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
539539
repository: https://github.com/mariadb-operator/mariadb-operator
540540
support: mariadb-operator
541-
name: mariadb-operator.v0.35.1
541+
name: mariadb-operator.v0.36.0
542542
namespace: placeholder
543543
spec:
544544
apiservicedefinitions: {}
@@ -780,7 +780,7 @@ spec:
780780
- args:
781781
- --leader-elect
782782
- --leader-election-id=helm-operator
783-
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.35.1
783+
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.36.0
784784
livenessProbe:
785785
httpGet:
786786
path: /healthz
@@ -872,4 +872,4 @@ spec:
872872
provider:
873873
name: mariadb-operator
874874
url: https://github.com/mariadb-operator/mariadb-operator
875-
version: 0.35.1
875+
version: 0.36.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.35.1
8+
newTag: 0.36.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.35.1
8+
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.36.0
99
description: Run and operate MariaDB in a cloud native way
1010
features.operators.openshift.io/disconnected: "false"
1111
features.operators.openshift.io/fips-compliant: "false"

0 commit comments

Comments
 (0)