File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,11 @@ RUN echo "Computed sha256sum: $(sha256sum ${KAPP_FILENAME})" \
5050 && mv kapp-linux-amd64 kapp
5151
5252# renovate: datasource=github-tags depName=kubernetes/kubectl
53- ENV KUBECTL_VERSION 1.28.13
54- ENV KUBECTL_SUM d7d363dd5a4c95444329bc5239b8718ebe84a043052958b2f15ee2feef9a28c6
53+ ENV KUBECTL_VERSION 1.28.15
54+ ENV KUBECTL_SUM 1f7651ad0b50ef4561aa82e77f3ad06599b5e6b0b2a5fb6c4f474d95a77e41c5
5555ENV KUBECTL_FILENAME kubectl
56- ADD https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl .
56+ ADD https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl .
57+ # ADD https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl .
5758RUN echo "Computed sha256sum: $(sha256sum ${KUBECTL_FILENAME})" \
5859 && echo "${KUBECTL_SUM} ${KUBECTL_FILENAME}" | sha256sum -c -
5960
Original file line number Diff line number Diff line change 77CREDHUB_CLI_VERSION = '2.9.36' # renovate: datasource=github-releases depName=cloudfoundry/credhub-cli
88KUSTOMIZE_VERSION = "5.0.3" # renovate: datasource=github-releases depName=kubernetes-sigs/kustomize
99KAPP_VERSION = "0.63.3" # renovate: datasource=github-releases depName=k14s/kapp
10- KUBECTL_VERSION = "1.28.13 " # renovate: datasource=github-tags depName=kubernetes/kubectl
10+ KUBECTL_VERSION = "1.28.15 " # renovate: datasource=github-tags depName=kubernetes/kubectl
1111HELM_VERSION = "3.14.4" # renovate: datasource=github-releases depName=helm/helm
1212KUTTL_VERSION = "0.19.0" # renovate: datasource=github-releases depName=kudobuilder/kuttl
1313RUBY_VERSION = "3.1"
You can’t perform that action at this time.
0 commit comments