Skip to content

Commit 3de7810

Browse files
authored
Remove unused image pull policy (#135)
Signed-off-by: RealAnna <[email protected]>
1 parent 4da46d1 commit 3de7810

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

charts/common/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ type: library
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.3
18+
version: 0.1.4

charts/common/templates/_images.tpl

-12
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,6 @@ imagePullSecrets:
5959
{{- end }}
6060
{{- end -}}
6161

62-
{{/*
63-
Checks for the imagePullPolicy
64-
*/}}
65-
{{- define "common.imagePullPolicy" -}}
66-
{{- if .Values.global.imagePullPolicy -}}
67-
{{- .Values.global.imagePullPolicy -}}
68-
{{- else -}}
69-
{{- default .Values.imagePullPolicy -}}
70-
{{- end -}}
71-
{{- end -}}
72-
73-
7462
{{/*
7563
Return the proper Docker Image Registry Secret Names
7664
*/}}

0 commit comments

Comments
 (0)