Skip to content

Commit

Permalink
release/v0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoisor committed Nov 17, 2022
1 parent 5ae6a00 commit fdc8628
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion iac/tf-anthos-gke/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ region = "us-central1"
zone = "us-central1-b"
cluster_name = "anthos-sample-cluster1"
sync_repo = "https://github.com/GoogleCloudPlatform/bank-of-anthos"
sync_branch = "v0.5.9"
sync_branch = "v0.5.10"
sync_rev = ""
policy_dir = "/kubernetes-manifests"
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.9
image: gcr.io/bank-of-anthos-ci/accounts-db:v0.5.10
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.9
image: gcr.io/bank-of-anthos-ci/balancereader:v0.5.10
volumeMounts:
- name: publickey
mountPath: "/tmp/.ssh"
Expand All @@ -51,7 +51,7 @@ spec:
name: tmp
env:
- name: VERSION
value: "v0.5.9"
value: "v0.5.10"
- 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.9
image: gcr.io/bank-of-anthos-ci/contacts:v0.5.10
volumeMounts:
- name: publickey
mountPath: "/tmp/.ssh"
Expand All @@ -51,7 +51,7 @@ spec:
name: tmp
env:
- name: VERSION
value: "v0.5.9"
value: "v0.5.10"
- 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 @@ -34,15 +34,15 @@ spec:
runAsNonRoot: true
runAsUser: 1000
containers:
- name: front
- name: frontend
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/bank-of-anthos-ci/frontend:v0.5.9
image: gcr.io/bank-of-anthos-ci/frontend:v0.5.10
volumeMounts:
- name: publickey
mountPath: "/tmp/.ssh"
Expand All @@ -51,7 +51,7 @@ spec:
name: tmp
env:
- name: VERSION
value: "v0.5.9"
value: "v0.5.10"
- 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.9
image: gcr.io/bank-of-anthos-ci/ledger-db:v0.5.10
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.9
image: gcr.io/bank-of-anthos-ci/ledgerwriter:v0.5.10
volumeMounts:
- name: publickey
mountPath: "/tmp/.ssh"
Expand All @@ -51,7 +51,7 @@ spec:
name: tmp
env:
- name: VERSION
value: "v0.5.9"
value: "v0.5.10"
- 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.9
image: gcr.io/bank-of-anthos-ci/loadgenerator:v0.5.10
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.9
image: gcr.io/bank-of-anthos-ci/transactionhistory:v0.5.10
volumeMounts:
- name: publickey
mountPath: "/tmp/.ssh"
Expand All @@ -51,7 +51,7 @@ spec:
name: tmp
env:
- name: VERSION
value: "v0.5.9"
value: "v0.5.10"
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand Down
10 changes: 5 additions & 5 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.9
image: gcr.io/bank-of-anthos-ci/userservice:v0.5.10
volumeMounts:
- name: keys
mountPath: "/tmp/.ssh"
Expand All @@ -54,7 +54,7 @@ spec:
containerPort: 8080
env:
- name: VERSION
value: "v0.5.9"
value: "v0.5.10"
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand All @@ -80,8 +80,8 @@ spec:
timeoutSeconds: 10
resources:
requests:
cpu: 200m
memory: 64Mi
cpu: 300m
memory: 128Mi
limits:
cpu: 500m
memory: 256Mi
Expand Down Expand Up @@ -111,4 +111,4 @@ spec:
- name: http
port: 8080
targetPort: 8080
# [END gke_boa_kubernetes_manifests_userservice_service_userservice]
# [END gke_boa_kubernetes_manifests_userservice_service_userservice]

0 comments on commit fdc8628

Please sign in to comment.