Skip to content

Commit 78f47e7

Browse files
committed
Upgrade kubectl to latest version
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 15da16d commit 78f47e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tools/chef/cookbooks/px_dev_extras/attributes/linux.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
'ca2d5d40d4cdfb9a3a6205dd803b5bc8def00bd2f13e5526c127e9b667974a89'
4444

4545
default['kubectl']['download_path'] =
46-
'https://storage.googleapis.com/kubernetes-release/release/v1.26.0/bin/linux/amd64/kubectl'
46+
'https://dl.k8s.io/release/v1.33.3/bin/linux/amd64/kubectl'
4747
default['kubectl']['sha256'] =
48-
'b6769d8ac6a0ed0f13b307d289dc092ad86180b08f5b5044af152808c04950ae'
48+
'2fcf65c64f352742dc253a25a7c95617c2aba79843d1b74e585c69fe4884afb0'
4949

5050
default['kustomize']['download_path'] =
5151
'https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv5.0.3/kustomize_v5.0.3_linux_amd64.tar.gz'

tools/chef/cookbooks/px_dev_extras/attributes/mac_os_x.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
'9d029df37664b50e427442a600e4e065fa75fd74dac996c831ac68359654b2c4'
4545

4646
default['kubectl']['download_path'] =
47-
'https://storage.googleapis.com/kubernetes-release/release/v1.26.0/bin/darwin/amd64/kubectl'
47+
'https://dl.k8s.io/release/v1.33.3/bin/darwin/amd64/kubectl'
4848
default['kubectl']['sha256'] =
49-
'be9dc0782a7b257d9cfd66b76f91081e80f57742f61e12cd29068b213ee48abc'
49+
'9652b55a58e84454196a7b9009f6d990d3961e2bd4bd03f64111d959282b46b1'
5050

5151
default['kustomize']['download_path'] =
5252
'https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv5.0.3/kustomize_v5.0.3_darwin_amd64.tar.gz'

0 commit comments

Comments
 (0)