Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

toolchains/kubectl/defaults.bzl update #717

Merged
merged 1 commit into from
Feb 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions toolchains/kubectl/defaults.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ k8s_org = "kubernetes"
k8s_repo = "kubernetes"

# The release commit/tag to for the kubernetes repo.
k8s_commit = "v1.13.0-beta.1"
k8s_commit = "v1.25.3"

# The archive prefix. This is the name of the top level directory in the
# downloaded repository archive tarball.
k8s_prefix = "kubernetes-1.13.0-beta.1"
k8s_prefix = "kubernetes-1.25.3"

# The SHA256 of the k8s repo.
k8s_sha256 = "dfb39ce36284c1ce228954ca12bf016c09be61e40a875e8af4fff84e116bd3a7"
k8s_sha256 = "957428759c846ed6a71453ce39b9bd7a91501209c222dcae5d73348b90d68ced"

# The kubernetes repository infrastructure tools repository.
# https://github.com/kubernetes/repo-infra
Expand Down