Skip to content

Commit

Permalink
kubeadm: test v1.30
Browse files Browse the repository at this point in the history
bumped cni versions too.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
  • Loading branch information
tormath1 committed Jun 17, 2024
1 parent c7d197f commit 7c7be98
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kola/tests/kubeadm/kubeadm.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,20 @@ var (
// testConfig holds params for various kubernetes releases
// and the nested params are used to render script templates
testConfig = map[string]map[string]interface{}{
"v1.29.2": map[string]interface{}{
"HelmVersion": "v3.13.2",
"v1.30.1": map[string]interface{}{
"HelmVersion": "v3.14.0",
"MinMajorVersion": 3374,
// from https://github.com/flannel-io/flannel/releases
"FlannelVersion": "v0.22.0",
"FlannelVersion": "v0.25.4",
// from https://github.com/cilium/cilium/releases
"CiliumVersion": "1.12.5",
"CiliumVersion": "1.15.6",
// from https://github.com/cilium/cilium-cli/releases
"CiliumCLIVersion": "v0.12.12",
"CiliumCLIVersion": "v0.16.10",
"DownloadDir": "/opt/bin",
"PodSubnet": "192.168.0.0/17",
"cgroupv1": false,
},
"v1.28.7": map[string]interface{}{
"v1.29.2": map[string]interface{}{
"HelmVersion": "v3.13.2",
"MinMajorVersion": 3374,
// from https://github.com/flannel-io/flannel/releases
Expand Down

0 comments on commit 7c7be98

Please sign in to comment.