From ea3476819e0b0886b3347f69b910a1c2458f3fbd Mon Sep 17 00:00:00 2001 From: anton Date: Thu, 25 Jun 2020 16:22:26 -0400 Subject: [PATCH] chore(charts): remove quay.io from deployment --- charts/logger/templates/logger-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/logger/templates/logger-deployment.yaml b/charts/logger/templates/logger-deployment.yaml index 0f9e3ed..171aaa9 100644 --- a/charts/logger/templates/logger-deployment.yaml +++ b/charts/logger/templates/logger-deployment.yaml @@ -23,7 +23,7 @@ spec: spec: containers: - name: deis-logger - image: quay.io/{{.Values.org}}/logger:{{.Values.docker_tag}} + image: {{.Values.org}}/logger:{{.Values.docker_tag}} imagePullPolicy: {{.Values.pull_policy}} env: - name: STORAGE_ADAPTER