From 892cae3bf1ec02d1e6088dae95467bc82ade54d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:21:34 +0000 Subject: [PATCH] chore(deps): update dependency helm/helm to v3.15.2 --- k8s-tools/Dockerfile | 2 +- k8s-tools/k8s-tools_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s-tools/Dockerfile b/k8s-tools/Dockerfile index c6669d4c..f8a86f6e 100644 --- a/k8s-tools/Dockerfile +++ b/k8s-tools/Dockerfile @@ -58,7 +58,7 @@ RUN echo "Computed sha256sum: $(sha256sum ${KUBECTL_FILENAME})" \ && echo "${KUBECTL_SUM} ${KUBECTL_FILENAME}" | sha256sum -c - # renovate: datasource=github-releases depName=helm/helm -ENV HELM_VERSION 3.14.4 +ENV HELM_VERSION 3.15.2 ENV HELM_SUM a5844ef2c38ef6ddf3b5a8f7d91e7e0e8ebc39a38bb3fc8013d629c1ef29c259 ENV HELM_FILENAME helm-v${HELM_VERSION}-linux-amd64.tar.gz ADD https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz . diff --git a/k8s-tools/k8s-tools_spec.rb b/k8s-tools/k8s-tools_spec.rb index 9d92e713..7e78fc9d 100644 --- a/k8s-tools/k8s-tools_spec.rb +++ b/k8s-tools/k8s-tools_spec.rb @@ -8,7 +8,7 @@ KUSTOMIZE_VERSION="5.0.3" # renovate: datasource=github-releases depName=kubernetes-sigs/kustomize KAPP_VERSION="0.62.1" # renovate: datasource=github-releases depName=k14s/kapp KUBECTL_VERSION="1.26.15" # renovate: datasource=github-tags depName=kubernetes/kubectl -HELM_VERSION="3.14.4" # renovate: datasource=github-releases depName=helm/helm +HELM_VERSION="3.15.2" # renovate: datasource=github-releases depName=helm/helm KUTTL_VERSION="0.17.0" # renovate: datasource=github-releases depName=kudobuilder/kuttl RUBY_VERSION = "3.1"