Skip to content

Commit

Permalink
Fix image pull policy in HPG chart
Browse files Browse the repository at this point in the history
  • Loading branch information
emil-kellton committed Dec 18, 2024
1 parent 587a029 commit 8a0b4e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/payment-gateway/templates/backend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
imagePullPolicy: {{ .Values.global.imagePullPolicy }}
envFrom:
{{ include "keyvault.secretRef" . | nindent 12 }}
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion charts/payment-gateway/templates/backend/job/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
imagePullPolicy: {{ .Values.global.imagePullPolicy }}
envFrom:
{{ include "keyvault.secretRef" . | nindent 12 }}
- configMapRef:
Expand Down

0 comments on commit 8a0b4e2

Please sign in to comment.