Skip to content

Commit 2e376b2

Browse files
committedDec 18, 2021
bankofanthos - v0.5.2
1 parent 938877b commit 2e376b2

14 files changed

+14
-14
lines changed
 

‎2-how-krm-works/app-manifests/base/balancereader.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
readOnly: true
2525
env:
2626
- name: VERSION
27-
value: "v0.5.1"
27+
value: "v0.5.2"
2828
- name: PORT
2929
value: "8080"
3030
# toggle Cloud Trace export

‎2-how-krm-works/app-manifests/base/contacts.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
readOnly: true
2525
env:
2626
- name: VERSION
27-
value: "v0.5.1"
27+
value: "v0.5.2"
2828
- name: PORT
2929
value: "8080"
3030
- name: ENABLE_TRACING

‎2-how-krm-works/app-manifests/base/frontend.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
readOnly: true
2525
env:
2626
- name: VERSION
27-
value: "v0.5.1"
27+
value: "v0.5.2"
2828
- name: PORT
2929
value: "8080"
3030
- name: ENABLE_TRACING

‎2-how-krm-works/app-manifests/base/ledgerwriter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
readOnly: true
2525
env:
2626
- name: VERSION
27-
value: "v0.5.1"
27+
value: "v0.5.2"
2828
- name: PORT
2929
value: "8080"
3030
- name: ENABLE_TRACING

‎2-how-krm-works/app-manifests/base/transactionhistory.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
readOnly: true
2525
env:
2626
- name: VERSION
27-
value: "v0.5.1"
27+
value: "v0.5.2"
2828
- name: PORT
2929
value: "8080"
3030
- name: ENABLE_TRACING

‎2-how-krm-works/app-manifests/base/userservice.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
containerPort: 8080
2828
env:
2929
- name: VERSION
30-
value: "v0.5.1"
30+
value: "v0.5.2"
3131
- name: PORT
3232
value: "8080"
3333
- name: ENABLE_TRACING

‎2-how-krm-works/app-manifests/overlays/prod/balancereader.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
spec:
1212
containers:
1313
- name: balancereader
14-
image: gcr.io/bank-of-anthos/balancereader:v0.5.1
14+
image: gcr.io/bank-of-anthos-ci/balancereader:v0.5.2
1515
env:
1616
- name: ENABLE_TRACING
1717
value: "true"

‎2-how-krm-works/app-manifests/overlays/prod/contacts.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
spec:
1212
containers:
1313
- name: contacts
14-
image: gcr.io/bank-of-anthos/contacts:v0.5.1
14+
image: gcr.io/bank-of-anthos-ci/contacts:v0.5.2
1515
env:
1616
- name: ENABLE_TRACING
1717
value: "true"

‎2-how-krm-works/app-manifests/overlays/prod/frontend.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
spec:
1313
containers:
1414
- name: front
15-
image: gcr.io/bank-of-anthos/frontend:v0.5.1
15+
image: gcr.io/bank-of-anthos-ci/frontend:v0.5.2
1616
env:
1717
- name: ENABLE_TRACING
1818
value: "true"

‎2-how-krm-works/app-manifests/overlays/prod/ledgerwriter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
spec:
1212
containers:
1313
- name: ledgerwriter
14-
image: gcr.io/bank-of-anthos/ledgerwriter:v0.5.1
14+
image: gcr.io/bank-of-anthos-ci/ledgerwriter:v0.5.2
1515
env:
1616
- name: ENABLE_TRACING
1717
value: "true"

‎2-how-krm-works/app-manifests/overlays/prod/loadgenerator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
spec:
1212
containers:
1313
- name: loadgenerator
14-
image: gcr.io/bank-of-anthos/loadgenerator:v0.5.1
14+
image: gcr.io/bank-of-anthos-ci/loadgenerator:v0.5.2
1515
env:
1616
- name: LOG_LEVEL
1717
value: "info"

‎2-how-krm-works/app-manifests/overlays/prod/transactionhistory.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
spec:
1212
containers:
1313
- name: transactionhistory
14-
image: gcr.io/bank-of-anthos/transactionhistory:v0.5.1
14+
image: gcr.io/bank-of-anthos-ci/transactionhistory:v0.5.2
1515
env:
1616
- name: ENABLE_TRACING
1717
value: "true"

‎2-how-krm-works/app-manifests/overlays/prod/userservice.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
spec:
1212
containers:
1313
- name: userservice
14-
image: gcr.io/bank-of-anthos/userservice:v0.5.1
14+
image: gcr.io/bank-of-anthos-ci/userservice:v0.5.2
1515
env:
1616
- name: ENABLE_TRACING
1717
value: "true"

‎3-app-dev/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you look inside the `cymbalbank-app-config/` manifests, and look at the `imag
1010
spec:
1111
containers:
1212
- name: contacts
13-
image: gcr.io/bank-of-anthos/contacts:v0.5.1
13+
image: gcr.io/bank-of-anthos-ci/contacts:v0.5.2
1414
```
1515
1616
In this demo, we'll explore how an app developer can get a new Cymbal Bank feature from their editor into production.

0 commit comments

Comments
 (0)
Please sign in to comment.