Skip to content

Commit fb2c3c1

Browse files
committed
Bump bundle to version '0.37.1'
1 parent f916039 commit fb2c3c1

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.37.0
1+
VERSION ?= 0.37.1
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.37.0
254+
KIND_VERSION ?= 0.37.1
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.37.0
528-
createdAt: "2025-01-28T12:30:39Z"
527+
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.37.1
528+
createdAt: "2025-01-28T20:34:13Z"
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.37.0
541+
name: mariadb-operator.v0.37.1
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.37.0
783+
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.37.1
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.37.0
875+
version: 0.37.1

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.37.0
8+
newTag: 0.37.1

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.37.0
8+
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.37.1
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)