Skip to content

Commit 5166f65

Browse files
committed
Bump bundle to version '25.10.1'
1 parent e677e20 commit 5166f65

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 ?= 25.10.0
1+
VERSION ?= 25.10.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 ?= 25.10.0
254+
KIND_VERSION ?= 25.10.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
@@ -613,8 +613,8 @@ metadata:
613613
]
614614
capabilities: Deep Insights
615615
categories: Database
616-
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:25.10.0
617-
createdAt: "2025-10-23T14:15:47Z"
616+
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:25.10.1
617+
createdAt: "2025-10-23T15:16:37Z"
618618
description: Run and operate MariaDB in a cloud native way
619619
features.operators.openshift.io/disconnected: "false"
620620
features.operators.openshift.io/fips-compliant: "false"
@@ -627,7 +627,7 @@ metadata:
627627
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
628628
repository: https://github.com/mariadb-operator/mariadb-operator
629629
support: mariadb-operator
630-
name: mariadb-operator.v25.10.0
630+
name: mariadb-operator.v25.10.1
631631
namespace: placeholder
632632
spec:
633633
apiservicedefinitions: {}
@@ -879,7 +879,7 @@ spec:
879879
- args:
880880
- --leader-elect
881881
- --leader-election-id=helm-operator
882-
image: ghcr.io/mariadb-operator/mariadb-operator-helm:25.10.0
882+
image: ghcr.io/mariadb-operator/mariadb-operator-helm:25.10.1
883883
livenessProbe:
884884
httpGet:
885885
path: /healthz
@@ -971,4 +971,4 @@ spec:
971971
provider:
972972
name: mariadb-operator
973973
url: https://github.com/mariadb-operator/mariadb-operator
974-
version: 25.10.0
974+
version: 25.10.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: 25.10.0
8+
newTag: 25.10.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:25.10.0
8+
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:25.10.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)