Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Community Operator - Release 0.9.0 #285

Merged
merged 4 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading