Skip to content

Commit

Permalink
cicd deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
scholtz committed Feb 15, 2024
1 parent 8810c7e commit 6da36a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/mainnet/deployment-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: regcred
containers:
- name: aledger-web-main
image: scholtz2/aledger-fe:1.2023.12.28-main
image: scholtz2/aledger-fe:1.2024.02.15-main
imagePullPolicy: Always
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion k8s/testnet/deployment-testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: regcred
containers:
- name: aledger-web-testnet
image: scholtz2/aledger-fe:1.2023.11.12-main
image: scholtz2/aledger-fe:1.2024.02.15-main
imagePullPolicy: Always
ports:
- containerPort: 8080
Expand Down

0 comments on commit 6da36a0

Please sign in to comment.