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

Commit a657c17

Browse files
authored
toolchains/kubectl/defaults.bzl update
1 parent fee80eb commit a657c17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

toolchains/kubectl/defaults.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ k8s_org = "kubernetes"
2525
k8s_repo = "kubernetes"
2626

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

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

3434
# The SHA256 of the k8s repo.
35-
k8s_sha256 = "dfb39ce36284c1ce228954ca12bf016c09be61e40a875e8af4fff84e116bd3a7"
35+
k8s_sha256 = "957428759c846ed6a71453ce39b9bd7a91501209c222dcae5d73348b90d68ced"
3636

3737
# The kubernetes repository infrastructure tools repository.
3838
# https://github.com/kubernetes/repo-infra

0 commit comments

Comments
 (0)