Skip to content

Commit

Permalink
Set container images to edge (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony1060 authored Jan 18, 2024
1 parent 9e40109 commit 534d1d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/.k8s/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
spec:
containers:
- name: enstate
image: ghcr.io/v3xlabs/enstate:latest
image: ghcr.io/v3xlabs/enstate:edge
imagePullPolicy: Always
ports:
- containerPort: 3000
Expand Down
2 changes: 1 addition & 1 deletion .github/.k8s/deploy_goerli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
spec:
containers:
- name: enstate-goerli
image: ghcr.io/v3xlabs/enstate:latest
image: ghcr.io/v3xlabs/enstate:edge
imagePullPolicy: Always
ports:
- containerPort: 3000
Expand Down
2 changes: 1 addition & 1 deletion .github/.k8s/deploy_sepolia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
spec:
containers:
- name: enstate-sepolia
image: ghcr.io/v3xlabs/enstate:latest
image: ghcr.io/v3xlabs/enstate:edge
imagePullPolicy: Always
ports:
- containerPort: 3000
Expand Down

0 comments on commit 534d1d5

Please sign in to comment.