diff --git a/charts/phrasea/Chart.yaml b/charts/phrasea/Chart.yaml index 6303677..5534ff3 100644 --- a/charts/phrasea/Chart.yaml +++ b/charts/phrasea/Chart.yaml @@ -14,7 +14,7 @@ type: application # 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. -version: 2.5.0 +version: 2.6.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/charts/phrasea/templates/_helpers.tpl b/charts/phrasea/templates/_helpers.tpl index d921b7b..a484938 100644 --- a/charts/phrasea/templates/_helpers.tpl +++ b/charts/phrasea/templates/_helpers.tpl @@ -220,7 +220,7 @@ networking.k8s.io/v1beta1 {{- define "configurator.containerSpecs" -}} name: configurator image: {{ .Values.repository.baseurl }}/ps-configurator:{{ .Values.repository.tag }} -imagePullPolicy: .Values.repository.imagePullPolicy +imagePullPolicy: {{ .Values.repository.imagePullPolicy }} terminationMessagePolicy: FallbackToLogsOnError volumeMounts: - name: configs @@ -280,7 +280,7 @@ envFrom: {{- define "novuBridge.containerSpecs" -}} image: {{ .Values.repository.baseurl }}/ps-novu-bridge:{{ .Values.repository.tag }} {{- if not (eq "latest" .Values.repository.tag) }} -imagePullPolicy: Always +imagePullPolicy: {{ .Values.repository.imagePullPolicy }} {{- end }} terminationMessagePolicy: FallbackToLogsOnError env: