diff --git a/release/infra-mongo-bak.yaml b/release/infra-mongo-bak.yaml index 867ba86..9bc43f1 100644 --- a/release/infra-mongo-bak.yaml +++ b/release/infra-mongo-bak.yaml @@ -6,7 +6,7 @@ _config: template: type: template.caicloud.io/application version: 1.0.0 - version: "v1.0.1" + version: "v1.0.2" controllers: - containers: - env: @@ -18,7 +18,7 @@ _config: value: "60" - name: BACKUP_DIR value: /backup - image: '[[ registry_release ]]/mongo-backup:v1.0.1' + image: '[[ registry_release ]]/mongo-backup:v1.0.2' imagePullPolicy: IfNotPresent mounts: - name: bak-storage diff --git a/release/infra-mongo.yaml b/release/infra-mongo.yaml index a5b110a..dd0e574 100644 --- a/release/infra-mongo.yaml +++ b/release/infra-mongo.yaml @@ -5,7 +5,7 @@ _config: template: type: template.caicloud.io/application version: 1.0.0 - version: "v0.0.7" + version: "v0.0.9" controllers: - containers: - name: mongo @@ -59,7 +59,7 @@ _config: - port: 27017 protocol: TCP - name: mongo-sidecar - image: '[[ registry_release ]]/mongo-k8s-sidecar:v0.0.3' + image: '[[ registry_release ]]/mongo-k8s-sidecar:v0.0.9' imagePullPolicy: IfNotPresent resources: limits: