Skip to content

Commit

Permalink
release/v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rcastley committed Oct 15, 2024
1 parent 9173dbe commit f4b5f73
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 25 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/v1.3.1"
sync_branch = "release/v1.3.2"
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 @@ -73,7 +73,7 @@ spec:
name: accounts-db-config
- configMapRef:
name: demo-data-config
image: ghcr.io/splunk/bank-of-splunk/accounts-db:v1.3.1@sha256:fea9e1a74f9e919158a3ed7049f3da2b9016ef96a5e62ad606559bc494be2ee1
image: ghcr.io/splunk/bank-of-splunk/accounts-db:v1.3.2@sha256:60acf1383d6fd8d5ba3a689268a258171c8d2d240c59cee1ae636aef3f1e8d72
name: accounts-db
ports:
- containerPort: 5432
Expand Down
6 changes: 3 additions & 3 deletions kubernetes-manifests/balance-reader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
name: ledger-db-config
- configMapRef:
name: demo-data-config
image: ghcr.io/splunk/bank-of-splunk/ledger-db:v1.3.1@sha256:de1ae1694d03c6c368245ec88ca016476dffa1f73a5d6cd67ab949a96c93d668
image: ghcr.io/splunk/bank-of-splunk/ledger-db:v1.3.2@sha256:de1ae1694d03c6c368245ec88ca016476dffa1f73a5d6cd67ab949a96c93d668
name: postgres
ports:
- containerPort: 5432
Expand Down Expand Up @@ -165,7 +165,7 @@ spec:
containers:
- env:
- name: VERSION
value: v1.3.1
value: v1.3.2
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand All @@ -189,7 +189,7 @@ spec:
name: environment-config
- configMapRef:
name: ledger-db-config
image: ghcr.io/splunk/bank-of-splunk/balancereader:v1.3.1@sha256:928b892a9bbe3db70e68542a7e8b72796a35870c07f4e87b287c29576ddbba30
image: ghcr.io/splunk/bank-of-splunk/balancereader:v1.3.2@sha256:928b892a9bbe3db70e68542a7e8b72796a35870c07f4e87b287c29576ddbba30
livenessProbe:
httpGet:
path: /healthy
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-manifests/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ metadata:
data:
USE_DEMO_DATA: "True"
DEMO_LOGIN_USERNAME: "testuser"
# All demo user accounts are hardcoded to use the login password 'bankofsplunk'
DEMO_LOGIN_PASSWORD: "bankofsplunk"
# All demo user accounts are hardcoded to use the login password 'bankofanthos'
DEMO_LOGIN_PASSWORD: "bankofanthos"
6 changes: 3 additions & 3 deletions kubernetes-manifests/contacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
name: accounts-db-config
- configMapRef:
name: demo-data-config
image: ghcr.io/splunk/bank-of-splunk/accounts-db:v1.3.1@sha256:fea9e1a74f9e919158a3ed7049f3da2b9016ef96a5e62ad606559bc494be2ee1
image: ghcr.io/splunk/bank-of-splunk/accounts-db:v1.3.2@sha256:60acf1383d6fd8d5ba3a689268a258171c8d2d240c59cee1ae636aef3f1e8d72
name: accounts-db
ports:
- containerPort: 5432
Expand Down Expand Up @@ -159,7 +159,7 @@ spec:
containers:
- env:
- name: VERSION
value: v1.3.1
value: v1.3.2
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand All @@ -179,7 +179,7 @@ spec:
name: environment-config
- configMapRef:
name: accounts-db-config
image: ghcr.io/splunk/bank-of-splunk/contacts:v1.3.1@sha256:bfe6d8970e967130c972779b47bef1999afc3d698cc80c56cade5a52dcc0aa64
image: ghcr.io/splunk/bank-of-splunk/contacts:v1.3.2@sha256:bfe6d8970e967130c972779b47bef1999afc3d698cc80c56cade5a52dcc0aa64
name: contacts
readinessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-manifests/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
containers:
- env:
- name: VERSION
value: v1.3.1
value: v1.3.2
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand Down Expand Up @@ -141,7 +141,7 @@ spec:
name: environment-config
- configMapRef:
name: service-api-config
image: ghcr.io/splunk/bank-of-splunk/frontend:v1.3.1@sha256:b3cd2828e76ba3197e51d198cfceb09c61f387ffdb9ebace33a5410898cc2bbe
image: ghcr.io/splunk/bank-of-splunk/frontend:v1.3.2@sha256:b3cd2828e76ba3197e51d198cfceb09c61f387ffdb9ebace33a5410898cc2bbe
livenessProbe:
httpGet:
path: /ready
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 @@ -74,7 +74,7 @@ spec:
name: ledger-db-config
- configMapRef:
name: demo-data-config
image: ghcr.io/splunk/bank-of-splunk/ledger-db:v1.3.1@sha256:de1ae1694d03c6c368245ec88ca016476dffa1f73a5d6cd67ab949a96c93d668
image: ghcr.io/splunk/bank-of-splunk/ledger-db:v1.3.2@sha256:de1ae1694d03c6c368245ec88ca016476dffa1f73a5d6cd67ab949a96c93d668
name: postgres
ports:
- containerPort: 5432
Expand Down
6 changes: 3 additions & 3 deletions kubernetes-manifests/ledger-writer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
name: ledger-db-config
- configMapRef:
name: demo-data-config
image: ghcr.io/splunk/bank-of-splunk/ledger-db:v1.3.1@sha256:de1ae1694d03c6c368245ec88ca016476dffa1f73a5d6cd67ab949a96c93d668
image: ghcr.io/splunk/bank-of-splunk/ledger-db:v1.3.2@sha256:de1ae1694d03c6c368245ec88ca016476dffa1f73a5d6cd67ab949a96c93d668
name: postgres
ports:
- containerPort: 5432
Expand Down Expand Up @@ -165,7 +165,7 @@ spec:
containers:
- env:
- name: VERSION
value: v1.3.1
value: v1.3.2
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand All @@ -187,7 +187,7 @@ spec:
name: service-api-config
- configMapRef:
name: ledger-db-config
image: ghcr.io/splunk/bank-of-splunk/ledgerwriter:v1.3.1@sha256:a257d61f349d13e26d1f2e556d5ff83792d388f97f7402854ce426eceac18e4c
image: ghcr.io/splunk/bank-of-splunk/ledgerwriter:v1.3.2@sha256:a257d61f349d13e26d1f2e556d5ff83792d388f97f7402854ce426eceac18e4c
name: ledgerwriter
readinessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/loadgenerator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
value: "5"
- name: LOG_LEVEL
value: error
image: ghcr.io/splunk/bank-of-splunk/loadgenerator:v1.3.1@sha256:d184a7ddd273161327695ed8e69dbefdd3a50eece3123203bc0bf0ef17db6fe4
image: ghcr.io/splunk/bank-of-splunk/loadgenerator:v1.3.2@sha256:d184a7ddd273161327695ed8e69dbefdd3a50eece3123203bc0bf0ef17db6fe4
name: loadgenerator
resources:
limits:
Expand Down
6 changes: 3 additions & 3 deletions kubernetes-manifests/transaction-history.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
name: ledger-db-config
- configMapRef:
name: demo-data-config
image: ghcr.io/splunk/bank-of-splunk/ledger-db:v1.3.1@sha256:de1ae1694d03c6c368245ec88ca016476dffa1f73a5d6cd67ab949a96c93d668
image: ghcr.io/splunk/bank-of-splunk/ledger-db:v1.3.2@sha256:de1ae1694d03c6c368245ec88ca016476dffa1f73a5d6cd67ab949a96c93d668
name: postgres
ports:
- containerPort: 5432
Expand Down Expand Up @@ -165,7 +165,7 @@ spec:
containers:
- env:
- name: VERSION
value: v1.3.1
value: v1.3.2
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand Down Expand Up @@ -193,7 +193,7 @@ spec:
name: environment-config
- configMapRef:
name: ledger-db-config
image: ghcr.io/splunk/bank-of-splunk/transactionhistory:v1.3.1@sha256:d0fbbb9fe6f3589c0372301ad159975af5cb309891f135444cca49092e66aaa6
image: ghcr.io/splunk/bank-of-splunk/transactionhistory:v1.3.2@sha256:d0fbbb9fe6f3589c0372301ad159975af5cb309891f135444cca49092e66aaa6
livenessProbe:
httpGet:
path: /healthy
Expand Down
9 changes: 4 additions & 5 deletions kubernetes-manifests/userservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
name: accounts-db-config
- configMapRef:
name: demo-data-config
image: ghcr.io/splunk/bank-of-splunk/accounts-db:v1.3.1@sha256:fea9e1a74f9e919158a3ed7049f3da2b9016ef96a5e62ad606559bc494be2ee1
image: ghcr.io/splunk/bank-of-splunk/accounts-db:v1.3.2@sha256:60acf1383d6fd8d5ba3a689268a258171c8d2d240c59cee1ae636aef3f1e8d72
name: accounts-db
ports:
- containerPort: 5432
Expand Down Expand Up @@ -159,7 +159,7 @@ spec:
containers:
- env:
- name: VERSION
value: v1.3.1
value: v1.3.2
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand All @@ -183,7 +183,7 @@ spec:
name: environment-config
- configMapRef:
name: accounts-db-config
image: ghcr.io/splunk/bank-of-splunk/userservice:v1.3.1@sha256:3c18a722b9d0cad1ade9d3e2e828542abae03a51ca34e8243ae290bd9d9d573e
image: ghcr.io/splunk/bank-of-splunk/userservice:v1.3.2@sha256:c8372a2ddf9a2848c3186743c852a83d9fa604278b6380d9858aaffb40c7221a
name: userservice
ports:
- containerPort: 8080
Expand All @@ -197,7 +197,7 @@ spec:
timeoutSeconds: 10
resources:
limits:
cpu: 500m
cpu: 800m
ephemeral-storage: 0.25Gi
memory: 256Mi
requests:
Expand Down Expand Up @@ -235,4 +235,3 @@ spec:
- key: jwtRS256.key.pub
path: publickey
secretName: jwt-key

0 comments on commit f4b5f73

Please sign in to comment.