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