diff --git a/Charts/ldtteam-authentication-server/templates/deployment.yaml b/Charts/ldtteam-authentication-server/templates/deployment.yaml index d0992ce..fb1b1df 100644 --- a/Charts/ldtteam-authentication-server/templates/deployment.yaml +++ b/Charts/ldtteam-authentication-server/templates/deployment.yaml @@ -35,7 +35,7 @@ spec: - name: {{ .Chart.Name }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:v{{ .Values.image.version | default .Chart.Version }}" + image: "{{ .Values.image.repository }}:{{ .Values.image.version | default .Chart.Version }}" imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: http