From b8666ee66cd92725f00b997a9b488fa9889b4553 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Wed, 27 Mar 2024 16:51:52 -0700 Subject: [PATCH] (fleet/velero) bump chart to 5.4.1 Resolves this error seen on k8s 1.29.2: k logs velero-upgrade-crds-6gj64 Defaulted container "velero" out of: velero, kubectl (init) /tmp/sh: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /tmp/sh) /tmp/sh: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/sh) --- fleet/lib/velero/fleet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fleet/lib/velero/fleet.yaml b/fleet/lib/velero/fleet.yaml index ba553a26f..d815e2e82 100644 --- a/fleet/lib/velero/fleet.yaml +++ b/fleet/lib/velero/fleet.yaml @@ -6,7 +6,7 @@ helm: chart: *name releaseName: *name repo: https://vmware-tanzu.github.io/helm-charts - version: 4.1.0 + version: 5.4.1 valuesFiles: - values.yaml timeoutSeconds: 300