diff --git a/charts/community-operator-crds/Chart.yaml b/charts/community-operator-crds/Chart.yaml index 8ef5b490..d145d0af 100644 --- a/charts/community-operator-crds/Chart.yaml +++ b/charts/community-operator-crds/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: community-operator-crds description: MongoDB Kubernetes Community Operator - CRDs type: application -version: 0.12.0 +version: 0.12.1 appVersion: 0.12.0 kubeVersion: '>=1.16-0' keywords: diff --git a/charts/community-operator-crds/templates/mongodbcommunity.mongodb.com_mongodbcommunity.yaml b/charts/community-operator-crds/templates/mongodbcommunity.mongodb.com_mongodbcommunity.yaml index e7c3faa6..c082e65e 100644 --- a/charts/community-operator-crds/templates/mongodbcommunity.mongodb.com_mongodbcommunity.yaml +++ b/charts/community-operator-crds/templates/mongodbcommunity.mongodb.com_mongodbcommunity.yaml @@ -3,6 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: + helm.sh/resource-policy: keep controller-gen.kubebuilder.io/version: v0.15.0 service.binding: path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret service.binding/connectionString: path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=connectionString.standardSrv diff --git a/charts/community-operator/Chart.yaml b/charts/community-operator/Chart.yaml index 0a64d21b..d3fb5253 100644 --- a/charts/community-operator/Chart.yaml +++ b/charts/community-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: community-operator description: MongoDB Kubernetes Community Operator -version: 0.12.0 +version: 0.12.1 type: application appVersion: 0.12.0 kubeVersion: '>=1.16-0' @@ -16,6 +16,6 @@ maintainers: email: support@mongodb.com dependencies: - name: community-operator-crds - version: 0.12.0 - repository: https://mongodb.github.io/helm-charts + version: 0.12.1 + repository: "file://../community-operator-crds" condition: community-operator-crds.enabled