Skip to content

Commit 936cd70

Browse files
committed
Bump bundle to version '25.8.2'
1 parent deb4869 commit 936cd70

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.8.1
1+
VERSION ?= 25.8.2
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.8.1
254+
KIND_VERSION ?= 25.8.2
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
@@ -591,8 +591,8 @@ metadata:
591591
]
592592
capabilities: Deep Insights
593593
categories: Database
594-
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:25.8.1
595-
createdAt: "2025-07-27T11:49:54Z"
594+
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:25.8.2
595+
createdAt: "2025-07-30T08:03:45Z"
596596
description: Run and operate MariaDB in a cloud native way
597597
features.operators.openshift.io/disconnected: "false"
598598
features.operators.openshift.io/fips-compliant: "false"
@@ -605,7 +605,7 @@ metadata:
605605
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
606606
repository: https://github.com/mariadb-operator/mariadb-operator
607607
support: mariadb-operator
608-
name: mariadb-operator.v25.8.1
608+
name: mariadb-operator.v25.8.2
609609
namespace: placeholder
610610
spec:
611611
apiservicedefinitions: {}
@@ -852,7 +852,7 @@ spec:
852852
- args:
853853
- --leader-elect
854854
- --leader-election-id=helm-operator
855-
image: ghcr.io/mariadb-operator/mariadb-operator-helm:25.8.1
855+
image: ghcr.io/mariadb-operator/mariadb-operator-helm:25.8.2
856856
livenessProbe:
857857
httpGet:
858858
path: /healthz
@@ -944,4 +944,4 @@ spec:
944944
provider:
945945
name: mariadb-operator
946946
url: https://github.com/mariadb-operator/mariadb-operator
947-
version: 25.8.1
947+
version: 25.8.2

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.8.1
8+
newTag: 25.8.2

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