Skip to content

Commit

Permalink
Updating helm, depricating standalone k8 deployement file
Browse files Browse the repository at this point in the history
Co-authored-by: [email protected]
  • Loading branch information
jashmehta3300 committed Aug 10, 2023
1 parent 38ccc01 commit 559f14b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion martianbank/templates/accounts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: accounts
image: docker.io/waris95/martian-bank-accounts
image: ghcr.io/cisco-open/martian-bank-demo-accounts
envFrom:
- configMapRef:
name: configmap-martianbank
Expand Down
2 changes: 1 addition & 1 deletion martianbank/templates/loan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: loan
image: docker.io/waris95/martian-bank-loan
image: ghcr.io/cisco-open/martian-bank-demo-loan
envFrom:
- configMapRef:
name: configmap-martianbank
Expand Down
2 changes: 1 addition & 1 deletion martianbank/templates/transactions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: transactions
image: docker.io/waris95/martian-bank-transactions
image: ghcr.io/cisco-open/martian-bank-demo-transactions
envFrom:
- configMapRef:
name: configmap-martianbank
Expand Down

0 comments on commit 559f14b

Please sign in to comment.