Skip to content

Commit

Permalink
Update community-operator charts for 0.8.2 release (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-cosbuc authored Aug 14, 2023
1 parent 0bf4037 commit c7fe215
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.1
appVersion: 0.8.1
version: 0.8.2
appVersion: 0.8.2
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.1
version: 0.8.2
type: application
appVersion: 0.8.1
appVersion: 0.8.2
kubeVersion: '>=1.16-0'
keywords:
- mongodb
Expand All @@ -16,6 +16,6 @@ maintainers:
email: [email protected]
dependencies:
- name: community-operator-crds
version: 0.8.1
version: 0.8.2
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 @@ -16,7 +16,7 @@ operator:
deploymentName: mongodb-kubernetes-operator

# Version of mongodb-kubernetes-operator
version: 0.8.1
version: 0.8.2

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

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

0 comments on commit c7fe215

Please sign in to comment.