diff --git a/charts/atlas-operator-crds/Chart.yaml b/charts/atlas-operator-crds/Chart.yaml index 7c815935..fcf8f2f1 100644 --- a/charts/atlas-operator-crds/Chart.yaml +++ b/charts/atlas-operator-crds/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: mongodb-atlas-operator-crds description: MongoDB Atlas Operator CRDs - Helm chart for installing and upgrading Custom Resource Definitions (CRDs) for the Atlas Operator. type: application -version: 2.1.0 -appVersion: 2.1.0 +version: 2.2.0 +appVersion: 2.2.0 kubeVersion: ">=1.15.0-0" keywords: - mongodb diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackuppolicies.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackuppolicies.yaml index 88fd3eb9..2e0e0f1b 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackuppolicies.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackuppolicies.yaml @@ -89,6 +89,7 @@ spec: - daily - weekly - monthly + - yearly type: string retentionUnit: description: 'Scope of the backup policy item: days, weeks, @@ -97,6 +98,7 @@ spec: - days - weeks - months + - years type: string retentionValue: description: Value to associate with RetentionUnit diff --git a/charts/atlas-operator/Chart.yaml b/charts/atlas-operator/Chart.yaml index 4b53343a..c936bb8c 100644 --- a/charts/atlas-operator/Chart.yaml +++ b/charts/atlas-operator/Chart.yaml @@ -3,8 +3,8 @@ name: mongodb-atlas-operator description: |- MongoDB Atlas Operator - a Helm chart for installing and upgrading Atlas Operator: the official Kubernetes operator allowing to manage MongoDB Atlas resources from Kubernetes type: application -version: 2.1.0 -appVersion: 2.1.0 +version: 2.2.0 +appVersion: 2.2.0 kubeVersion: ">=1.15.0-0" keywords: - mongodb @@ -19,6 +19,6 @@ maintainers: email: support@mongodb.com dependencies: - name: mongodb-atlas-operator-crds - version: "2.1.0" + version: "2.2.0" repository: "https://mongodb.github.io/helm-charts" condition: mongodb-atlas-operator-crds.enabled