Skip to content

Commit 82339d8

Browse files
chore: set imagePullPolicy to Always
1 parent 79fc3c2 commit 82339d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
#- id: no-commit-to-branch
77
- id: check-merge-conflict
88
- id: check-yaml
9-
exclude: ^heplm-charts/.+/templates/
9+
exclude: ^helm-charts/.+/templates/
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
1212
- repo: https://github.com/norwoodj/helm-docs

helm-charts/simplejson-proxy/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
drop:
3333
- ALL
3434
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
35-
imagePullPolicy: {{ .Values.image.pullPolicy }}
35+
imagePullPolicy: Always
3636
ports:
3737
- name: http
3838
containerPort: 5000
@@ -66,4 +66,4 @@ spec:
6666
{{- with .Values.tolerations }}
6767
tolerations:
6868
{{- toYaml . | nindent 8 }}
69-
{{- end }}
69+
{{- end }}

0 commit comments

Comments
 (0)