Skip to content

Commit

Permalink
Merge pull request #63 from alchemy-fr/PS-687_imagesPullPolicy
Browse files Browse the repository at this point in the history
PS-687 Image Pull Policy for Novu and Configurator Job
  • Loading branch information
nmaillat authored Jan 31, 2025
2 parents eb97764 + e7c7678 commit 31a2e62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/phrasea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions charts/phrasea/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 31a2e62

Please # to comment.