Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update kube main and barnard yaml (#3992)
* Update docker_build.yml

* update starcoin-barnard.yaml starcoin-main.yaml

* revert docker build use ubuntu-latest
  • Loading branch information
nkysg committed Dec 11, 2023
1 parent c45f98f commit 410d18f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ghcr.io/starcoin/starcoin:v1.13.7
image: ghcr.io/starcoinorg/starcoin:v1.13.8
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: ghcr.io/starcoin/starcoin:v1.13.7
image: ghcr.io/starcoinorg/starcoin:v1.13.8
imagePullPolicy: Always
command:
- bash
Expand Down

0 comments on commit 410d18f

Please sign in to comment.