Skip to content

Commit 534d1d5

Browse files
authored
Set container images to edge (#53)
1 parent 9e40109 commit 534d1d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/.k8s/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
spec:
5050
containers:
5151
- name: enstate
52-
image: ghcr.io/v3xlabs/enstate:latest
52+
image: ghcr.io/v3xlabs/enstate:edge
5353
imagePullPolicy: Always
5454
ports:
5555
- containerPort: 3000

.github/.k8s/deploy_goerli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
spec:
5050
containers:
5151
- name: enstate-goerli
52-
image: ghcr.io/v3xlabs/enstate:latest
52+
image: ghcr.io/v3xlabs/enstate:edge
5353
imagePullPolicy: Always
5454
ports:
5555
- containerPort: 3000

.github/.k8s/deploy_sepolia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
spec:
5050
containers:
5151
- name: enstate-sepolia
52-
image: ghcr.io/v3xlabs/enstate:latest
52+
image: ghcr.io/v3xlabs/enstate:edge
5353
imagePullPolicy: Always
5454
ports:
5555
- containerPort: 3000

0 commit comments

Comments
 (0)