Skip to content

Commit

Permalink
cluster: add kubernetes v1.26.0 for kind v0.17 (#269)
Browse files Browse the repository at this point in the history
Signed-off-by: zoetrope <a.ikezoe@gmail.com>
  • Loading branch information
zoetrope authored Jan 30, 2023
1 parent 045f226 commit 49b5edb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cluster/admin_kind.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ func (a *kindAdmin) getKindVersion(ctx context.Context) (string, error) {
// time a new Kind version is released :\
var kindK8sNodeTable = map[string]map[string]string{
"v0.17.0": {
"1.26": "kindest/node:v1.26.0@sha256:691e24bd2417609db7e589e1a479b902d2e209892a10ce375fab60a8407c7352",
"1.25": "kindest/node:v1.25.3@sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1",
"1.24": "kindest/node:v1.24.7@sha256:577c630ce8e509131eab1aea12c022190978dd2f745aac5eb1fe65c0807eb315",
"1.23": "kindest/node:v1.23.13@sha256:ef453bb7c79f0e3caba88d2067d4196f427794086a7d0df8df4f019d5e336b61",
Expand Down

0 comments on commit 49b5edb

Please sign in to comment.