Skip to content

Commit

Permalink
Update K8s related bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2023
1 parent aa2e7b3 commit d01088e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions k8s-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update \
WORKDIR /usr/local/bin

# renovate: datasource=github-releases depName=k14s/ytt
ENV YTT_VERSION "0.45.4"
ENV YTT_VERSION "0.46.0"
ENV YTT_SUM 9bf62175c7cc0b54f9731a5b87ee40250f0457b1fce1b0b36019c2f8d96db8f8
ENV YTT_FILENAME ytt-linux-amd64
ADD https://github.com/k14s/ytt/releases/download/v${YTT_VERSION}/${YTT_FILENAME} .
Expand Down Expand Up @@ -41,7 +41,7 @@ RUN echo "Computed sha256sum: $(sha256sum ${KUSTOMIZE_FILENAME})" \
&& tar zxvf ${KUSTOMIZE_FILENAME}

# renovate: datasource=github-releases depName=k14s/kapp
ENV KAPP_VERSION 0.58.0
ENV KAPP_VERSION 0.59.0
ENV KAPP_SUM b253ea9cf6add07f9497955147dc12e8612c24c36dc9929c9a4fecdc76752bd3
ENV KAPP_FILENAME kapp-linux-amd64
ADD https://github.com/k14s/kapp/releases/download/v${KAPP_VERSION}/kapp-linux-amd64 .
Expand Down
4 changes: 2 additions & 2 deletions k8s-tools/k8s-tools_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
require 'serverspec'

BOSH_CLI_VERSION="7.4.0" # renovate: datasource=github-releases depName=cloudfoundry/bosh-cli
YTT_VERSION="0.45.4" # renovate: datasource=github-releases depName=k14s/ytt
YTT_VERSION="0.46.0" # renovate: datasource=github-releases depName=k14s/ytt
CREDHUB_CLI_VERSION='2.9.19' # renovate: datasource=github-releases depName=cloudfoundry/credhub-cli
KUSTOMIZE_VERSION="4.5.4" # renovate: datasource=github-releases depName=kubernetes-sigs/kustomize
KAPP_VERSION="0.58.0" # renovate: datasource=github-releases depName=k14s/kapp
KAPP_VERSION="0.59.0" # renovate: datasource=github-releases depName=k14s/kapp
KUBECTL_VERSION="1.24.17" # 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
Expand Down

0 comments on commit d01088e

Please sign in to comment.