From 9a4ee7f9201c3f6a42028f6494944989dd2cde80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Wed, 6 Sep 2023 16:20:32 +0300 Subject: [PATCH] Fix image name --- templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index f257efc..a8be5fd 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -18,7 +18,7 @@ spec: - name: imgcred containers: - name: hello-gin - image: hello-gin + image: harbor.codemowers.eu/laurivosandi/hello-gin:latest env: - name: USERNAME value: {{ .Values.username }}