Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #19 from maps90/master
Browse files Browse the repository at this point in the history
added missing tag values of the image in the templates/deployment.yaml. Indeed, this tag has been defined in the "values.yaml", but is not used.
  • Loading branch information
SellamiRami authored Jan 28, 2022
2 parents e46ca44 + 965ba01 commit 99beb04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -63,4 +63,4 @@ spec:
items:
- key: conf.json
path: openapi.json
{{ end }}
{{ end }}

0 comments on commit 99beb04

Please sign in to comment.