From 534d1d50cdac64a6119c67382521107e5640c547 Mon Sep 17 00:00:00 2001 From: "Antonio F. T" Date: Thu, 18 Jan 2024 01:22:17 +0100 Subject: [PATCH] Set container images to edge (#53) --- .github/.k8s/deploy.yml | 2 +- .github/.k8s/deploy_goerli.yml | 2 +- .github/.k8s/deploy_sepolia.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/.k8s/deploy.yml b/.github/.k8s/deploy.yml index a9a6393..ad9e88c 100644 --- a/.github/.k8s/deploy.yml +++ b/.github/.k8s/deploy.yml @@ -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 diff --git a/.github/.k8s/deploy_goerli.yml b/.github/.k8s/deploy_goerli.yml index 33f117c..2fe6761 100644 --- a/.github/.k8s/deploy_goerli.yml +++ b/.github/.k8s/deploy_goerli.yml @@ -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 diff --git a/.github/.k8s/deploy_sepolia.yml b/.github/.k8s/deploy_sepolia.yml index 05cea79..3648247 100644 --- a/.github/.k8s/deploy_sepolia.yml +++ b/.github/.k8s/deploy_sepolia.yml @@ -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