Skip to content

Commit

Permalink
Community Operator - Release 0.9.0 (#285)
Browse files Browse the repository at this point in the history
* release community 0.9.0
  • Loading branch information
nammn authored Nov 21, 2023
1 parent b20a616 commit 6ddf86b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.8.3
appVersion: 0.8.3
version: 0.9.0
appVersion: 0.9.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.8.3
version: 0.9.0
type: application
appVersion: 0.8.3
appVersion: 0.9.0
kubeVersion: '>=1.16-0'
keywords:
- mongodb
Expand All @@ -16,6 +16,6 @@ maintainers:
email: support@mongodb.com
dependencies:
- name: community-operator-crds
version: 0.8.3
version: 0.9.0
repository: https://mongodb.github.io/helm-charts
condition: community-operator-crds.enabled
4 changes: 2 additions & 2 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.8.3
version: 0.9.0

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

agent:
name: mongodb-agent
version: 12.0.25.7724-1
version: 107.0.0.8465-1
versionUpgradeHook:
name: mongodb-kubernetes-operator-version-upgrade-post-start-hook
version: 1.0.8
Expand Down

0 comments on commit 6ddf86b

Please sign in to comment.