Update k8s dependencies to v1.36 (main) (#979)

* Update k3s version in test suites to v1.36.2-k3s1

- Updated the k3sVersion and k3sOldVersion constants in both cli and e2e test suites to reflect the new version v1.36.2-k3s1 and the previous version v1.36.0-k3s1.

* updated README.md
This commit is contained in:
Enrico Candino
2026-07-08 15:58:06 +02:00
committed by GitHub
parent 9c82b68440
commit 3d0438edc9
14 changed files with 137 additions and 139 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ import (
const (
k3kNamespace = "k3k-system"
k3sVersion = "v1.35.2-k3s1"
k3sOldVersion = "v1.35.0-k3s1"
k3sVersion = "v1.36.2-k3s1"
k3sOldVersion = "v1.36.0-k3s1"
)
func TestTests(t *testing.T) {
+2 -2
View File
@@ -37,8 +37,8 @@ import (
const (
k3kNamespace = "k3k-system"
k3sVersion = "v1.35.2-k3s1"
k3sOldVersion = "v1.35.0-k3s1"
k3sVersion = "v1.36.2-k3s1"
k3sOldVersion = "v1.36.0-k3s1"
e2eTestLabel = "e2e"
slowTestsLabel = "slow"