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:
server: 'https://kubernetes.default.svc'
namespace: mongodb-operator
# syncPolicy:
# automated:
# prune: true
syncPolicy:
automated:
prune: true
syncOptions:
- CreateNamespace=true

View File

@@ -10,4 +10,4 @@ helmCharts:
releaseName: *name
repo: https://mongodb.github.io/helm-charts
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:
watchNamespace: '*'
mongodb:
repo: mirror.gcr.io