Skip to content

Commit a7685ec

Browse files
chore(deps): update dependency kubernetes/kubectl to v1.33.7
1 parent ae270b0 commit a7685ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

k8s-tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN echo "Computed sha256sum: $(sha256sum ${KUSTOMIZE_FILENAME})" \
5050
# && mv kapp-linux-amd64 kapp
5151

5252
# renovate: datasource=github-tags depName=kubernetes/kubectl
53-
ENV KUBECTL_VERSION 1.30.9
53+
ENV KUBECTL_VERSION 1.33.7
5454
ENV KUBECTL_SUM d77041f285d9237c4aa451370c3ec6e5c042007dbb55c894f0a179b1d149bf32
5555
ENV KUBECTL_FILENAME kubectl
5656
ADD https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl .

k8s-tools/k8s-tools_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
CREDHUB_CLI_VERSION='2.9.42' # renovate: datasource=github-releases depName=cloudfoundry/credhub-cli
88
KUSTOMIZE_VERSION="5.0.3" # renovate: datasource=github-releases depName=kubernetes-sigs/kustomize
99
KAPP_VERSION="0.64.0" # renovate: datasource=github-releases depName=k14s/kapp
10-
KUBECTL_VERSION="1.30.9" # renovate: datasource=github-tags depName=kubernetes/kubectl
10+
KUBECTL_VERSION="1.33.7" # renovate: datasource=github-tags depName=kubernetes/kubectl
1111
HELM_VERSION="3.14.4" # renovate: datasource=github-releases depName=helm/helm
1212
KUTTL_VERSION="0.21.0" # renovate: datasource=github-releases depName=kudobuilder/kuttl
1313
RUBY_VERSION = "3.4"

0 commit comments

Comments
 (0)