Skip to content

Commit

Permalink
Bump bundle to version '0.35.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Oct 25, 2024
1 parent cc57ad3 commit 9e2a0a2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 0.35.0
VERSION ?= 0.35.1

CHANNELS ?= alpha
BUNDLE_CHANNELS := --channels=$(CHANNELS)
Expand Down Expand Up @@ -251,7 +251,7 @@ $(LOCALBIN):

.PHONY: kind
KIND = ./bin/kind
KIND_VERSION ?= 0.35.0
KIND_VERSION ?= 0.35.1
kind: ## Download kind locally if necessary.
ifeq (,$(wildcard $(KIND)))
ifeq (,$(shell which kind 2>/dev/null))
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/mariadb-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,8 @@ metadata:
]
capabilities: Deep Insights
categories: Database
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.35.0
createdAt: "2024-10-24T12:56:40Z"
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.35.1
createdAt: "2024-10-25T15:37:50Z"
description: Run and operate MariaDB in a cloud native way
features.operators.openshift.io/disconnected: "false"
features.operators.openshift.io/fips-compliant: "false"
Expand All @@ -538,7 +538,7 @@ metadata:
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
repository: https://github.com/mariadb-operator/mariadb-operator
support: mariadb-operator
name: mariadb-operator.v0.35.0
name: mariadb-operator.v0.35.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -780,7 +780,7 @@ spec:
- args:
- --leader-elect
- --leader-election-id=helm-operator
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.35.0
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.35.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -872,4 +872,4 @@ spec:
provider:
name: mariadb-operator
url: https://github.com/mariadb-operator/mariadb-operator
version: 0.35.0
version: 0.35.1
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/mariadb-operator/mariadb-operator-helm
newTag: 0.35.0
newTag: 0.35.1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
alm-examples: '[]'
capabilities: Deep Insights
categories: Database
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.35.0
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.35.1
description: Run and operate MariaDB in a cloud native way
features.operators.openshift.io/disconnected: "false"
features.operators.openshift.io/fips-compliant: "false"
Expand Down

0 comments on commit 9e2a0a2

Please sign in to comment.