From 965ba01fcce2e9dd0eee6d6598a42ba73614c726 Mon Sep 17 00:00:00 2001 From: Dimas Abdul Aziiz Date: Thu, 13 Jan 2022 13:49:17 +0700 Subject: [PATCH] added missing tag values --- templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 5def3eb..16a9b5f 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -26,7 +26,7 @@ spec: {{- end }} containers: - name: {{ .Chart.Name }} - image: "{{ .Values.image.repository }}" + image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" imagePullPolicy: {{ .Values.image.pullPolicy }} {{- if .Values.swaggerui.jsonPath }} volumeMounts: @@ -63,4 +63,4 @@ spec: items: - key: conf.json path: openapi.json - {{ end }} \ No newline at end of file + {{ end }}