Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update proxima,barnard,main net image (#3934)
  • Loading branch information
nkysg committed Aug 18, 2023
1 parent de1a00b commit 52795b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kube/manifest/starcoin-barnard.yaml
Expand Up @@ -23,7 +23,7 @@ spec:
starcoin/node-pool: seed-pool
containers:
- name: starcoin
image: starcoin/starcoin:v1.13.5
image: ghcr.io/starcoin/starcoin:v1.13.7
imagePullPolicy: Always
command:
- bash
Expand Down
2 changes: 1 addition & 1 deletion kube/manifest/starcoin-main.yaml
Expand Up @@ -23,7 +23,7 @@ spec:
starcoin/node-pool: seed-pool
containers:
- name: starcoin
image: starcoin/starcoin:v1.13.5
image: ghcr.io/starcoin/starcoin:v1.13.7
imagePullPolicy: Always
command:
- bash
Expand Down
2 changes: 1 addition & 1 deletion kube/manifest/starcoin-proxima.yaml
Expand Up @@ -23,7 +23,7 @@ spec:
starcoin/node-pool: seed-pool
containers:
- name: starcoin
image: starcoin/starcoin:v1.13.5-alpha.2
image: ghcr.io/starcoin/starcoin:v1.13.7
imagePullPolicy: Always
command:
- bash
Expand Down

0 comments on commit 52795b0

Please sign in to comment.