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

Commit

Permalink
toolchains/kubectl/defaults.bzl update
Browse files Browse the repository at this point in the history
  • Loading branch information
skyl authored Oct 25, 2022
1 parent fee80eb commit a657c17
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit a657c17

Please sign in to comment.