Skip to content

Commit 4a02df3

Browse files
chore(deps): update helm release tigera-operator to v3.32.1 (#168)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 919898a commit 4a02df3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

calico/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ K3S_MANIFEST_DIR=${K3S_MANIFEST_DIR:-/var/lib/rancher/k3s/server/manifests/}
66

77
VALUES="{}"
88
# renovate: depName=tigera-operator repoUrl=https://docs.tigera.io/calico/charts
9-
VERSION="v3.32.0"
9+
VERSION="v3.32.1"
1010

1111
templ() {
1212
local file="$3"

tests/calico_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var _ = Describe("calico test", Label("calico"), func() {
2323
content := string(dat)
2424
Expect(err).ToNot(HaveOccurred())
2525
// renovate: depName=tigera-operator repoUrl=https://docs.tigera.io/calico/charts
26-
Expect(content).To(ContainSubstring("version: \"v3.32.0\""))
26+
Expect(content).To(ContainSubstring("version: \"v3.32.1\""))
2727
})
2828

2929
It("Specifiy major version for calico", func() {

0 commit comments

Comments
 (0)