Skip to content

Commit

Permalink
Bump bundle to version '0.31.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Sep 13, 2024
1 parent 200b6d6 commit 1dc382b
Show file tree
Hide file tree
Showing 6 changed files with 19 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.30.0
VERSION ?= 0.31.0

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

.PHONY: kind
KIND = ./bin/kind
KIND_VERSION ?= 0.30.0
KIND_VERSION ?= 0.31.0
kind: ## Download kind locally if necessary.
ifeq (,$(wildcard $(KIND)))
ifeq (,$(shell which kind 2>/dev/null))
Expand Down
5 changes: 5 additions & 0 deletions bundle/manifests/k8s.mariadb.com_mariadbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7156,6 +7156,11 @@ spec:
description: Labels to be added to children resources.
type: object
type: object
podAffinity:
description: PodAffinity indicates whether the recovery
Jobs should run in the same Node as the MariaDB Pods.
It defaults to true.
type: boolean
resources:
description: Resouces describes the compute resource requirements.
properties:
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,14 +524,14 @@ metadata:
]
capabilities: Deep Insights
categories: Database
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.30.0
createdAt: "2024-08-29T15:10:12Z"
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.31.0
createdAt: "2024-09-13T15:44:21Z"
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.30.0
name: mariadb-operator.v0.31.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -774,7 +774,7 @@ spec:
- args:
- --leader-elect
- --leader-election-id=helm-operator
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.30.0
image: ghcr.io/mariadb-operator/mariadb-operator-helm:0.31.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -866,4 +866,4 @@ spec:
provider:
name: mariadb-operator
url: https://github.com/mariadb-operator/mariadb-operator
version: 0.30.0
version: 0.31.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.30.0
newTag: 0.31.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.30.0
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.31.0
description: Run and operate MariaDB in a cloud native way
repository: https://github.com/mariadb-operator/mariadb-operator
support: mariadb-operator
Expand Down
5 changes: 5 additions & 0 deletions config/manifests/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11724,6 +11724,11 @@ spec:
description: Labels to be added to children resources.
type: object
type: object
podAffinity:
description: PodAffinity indicates whether the recovery
Jobs should run in the same Node as the MariaDB Pods.
It defaults to true.
type: boolean
resources:
description: Resouces describes the compute resource requirements.
properties:
Expand Down

0 comments on commit 1dc382b

Please sign in to comment.