From cbd258efd4daeac04b4a20ad20628096e2f8fc73 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Tue, 10 Sep 2024 13:05:44 +0200 Subject: [PATCH] Update Helm release velero to v7.2.1 --- installations/system/helmfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/system/helmfile.yaml b/installations/system/helmfile.yaml index 064bbb2..413ea81 100644 --- a/installations/system/helmfile.yaml +++ b/installations/system/helmfile.yaml @@ -126,7 +126,7 @@ releases: - name: velero chart: vmware-tanzu/velero namespace: kube-system - version: 7.2.0 + version: 7.2.1 condition: velero.enabled needs: - kube-system/cilium -- 2.45.2