Skip to content

Commit

Permalink
Bump bundle to version '0.28.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed May 2, 2024
1 parent b576255 commit 212e49a
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.28.0
VERSION ?= 0.28.1

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

.PHONY: kind
KIND = ./bin/kind
KIND_VERSION ?= 0.28.0
KIND_VERSION ?= 0.28.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 @@ -516,14 +516,14 @@ metadata:
]
capabilities: Deep Insights
categories: Database
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.28.0
createdAt: "2024-05-02T13:01:46Z"
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.28.1
createdAt: "2024-05-02T14:00:31Z"
description: Run and operate MariaDB in a cloud native way
operators.operatorframework.io/builder: operator-sdk-v1.26.0
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.28.0
name: mariadb-operator.v0.28.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -766,7 +766,7 @@ spec:
- args:
- --leader-elect
- --leader-election-id=helm-operator
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.28.0
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.28.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -858,4 +858,4 @@ spec:
provider:
name: mariadb-operator
url: https://github.com/mariadb-operator/mariadb-operator
version: 0.28.0
version: 0.28.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.28.0
newTag: 0.28.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.28.0
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.28.1
description: Run and operate MariaDB in a cloud native way
repository: https://github.com/mariadb-operator/mariadb-operator
support: mariadb-operator
Expand Down

0 comments on commit 212e49a

Please sign in to comment.