From f5b2791b1934e843a1330bb4fe993b59b926f4da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:50:31 +0000 Subject: [PATCH] chore(deps): update helm release tigera-operator to v3.29.1 --- calico/run.sh | 2 +- tests/calico_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/calico/run.sh b/calico/run.sh index 74a14f6..e22c1da 100755 --- a/calico/run.sh +++ b/calico/run.sh @@ -6,7 +6,7 @@ K3S_MANIFEST_DIR=${K3S_MANIFEST_DIR:-/var/lib/rancher/k3s/server/manifests/} VALUES="{}" # renovate: depName=tigera-operator repoUrl=https://docs.tigera.io/calico/charts -VERSION="v3.28.2" +VERSION="v3.29.1" templ() { local file="$3" diff --git a/tests/calico_test.go b/tests/calico_test.go index 7f4cd56..6247180 100644 --- a/tests/calico_test.go +++ b/tests/calico_test.go @@ -23,7 +23,7 @@ var _ = Describe("calico test", Label("calico"), func() { content := string(dat) Expect(err).ToNot(HaveOccurred()) // renovate: depName=tigera-operator repoUrl=https://docs.tigera.io/calico/charts - Expect(content).To(ContainSubstring("version: \"v3.28.2\"")) + Expect(content).To(ContainSubstring("version: \"v3.29.1\"")) }) It("Specifiy major version for calico", func() {