mirror of
https://github.com/rancher/k3k.git
synced 2026-08-18 20:07:06 +00:00
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:
@@ -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) {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user