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 }}