Skip to content

Commit

Permalink
release/v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoisor committed Sep 19, 2022
1 parent 552c4a4 commit 05b3a66
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion kubernetes-manifests/accounts-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
serviceAccountName: default
containers:
- name: accounts-db
image: gcr.io/bank-of-anthos-ci/accounts-db:v0.5.6
image: gcr.io/bank-of-anthos-ci/accounts-db:v0.5.7
envFrom:
- configMapRef:
name: environment-config
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-manifests/balance-reader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/bank-of-anthos-ci/balancereader:v0.5.6
image: gcr.io/bank-of-anthos-ci/balancereader:v0.5.7
volumeMounts:
- name: publickey
mountPath: "/tmp/.ssh"
Expand All @@ -51,7 +51,7 @@ spec:
name: tmp
env:
- name: VERSION
value: "v0.5.6"
value: "v0.5.7"
- name: PORT
value: "8080"
# toggle Cloud Trace export
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-manifests/contacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/bank-of-anthos-ci/contacts:v0.5.6
image: gcr.io/bank-of-anthos-ci/contacts:v0.5.7
volumeMounts:
- name: publickey
mountPath: "/tmp/.ssh"
Expand All @@ -51,7 +51,7 @@ spec:
name: tmp
env:
- name: VERSION
value: "v0.5.6"
value: "v0.5.7"
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-manifests/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/bank-of-anthos-ci/frontend:v0.5.6
image: gcr.io/bank-of-anthos-ci/frontend:v0.5.7
volumeMounts:
- name: publickey
mountPath: "/tmp/.ssh"
Expand All @@ -51,7 +51,7 @@ spec:
name: tmp
env:
- name: VERSION
value: "v0.5.6"
value: "v0.5.7"
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/ledger-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
serviceAccountName: default
containers:
- name: postgres
image: gcr.io/bank-of-anthos-ci/ledger-db:v0.5.6
image: gcr.io/bank-of-anthos-ci/ledger-db:v0.5.7
ports:
- containerPort: 5432
envFrom:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-manifests/ledger-writer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/bank-of-anthos-ci/ledgerwriter:v0.5.6
image: gcr.io/bank-of-anthos-ci/ledgerwriter:v0.5.7
volumeMounts:
- name: publickey
mountPath: "/tmp/.ssh"
Expand All @@ -51,7 +51,7 @@ spec:
name: tmp
env:
- name: VERSION
value: "v0.5.6"
value: "v0.5.7"
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/loadgenerator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/bank-of-anthos-ci/loadgenerator:v0.5.6
image: gcr.io/bank-of-anthos-ci/loadgenerator:v0.5.7
env:
- name: FRONTEND_ADDR
value: "frontend:80"
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-manifests/transaction-history.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/bank-of-anthos-ci/transactionhistory:v0.5.6
image: gcr.io/bank-of-anthos-ci/transactionhistory:v0.5.7
volumeMounts:
- name: publickey
mountPath: "/tmp/.ssh"
Expand All @@ -51,7 +51,7 @@ spec:
name: tmp
env:
- name: VERSION
value: "v0.5.6"
value: "v0.5.7"
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-manifests/userservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/bank-of-anthos-ci/userservice:v0.5.6
image: gcr.io/bank-of-anthos-ci/userservice:v0.5.7
volumeMounts:
- name: keys
mountPath: "/tmp/.ssh"
Expand All @@ -54,7 +54,7 @@ spec:
containerPort: 8080
env:
- name: VERSION
value: "v0.5.6"
value: "v0.5.7"
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand Down

0 comments on commit 05b3a66

Please sign in to comment.