Skip to content

Commit

Permalink
update kind node; 1.29.4 -> 1.29.8
Browse files Browse the repository at this point in the history
  • Loading branch information
colesnodgrass committed Sep 5, 2024
1 parent 81d7842 commit 66ec23f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/cmd/local/k8s/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ type kindCluster struct {

// k8sVersion is the kind node version being used.
// Note that the sha256 must match the version listed on the release for the specific version of kind
// that we're currently using (e.g. https://github.com/kubernetes-sigs/kind/releases/tag/v0.23.0)
const k8sVersion = "v1.29.4@sha256:3abb816a5b1061fb15c6e9e60856ec40d56b7b52bcea5f5f1350bc6e2320b6f8"
// that we're currently using (e.g. https://github.com/kubernetes-sigs/kind/releases/tag/v0.24.0)
const k8sVersion = "v1.29.8@sha256:d46b7aa29567e93b27f7531d258c372e829d7224b25e3fc6ffdefed12476d3aa"

func (k *kindCluster) Create(port int, extraMounts []ExtraVolumeMount) error {
// Create the data directory before the cluster does to ensure that it's owned by the correct user.
Expand Down Expand Up @@ -107,4 +107,4 @@ func formatKindErr(err error) error {
return fmt.Errorf("%w: %s", err, string(kindErr.Output))
}
return err
}
}

0 comments on commit 66ec23f

Please sign in to comment.