From 3de78103af8f8f3690c3a0106508c036a50ac56a Mon Sep 17 00:00:00 2001 From: RealAnna <89971034+RealAnna@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:26:56 +0100 Subject: [PATCH] Remove unused image pull policy (#135) Signed-off-by: RealAnna <89971034+RealAnna@users.noreply.github.com> --- charts/common/Chart.yaml | 2 +- charts/common/templates/_images.tpl | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 07c3ce1..be2b8ab 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -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 diff --git a/charts/common/templates/_images.tpl b/charts/common/templates/_images.tpl index 3579a2e..5878057 100644 --- a/charts/common/templates/_images.tpl +++ b/charts/common/templates/_images.tpl @@ -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 */}}