Skip to content

Commit

Permalink
feat(*): add localization (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengjiang Bao authored Mar 23, 2020
1 parent 1a6ea3b commit 6a5cdb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions release/infra-mongo-bak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions release/infra-mongo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 6a5cdb4

Please sign in to comment.