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