Skip to content

Commit

Permalink
Merge pull request #276 from vardhaman22/0.5-bump-kubectl
Browse files Browse the repository at this point in the history
[main] bump kubectl to v1.30.6
  • Loading branch information
vardhaman22 authored Oct 29, 2024
2 parents 927279d + 136ffa3 commit abfda53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/make/deps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SONOBUOY_SUM_arm64 ?= 2ecfb9f8d2c5f20f48600eb9aabf9416b03ad598ebe05c89d8731eceb8
# renovate: datasource=github-release-attachments depName=vmware-tanzu/sonobuoy digestVersion=v0.57.2
SONOBUOY_SUM_amd64 ?= 83e9fdd9293066b2793a2b31a3f12517f8c8318a149223515cef6bdc3a2d587c

KUBECTL_VERSION ?= 1.28.12
KUBECTL_VERSION ?= 1.30.6
KUBECTL_SUM_arm64 ?= $(shell curl -L "https://dl.k8s.io/release/v$(KUBECTL_VERSION)/bin/linux/arm64/kubectl.sha256")
KUBECTL_SUM_amd64 ?= $(shell curl -L "https://dl.k8s.io/release/v$(KUBECTL_VERSION)/bin/linux/amd64/kubectl.sha256")

Expand Down

0 comments on commit abfda53

Please sign in to comment.