Skip to content

Commit

Permalink
Merge pull request #58 from orange-cloudfoundry/renovate/patch-k8s-re…
Browse files Browse the repository at this point in the history
…lated-bumps

chore(deps): update dependency kubernetes/kubectl to v1.24.15
  • Loading branch information
o-orand authored Jul 18, 2023
2 parents f288a0b + db60bd2 commit 30d5df7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions k8s-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ RUN echo "Computed sha256sum: $(sha256sum ${KAPP_FILENAME})" \
&& mv kapp-linux-amd64 kapp

# renovate: datasource=github-tags depName=kubernetes/kubectl
ENV KUBECTL_VERSION 1.24.14
ENV KUBECTL_SUM 3ef141cb84803fbdcea7db270e9d6678ba064c2c9f2eccce91adedf09daba706
ENV KUBECTL_VERSION 1.24.15
ENV KUBECTL_SUM a45d390e17d1cd4bf93eaa733ebc87ed1a38fd867316919bdc59bee9f96e4d8e
ENV KUBECTL_FILENAME kubectl
ADD https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl .
RUN echo "Computed sha256sum: $(sha256sum ${KUBECTL_FILENAME})" \
Expand Down
2 changes: 1 addition & 1 deletion k8s-tools/k8s-tools_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
CREDHUB_CLI_VERSION='2.9.16' # renovate: datasource=github-releases depName=cloudfoundry/credhub-cli
KUSTOMIZE_VERSION="4.5.4" # renovate: datasource=github-releases depName=kubernetes-sigs/kustomize
KAPP_VERSION="0.57.0" # renovate: datasource=github-releases depName=k14s/kapp
KUBECTL_VERSION="1.24.14" # renovate: datasource=github-tags depName=kubernetes/kubectl
KUBECTL_VERSION="1.24.15" # renovate: datasource=github-tags depName=kubernetes/kubectl
HELM_VERSION="3.12.0" # renovate: datasource=github-releases depName=helm/helm
KUTTL_VERSION="0.15.0" # renovate: datasource=github-releases depName=kudobuilder/kuttl
RUBY_VERSION = "3.1"
Expand Down

0 comments on commit 30d5df7

Please sign in to comment.