From 7cff4164c1ca4e5569ea6d5739e22d14f1369383 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 07:47:28 +0000 Subject: [PATCH] chore(deps): update docker.io/alpine/helm docker tag to v3.14.0 (#512) 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 | Type | Update | Change | |---|---|---|---| | docker.io/alpine/helm | stage | minor | `3.13.3` -> `3.14.0` | --- ### 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. --- - [ ] 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/allenporter/flux-local). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .devcontainer/Dockerfile | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 5d6079d3..db799e53 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update --fix-missing && \ COPY --from=docker.io/bitnami/kubectl:1.29.1 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl COPY --from=registry.k8s.io/kustomize/kustomize:v5.3.0 /app/kustomize /usr/local/bin/kustomize COPY --from=ghcr.io/kyverno/kyverno-cli:v1.11.4 /ko-app/kubectl-kyverno /usr/local/bin/kyverno -COPY --from=docker.io/alpine/helm:3.13.3 /usr/bin/helm /usr/local/bin/helm +COPY --from=docker.io/alpine/helm:3.14.0 /usr/bin/helm /usr/local/bin/helm COPY --from=ghcr.io/fluxcd/flux-cli:v2.2.2 /usr/local/bin/flux /usr/local/bin/flux COPY requirements.txt /src/ diff --git a/Dockerfile b/Dockerfile index 045f86b3..381ffdd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -r /requirements.txt RUN pip install -e . COPY --from=ghcr.io/fluxcd/flux-cli:v2.2.2 /usr/local/bin/flux /usr/local/bin/flux -COPY --from=docker.io/alpine/helm:3.13.3 /usr/bin/helm /usr/local/bin/helm +COPY --from=docker.io/alpine/helm:3.14.0 /usr/bin/helm /usr/local/bin/helm COPY --from=docker.io/bitnami/kubectl:1.29.1 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl COPY --from=registry.k8s.io/kustomize/kustomize:v5.3.0 /app/kustomize /usr/local/bin/kustomize COPY --from=ghcr.io/kyverno/kyverno-cli:v1.11.4 /ko-app/kubectl-kyverno /usr/local/bin/kyverno