diff --git a/chart/templates/velero/values.yaml b/chart/templates/velero/values.yaml index 1792ba41b441c94b5fc844342d56b7de6dfb2544..3293a60d2a59eb62dda3bb157d14bc5b544cbb4a 100644 --- a/chart/templates/velero/values.yaml +++ b/chart/templates/velero/values.yaml @@ -23,7 +23,7 @@ initContainers: {{- if eq . "aws" }} - name: velero-plugin-for-aws image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.2.0 - imagePullPolicy: IfNotPresent + imagePullPolicy: {{ dig "image" "pullPolicy" "IfNotPresent" $.Values.addons.velero.values }} volumeMounts: - mountPath: /target name: plugins @@ -38,7 +38,7 @@ initContainers: {{- if eq . "azure" }} - name: velero-plugin-for-azure image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.2.0 - imagePullPolicy: IfNotPresent + imagePullPolicy: {{ dig "image" "pullPolicy" "IfNotPresent" $.Values.addons.velero.values }} volumeMounts: - mountPath: /target name: plugins @@ -53,7 +53,7 @@ initContainers: {{- if eq . "csi" }} - name: velero-plugin-for-csi image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.1.2 - imagePullPolicy: IfNotPresent + imagePullPolicy: {{ dig "image" "pullPolicy" "IfNotPresent" $.Values.addons.velero.values }} volumeMounts: - mountPath: /target name: plugins