From aa6f457468f3a8c15e6b9a73edc4654b0762e358 Mon Sep 17 00:00:00 2001
From: Lucas Rodriguez <lucas.rodriguez@defenseunicorns.com>
Date: Tue, 29 Mar 2022 22:17:17 +0000
Subject: [PATCH] Bumping velero chart version and image tags

---
 chart/templates/velero/values.yaml | 4 ++--
 chart/values.yaml                  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/chart/templates/velero/values.yaml b/chart/templates/velero/values.yaml
index 1d2b701e0c..3ab58bf756 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 f4e1822c64..00ec95b2b7 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: {}
-- 
GitLab