Skip to content

Commit

Permalink
Remove unused image pull policy (#135)
Browse files Browse the repository at this point in the history
Signed-off-by: RealAnna <[email protected]>
  • Loading branch information
RealAnna authored Feb 20, 2024
1 parent 4da46d1 commit 3de7810
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion charts/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ type: library
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.3
version: 0.1.4
12 changes: 0 additions & 12 deletions charts/common/templates/_images.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,6 @@ imagePullSecrets:
{{- end }}
{{- end -}}

{{/*
Checks for the imagePullPolicy
*/}}
{{- define "common.imagePullPolicy" -}}
{{- if .Values.global.imagePullPolicy -}}
{{- .Values.global.imagePullPolicy -}}
{{- else -}}
{{- default .Values.imagePullPolicy -}}
{{- end -}}
{{- end -}}


{{/*
Return the proper Docker Image Registry Secret Names
*/}}
Expand Down

0 comments on commit 3de7810

Please sign in to comment.