From a402d144e2d0eb309df75b05f802e1f374268f45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 00:43:53 +0200 Subject: [PATCH] chore(deps): update dependency helm/helm to v3.14.4 (#267) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [helm/helm](https://togithub.com/helm/helm) | patch | `v3.14.3` -> `v3.14.4` | --- ### Release Notes <details> <summary>helm/helm (helm/helm)</summary> ### [`v3.14.4`](https://togithub.com/helm/helm/compare/v3.14.3...v3.14.4) [Compare Source](https://togithub.com/helm/helm/compare/v3.14.3...v3.14.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/mykso/myks). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9cb2e3c0..97a71020 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ FROM downloader AS helm ARG TARGETOS ARG TARGETARCH # renovate: datasource=github-releases depName=helm/helm -ARG HELM_VERSION=v3.14.3 +ARG HELM_VERSION=v3.14.4 RUN curl -fsSL \ https://get.helm.sh/helm-${HELM_VERSION}-${TARGETOS}-${TARGETARCH}.tar.gz \ | tar -xzf - --strip-components=1 ${TARGETOS}-${TARGETARCH}/helm