diff --git a/calico/run.sh b/calico/run.sh index 74a14f6..6bd0378 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.2" templ() { local file="$3" diff --git a/tests/calico_test.go b/tests/calico_test.go index 7f4cd56..0cbb69a 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.2\"")) }) It("Specifiy major version for calico", func() {