Skip to content

Commit

Permalink
release/v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabirmean committed Mar 18, 2021
1 parent b5b0024 commit 7b51245
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion kubernetes-manifests/accounts-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
serviceAccountName: default
containers:
- name: accounts-db
image: gcr.io/bank-of-anthos/accounts-db:v0.4.2
image: gcr.io/bank-of-anthos/accounts-db:v0.4.3
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 @@ -29,14 +29,14 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: balancereader
image: gcr.io/bank-of-anthos/balancereader:v0.4.2
image: gcr.io/bank-of-anthos/balancereader:v0.4.3
volumeMounts:
- name: publickey
mountPath: "/root/.ssh"
readOnly: true
env:
- name: VERSION
value: "v0.4.2"
value: "v0.4.3"
- 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 @@ -29,14 +29,14 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: contacts
image: gcr.io/bank-of-anthos/contacts:v0.4.2
image: gcr.io/bank-of-anthos/contacts:v0.4.3
volumeMounts:
- name: publickey
mountPath: "/root/.ssh"
readOnly: true
env:
- name: VERSION
value: "v0.4.2"
value: "v0.4.3"
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand Down
6 changes: 3 additions & 3 deletions kubernetes-manifests/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: front
image: gcr.io/bank-of-anthos/frontend:v0.4.2
image: gcr.io/bank-of-anthos/frontend:v0.4.3
volumeMounts:
- name: publickey
mountPath: "/root/.ssh"
readOnly: true
env:
- name: VERSION
value: "v0.4.2"
value: "v0.4.3"
- name: PORT
value: "8080"
- name: ENABLE_TRACING
value: "true"
- name: SCHEME
value: "http"
# Valid levels are debug, info, warning, error, critical. If no valid level is set, gunicorn will default to info.
# Valid levels are debug, info, warning, error, critical. If no valid level is set, defaults to info.
- name: LOG_LEVEL
value: "info"
# Set to "true" to enable the CymbalBank logo + title
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 @@ -30,7 +30,7 @@ spec:
serviceAccountName: default
containers:
- name: postgres
image: gcr.io/bank-of-anthos/ledger-db:v0.4.2
image: gcr.io/bank-of-anthos/ledger-db:v0.4.3
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 @@ -29,14 +29,14 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: ledgerwriter
image: gcr.io/bank-of-anthos/ledgerwriter:v0.4.2
image: gcr.io/bank-of-anthos/ledgerwriter:v0.4.3
volumeMounts:
- name: publickey
mountPath: "/root/.ssh"
readOnly: true
env:
- name: VERSION
value: "v0.4.2"
value: "v0.4.3"
- 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 @@ -32,7 +32,7 @@ spec:
restartPolicy: Always
containers:
- name: loadgenerator
image: gcr.io/bank-of-anthos/loadgenerator:v0.4.2
image: gcr.io/bank-of-anthos/loadgenerator:v0.4.3
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 @@ -29,14 +29,14 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: transactionhistory
image: gcr.io/bank-of-anthos/transactionhistory:v0.4.2
image: gcr.io/bank-of-anthos/transactionhistory:v0.4.3
volumeMounts:
- name: publickey
mountPath: "/root/.ssh"
readOnly: true
env:
- name: VERSION
value: "v0.4.2"
value: "v0.4.3"
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand Down
6 changes: 3 additions & 3 deletions kubernetes-manifests/userservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: userservice
image: gcr.io/bank-of-anthos/userservice:v0.4.2
image: gcr.io/bank-of-anthos/userservice:v0.4.3
volumeMounts:
- name: keys
mountPath: "/root/.ssh"
Expand All @@ -39,7 +39,7 @@ spec:
containerPort: 8080
env:
- name: VERSION
value: "v0.4.2"
value: "v0.4.3"
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand All @@ -48,7 +48,7 @@ spec:
value: "3600"
- name: PRIV_KEY_PATH
value: "/root/.ssh/privatekey"
# Valid levels are debug, info, warning, error, critical. If no valid level is set, gunicorn will default to info.
# Valid levels are debug, info, warning, error, critical. If no valid level is set, defaults to info.
- name: LOG_LEVEL
value: "info"
envFrom:
Expand Down

0 comments on commit 7b51245

Please sign in to comment.