diff --git a/charts/atlas-operator-crds/Chart.yaml b/charts/atlas-operator-crds/Chart.yaml index 49781dd..dac0a58 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.10.0 -appVersion: 2.10.0 +version: 2.9.1 +appVersion: 2.9.1 kubeVersion: ">=1.15.0-0" keywords: - mongodb diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasthirdpartyintegrations.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasthirdpartyintegrations.yaml index e7ddec2..edc417d 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasthirdpartyintegrations.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasthirdpartyintegrations.yaml @@ -1,3 +1,4 @@ +--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: @@ -431,4 +432,4 @@ status: kind: "" plural: "" conditions: null - storedVersions: null + storedVersions: null \ No newline at end of file diff --git a/charts/atlas-operator/Chart.yaml b/charts/atlas-operator/Chart.yaml index 7087e51..96e6571 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.10.0 -appVersion: 2.10.0 +version: 2.9.1 +appVersion: 2.9.1 kubeVersion: ">=1.15.0-0" keywords: - mongodb @@ -19,6 +19,6 @@ maintainers: email: support@mongodb.com dependencies: - name: mongodb-atlas-operator-crds - version: "2.10.0" + version: "2.9.1" repository: "https://mongodb.github.io/helm-charts" condition: mongodb-atlas-operator-crds.enabled