Skip to content

Commit

Permalink
Bump bundle to version '0.17.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Jul 16, 2023
1 parent 09ad977 commit a3ff619
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 0.16.0
VERSION ?= 0.17.0

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

.PHONY: kind
KIND = ./bin/kind
KIND_VERSION ?= 0.16.0
KIND_VERSION ?= 0.17.0
kind: ## Download kind locally if necessary.
ifeq (,$(wildcard $(KIND)))
ifeq (,$(shell which kind 2>/dev/null))
Expand Down
8 changes: 4 additions & 4 deletions bundle/manifests/mariadb-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,12 +316,12 @@ metadata:
]
capabilities: Deep Insights
categories: Database
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.16.0
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.17.0
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
name: mariadb-operator.v0.16.0
name: mariadb-operator.v0.17.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -494,7 +494,7 @@ spec:
- args:
- --leader-elect
- --leader-election-id=helm-operator
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.16.0
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.17.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -589,4 +589,4 @@ spec:
provider:
name: mariadb-operator
url: https://github.com/mariadb-operator/mariadb-operator
version: 0.16.0
version: 0.17.0
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.16.0
newTag: 0.17.0
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.16.0
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.17.0
description: Run and operate MariaDB in a cloud native way
repository: https://github.com/mariadb-operator/mariadb-operator
name: mariadb-operator.v0.0.0
Expand Down

0 comments on commit a3ff619

Please sign in to comment.