From 4551dcd9c982e744c1e8b7f22d645b41f8945516 Mon Sep 17 00:00:00 2001 From: mr-bot <project2872_bot1@noreply.repo1.dso.mil> Date: Mon, 24 Oct 2022 21:22:14 +0000 Subject: [PATCH] Fix Velero capabilities check for CSI plugin --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 9806b44d5e..be335c47e0 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1347,7 +1347,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero.git path: "./chart" - tag: "2.31.8-bb.1" + tag: "2.31.8-bb.2" # -- Flux reconciliation overrides specifically for the Velero Package flux: {} -- GitLab