diff --git a/chart/templates/velero/values.yaml b/chart/templates/velero/values.yaml index 1d2b701e0cb16a488f26d8d8bf9d4d60c286527b..3ab58bf756fb4a362bebe7777200e4bd98505e0b 100644 --- a/chart/templates/velero/values.yaml +++ b/chart/templates/velero/values.yaml @@ -30,7 +30,7 @@ initContainers: {{- range .Values.addons.velero.plugins }} {{- if eq . "aws" }} - name: velero-plugin-for-aws - image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.4.0 + image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.4.1 imagePullPolicy: {{ dig "image" "pullPolicy" "IfNotPresent" $.Values.addons.velero.values }} volumeMounts: - mountPath: /target @@ -45,7 +45,7 @@ initContainers: {{- end }} {{- if eq . "azure" }} - name: velero-plugin-for-azure - image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.4.0 + image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.4.1 imagePullPolicy: {{ dig "image" "pullPolicy" "IfNotPresent" $.Values.addons.velero.values }} volumeMounts: - mountPath: /target diff --git a/chart/values.yaml b/chart/values.yaml index f4e1822c642cdbfb26973086acac650d6cd6c959..00ec95b2b7ee5ef33ef71f66c85c1746af6249c1 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1234,7 +1234,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero.git path: "./chart" - tag: "2.28.0-bb.1" + tag: "2.29.0-bb.0" # -- Flux reconciliation overrides specifically for the Velero Package flux: {}