diff --git a/chart/templates/velero/values.yaml b/chart/templates/velero/values.yaml index 296ef4ca97ab1f1b6d873e1c1bdf6a32ae02a437..8e56d5981c3d6a205e6358618443482b81c71e9a 100644 --- a/chart/templates/velero/values.yaml +++ b/chart/templates/velero/values.yaml @@ -55,7 +55,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.5.0 + image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.5.1 imagePullPolicy: {{ dig "image" "pullPolicy" "IfNotPresent" $.Values.addons.velero.values }} volumeMounts: - mountPath: /target @@ -74,7 +74,7 @@ initContainers: {{- end }} {{- if eq . "azure" }} - name: velero-plugin-for-azure - image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.5.0 + image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.5.1 imagePullPolicy: {{ dig "image" "pullPolicy" "IfNotPresent" $.Values.addons.velero.values }} volumeMounts: - mountPath: /target @@ -93,7 +93,7 @@ initContainers: {{- end }} {{- if eq . "csi" }} - name: velero-plugin-for-csi - image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.3.0 + image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.3.1 imagePullPolicy: {{ dig "image" "pullPolicy" "IfNotPresent" $.Values.addons.velero.values }} volumeMounts: - mountPath: /target diff --git a/chart/values.yaml b/chart/values.yaml index 2d62e6b6cf106da278632c7a08685772ac5ce452..e95d59fe9bd92d2829011d823d8f490aa39c515a 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1330,7 +1330,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero.git path: "./chart" - tag: "2.31.3-bb.2" + tag: "2.31.8-bb.0" # -- Flux reconciliation overrides specifically for the Velero Package flux: {}