Skip to content

Commit

Permalink
release/v0.6.3 (GoogleCloudPlatform#2004)
Browse files Browse the repository at this point in the history
* release/v0.6.3

* release/v0.6.3

* release/v0.6.3
  • Loading branch information
bourgeoisor authored Jan 31, 2024
1 parent 261d738 commit 5c53d95
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 36 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 = "release/v0.6.2"
sync_branch = "release/v0.6.3"
sync_rev = ""
policy_dir = "/kubernetes-manifests"
6 changes: 3 additions & 3 deletions kubernetes-manifests/accounts-db.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Google LLC
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -87,7 +87,7 @@ spec:
name: accounts-db-config
- configMapRef:
name: demo-data-config
image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/accounts-db:v0.6.2@sha256:c55f28a015c77b6701d9e32c53fb63c11268df0f2eca7a490f0faa6be427bb62
image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/accounts-db:v0.6.3@sha256:6ff20e452b529ae4999677b14accb35dbe76b44addbd982e232901627e8e08ea
name: accounts-db
ports:
- containerPort: 5432
Expand All @@ -106,4 +106,4 @@ spec:
serviceAccountName: default
volumes:
- emptyDir: {}
name: postgresdb
name: postgresdb
8 changes: 4 additions & 4 deletions kubernetes-manifests/balance-reader.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Google LLC
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -65,7 +65,7 @@ spec:
containers:
- env:
- name: VERSION
value: v0.6.2
value: v0.6.3
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand All @@ -89,7 +89,7 @@ spec:
name: environment-config
- configMapRef:
name: ledger-db-config
image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/balancereader:v0.6.2@sha256:1035844c88684b205e55c0038466fb9c015977f606acacb136ecfa2029085fe0
image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/balancereader:v0.6.3@sha256:77ffd99c87d800e842f19fb76c82f043b237d0569651e376dcb1d3ff2c14e140
livenessProbe:
httpGet:
path: /healthy
Expand Down Expand Up @@ -148,4 +148,4 @@ spec:
items:
- key: jwtRS256.key.pub
path: publickey
secretName: jwt-key
secretName: jwt-key
6 changes: 3 additions & 3 deletions kubernetes-manifests/config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 2020 Google LLC
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand Down Expand Up @@ -46,4 +46,4 @@ kind: ServiceAccount
metadata:
annotations:
iam.gke.io/gcp-service-account: gke-workload-development@bank-of-anthos-ci.iam.gserviceaccount.com
name: bank-of-anthos
name: bank-of-anthos
8 changes: 4 additions & 4 deletions kubernetes-manifests/contacts.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Google LLC
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -65,7 +65,7 @@ spec:
containers:
- env:
- name: VERSION
value: v0.6.2
value: v0.6.3
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand All @@ -77,7 +77,7 @@ spec:
name: environment-config
- configMapRef:
name: accounts-db-config
image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/contacts:v0.6.2@sha256:47285118e19bd2b3230ee5da433c9706d97031d4a164a6317af1ed53738cad83
image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/contacts:v0.6.3@sha256:fdcfe0317faba7d32d4d14502d99c85170118df8414be8589ef452c7202e90d7
name: contacts
readinessProbe:
httpGet:
Expand Down Expand Up @@ -123,4 +123,4 @@ spec:
items:
- key: jwtRS256.key.pub
path: publickey
secretName: jwt-key
secretName: jwt-key
8 changes: 4 additions & 4 deletions kubernetes-manifests/frontend.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Google LLC
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -65,7 +65,7 @@ spec:
containers:
- env:
- name: VERSION
value: v0.6.2
value: v0.6.3
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand Down Expand Up @@ -101,7 +101,7 @@ spec:
name: environment-config
- configMapRef:
name: service-api-config
image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/frontend:v0.6.2@sha256:d7f4599ebb7ce3d8ac2573dcf6df5fb5e939e4e5d81d5288729dd4b0c242c64d
image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/frontend:v0.6.3@sha256:3e1ca78c9b501152ec0b84f8fe6a3a1cb078c8adbf9fa1fbfc3b108ba6875157
livenessProbe:
httpGet:
path: /ready
Expand Down Expand Up @@ -152,4 +152,4 @@ spec:
items:
- key: jwtRS256.key.pub
path: publickey
secretName: jwt-key
secretName: jwt-key
6 changes: 3 additions & 3 deletions kubernetes-manifests/ledger-db.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Google LLC
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -88,7 +88,7 @@ spec:
name: ledger-db-config
- configMapRef:
name: demo-data-config
image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/ledger-db:v0.6.2@sha256:abf589513b05769093862ed6faf405b0540cc4fb3c89a19e212842cb9acd04e4
image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/ledger-db:v0.6.3@sha256:81f877ed985dc1054f81b4233e93493ca0156047fd0fdbc77e7f31799cb9b872
name: postgres
ports:
- containerPort: 5432
Expand All @@ -107,4 +107,4 @@ spec:
serviceAccountName: default
volumes:
- emptyDir: {}
name: postgresdb
name: postgresdb
8 changes: 4 additions & 4 deletions kubernetes-manifests/ledger-writer.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Google LLC
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -65,7 +65,7 @@ spec:
containers:
- env:
- name: VERSION
value: v0.6.2
value: v0.6.3
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand All @@ -87,7 +87,7 @@ spec:
name: service-api-config
- configMapRef:
name: ledger-db-config
image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/ledgerwriter:v0.6.2@sha256:d973448da63ba87b0d826ebb91ceba3f8ff1bd26f46a055f3fa7d7818c342f88
image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/ledgerwriter:v0.6.3@sha256:dcb35a4174bb8ddbf9fabcfd087250ec5ebdd7ddb57ae9980fd10cadae509372
name: ledgerwriter
readinessProbe:
httpGet:
Expand Down Expand Up @@ -139,4 +139,4 @@ spec:
items:
- key: jwtRS256.key.pub
path: publickey
secretName: jwt-key
secretName: jwt-key
4 changes: 2 additions & 2 deletions kubernetes-manifests/loadgenerator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Google LLC
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -46,7 +46,7 @@ spec:
value: "5"
- name: LOG_LEVEL
value: error
image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/loadgenerator:v0.6.2@sha256:8982f3569bc7d1de97aee3be388b4d7eee076c5c9640c2be6bc3d4a58a9898d4
image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/loadgenerator:v0.6.3@sha256:37c728df22c5fb4b451c6e994ffcef0925759628d503a775e005ca04fdbf4851
name: loadgenerator
resources:
limits:
Expand Down
8 changes: 4 additions & 4 deletions kubernetes-manifests/transaction-history.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Google LLC
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -65,7 +65,7 @@ spec:
containers:
- env:
- name: VERSION
value: v0.6.2
value: v0.6.3
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand Down Expand Up @@ -93,7 +93,7 @@ spec:
name: environment-config
- configMapRef:
name: ledger-db-config
image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/transactionhistory:v0.6.2@sha256:553869591f27efb035c981175cfd43c6904d0fec6b214080f0f61c65bb621898
image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/transactionhistory:v0.6.3@sha256:708ce4beb43f5c9c3b989cb506d204c76acb3207f605bc405e7e1b6f17642076
livenessProbe:
httpGet:
path: /healthy
Expand Down Expand Up @@ -152,4 +152,4 @@ spec:
items:
- key: jwtRS256.key.pub
path: publickey
secretName: jwt-key
secretName: jwt-key
8 changes: 4 additions & 4 deletions kubernetes-manifests/userservice.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Google LLC
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -65,7 +65,7 @@ spec:
containers:
- env:
- name: VERSION
value: v0.6.2
value: v0.6.3
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand All @@ -81,7 +81,7 @@ spec:
name: environment-config
- configMapRef:
name: accounts-db-config
image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/userservice:v0.6.2@sha256:b961e044e1897919ec58fa25d067488f54f0d800b53df04ee330906456ab7b57
image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/userservice:v0.6.3@sha256:630f9b1a28d7219b349ae87271050765ecbcbd533afbbabb8082017c3e381015
name: userservice
ports:
- containerPort: 8080
Expand Down Expand Up @@ -132,4 +132,4 @@ spec:
path: privatekey
- key: jwtRS256.key.pub
path: publickey
secretName: jwt-key
secretName: jwt-key

0 comments on commit 5c53d95

Please sign in to comment.