From ce543ceafbf21732f3a3764f74d4d8f73256c22d Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Thu, 19 Oct 2023 18:13:04 +0530 Subject: [PATCH] fix: adding correct images --- functions/kubernetes/all-in-one.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/kubernetes/all-in-one.yaml b/functions/kubernetes/all-in-one.yaml index 7b657456..94f7bfd0 100644 --- a/functions/kubernetes/all-in-one.yaml +++ b/functions/kubernetes/all-in-one.yaml @@ -690,7 +690,7 @@ spec: containers: - env: - name: BACKEND_HOSTNAME - image: ghcr.io/shuffle/shuffle-frontend::1.3.0 + image: ghcr.io/shuffle/shuffle-frontend:1.3.0 name: shuffle-frontend ports: - containerPort: 80