mongodb-operator v0.13.0

This commit is contained in:
2025-08-07 19:27:49 +03:00
parent b6ea5d3393
commit 3e3814efbe
3 changed files with 4 additions and 7 deletions

View File

@@ -14,8 +14,8 @@ spec:
destination: destination:
server: 'https://kubernetes.default.svc' server: 'https://kubernetes.default.svc'
namespace: mongodb-operator namespace: mongodb-operator
# syncPolicy: syncPolicy:
# automated: automated:
# prune: true prune: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true

View File

@@ -10,4 +10,4 @@ helmCharts:
releaseName: *name releaseName: *name
repo: https://mongodb.github.io/helm-charts repo: https://mongodb.github.io/helm-charts
valuesFile: values.yaml valuesFile: values.yaml
version: 0.12.0 # helm search repo mongodb/community-operator --versions version: 0.13.0 # helm search repo mongodb/community-operator --versions

View File

@@ -1,5 +1,2 @@
operator: operator:
watchNamespace: '*' watchNamespace: '*'
mongodb:
repo: mirror.gcr.io