From c7fe21526a6129cae1624bbbced37ab1ba67d2fa Mon Sep 17 00:00:00 2001 From: mircea-cosbuc Date: Mon, 14 Aug 2023 16:28:42 +0200 Subject: [PATCH] Update community-operator charts for 0.8.2 release (#245) --- charts/community-operator-crds/Chart.yaml | 4 ++-- charts/community-operator/Chart.yaml | 6 +++--- charts/community-operator/values.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/community-operator-crds/Chart.yaml b/charts/community-operator-crds/Chart.yaml index 7a024330..475999f5 100644 --- a/charts/community-operator-crds/Chart.yaml +++ b/charts/community-operator-crds/Chart.yaml @@ -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 diff --git a/charts/community-operator/Chart.yaml b/charts/community-operator/Chart.yaml index 27f948fb..125af822 100644 --- a/charts/community-operator/Chart.yaml +++ b/charts/community-operator/Chart.yaml @@ -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 @@ -16,6 +16,6 @@ maintainers: email: support@mongodb.com 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 diff --git a/charts/community-operator/values.yaml b/charts/community-operator/values.yaml index 5a6c8ace..deac813a 100644 --- a/charts/community-operator/values.yaml +++ b/charts/community-operator/values.yaml @@ -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: "*" @@ -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