Skip to content

Commit

Permalink
chore(deps): update helm release tigera-operator to v3.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent 5a7bd21 commit 9c58c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion calico/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/calico_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 9c58c5e

Please sign in to comment.