diff --git a/chart/cluster-tasks/templates/clear-cache.yaml b/chart/cluster-tasks/templates/clear-cache.yaml index 2273ca9d72722ae957d95afde923c46d0cfa5005..1508b43d42b428c12d62217fe80dd054bd1946a3 100644 --- a/chart/cluster-tasks/templates/clear-cache.yaml +++ b/chart/cluster-tasks/templates/clear-cache.yaml @@ -13,6 +13,7 @@ spec: steps: - name: clear-cache image: {{ .Values.image }} + imagePullPolicy: Always command: - /bin/sh - '-c' diff --git a/chart/cluster-tasks/templates/drupalsite-backup.yaml b/chart/cluster-tasks/templates/drupalsite-backup.yaml index c291535bf61d9fe0cf77446352e32966ea34734f..8da9f72676fe9e6e03429d57ef392bc9576624d3 100644 --- a/chart/cluster-tasks/templates/drupalsite-backup.yaml +++ b/chart/cluster-tasks/templates/drupalsite-backup.yaml @@ -13,6 +13,7 @@ spec: steps: - name: drupalsite-backup image: {{ .Values.image }} + imagePullPolicy: Always command: - /bin/sh - '-c' diff --git a/chart/cluster-tasks/templates/drupalsite-restore.yaml b/chart/cluster-tasks/templates/drupalsite-restore.yaml index e3257d3a8fb6de77022b75f9609295c2ae629ccc..380f23dfcd84687cf8390ec879c219aba0e4dc44 100644 --- a/chart/cluster-tasks/templates/drupalsite-restore.yaml +++ b/chart/cluster-tasks/templates/drupalsite-restore.yaml @@ -16,6 +16,7 @@ spec: steps: - name: database-backup image: {{ .Values.image }} + imagePullPolicy: Always command: - /bin/sh - '-c'