From 6c5632a8a28ba483602d952ccfb33dd361845afa Mon Sep 17 00:00:00 2001 From: "Petti, Ken" Date: Thu, 26 Mar 2020 13:47:56 -0400 Subject: [PATCH] updating chart --- helm-socks-frontend/templates/front-end-dep.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-socks-frontend/templates/front-end-dep.yaml b/helm-socks-frontend/templates/front-end-dep.yaml index c4bb6b8..b2f75ad 100644 --- a/helm-socks-frontend/templates/front-end-dep.yaml +++ b/helm-socks-frontend/templates/front-end-dep.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: front-end - image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}" + image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" resources: limits: cpu: 300m