Skip to content

Commit

Permalink
fix missing k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
Medhakulam committed Jan 13, 2025
1 parent c0bc4e4 commit a761a75
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions k8s_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,13 @@
"1.29.8",
"1.29.9",
"1.29.10",
"1.29.12",
"1.30.4",
"1.30.5",
"1.30.6",
"1.31.1"
"1.30.8",
"1.31.1",
"1.31.4"
],
"rke2": [
"1.26.4",
Expand Down Expand Up @@ -91,11 +94,14 @@
"1.29.8",
"1.29.9",
"1.29.10",
"1.29.12",
"1.30.3",
"1.30.4",
"1.30.5",
"1.30.6",
"1.31.1"
"1.30.8",
"1.31.1",
"1.31.4"
],
"kubeadm-fips": [
"1.26.4",
Expand All @@ -120,10 +126,13 @@
"1.29.8",
"1.29.9",
"1.29.10",
"1.29.12",
"1.30.4",
"1.30.5",
"1.30.6",
"1.31.1"
"1.30.8",
"1.31.1",
"1.31.4"
],
"nodeadm": [
"1.29.0",
Expand Down

0 comments on commit a761a75

Please sign in to comment.