Skip to content

Commit

Permalink
Update community-operator charts for 0.12.0 release (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejKaras authored Dec 18, 2024
1 parent 8a53f24 commit ad091e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/community-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: community-operator-crds
description: MongoDB Kubernetes Community Operator - CRDs
type: application
version: 0.11.0
appVersion: 0.11.0
version: 0.12.0
appVersion: 0.12.0
kubeVersion: '>=1.16-0'
keywords:
- mongodb
Expand Down
6 changes: 3 additions & 3 deletions charts/community-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
name: community-operator
description: MongoDB Kubernetes Community Operator
version: 0.11.0
version: 0.12.0
type: application
appVersion: 0.11.0
appVersion: 0.12.0
kubeVersion: '>=1.16-0'
keywords:
- mongodb
Expand All @@ -16,6 +16,6 @@ maintainers:
email: [email protected]
dependencies:
- name: community-operator-crds
version: 0.11.0
version: 0.12.0
repository: https://mongodb.github.io/helm-charts
condition: community-operator-crds.enabled
6 changes: 3 additions & 3 deletions charts/community-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ operator:
deploymentName: mongodb-kubernetes-operator

# Version of mongodb-kubernetes-operator
version: 0.11.0
version: 0.12.0

# Uncomment this line to watch all namespaces
# watchNamespace: "*"
Expand Down Expand Up @@ -62,13 +62,13 @@ database:

agent:
name: mongodb-agent-ubi
version: 107.0.7.8596-1
version: 108.0.2.8729-1
versionUpgradeHook:
name: mongodb-kubernetes-operator-version-upgrade-post-start-hook
version: 1.0.9
readinessProbe:
name: mongodb-kubernetes-readinessprobe
version: 1.0.20
version: 1.0.22
mongodb:
name: mongodb-community-server
repo: docker.io/mongodb
Expand Down

0 comments on commit ad091e2

Please sign in to comment.