From 0b497288b377d4ce403be4e3569c213d014fc4b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 03:52:49 +0000 Subject: [PATCH] chore(deps): update docker.io/bitnami/kubectl docker tag to v1.29.4 (#619) 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/bitnami/kubectl | stage | patch | `1.29.3` -> `1.29.4` | --- ### 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 59152a9a..8af555b2 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update --fix-missing && \ git \ python3-pip -COPY --from=docker.io/bitnami/kubectl:1.29.3 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl +COPY --from=docker.io/bitnami/kubectl:1.29.4 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl COPY --from=registry.k8s.io/kustomize/kustomize:v5.4.1 /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.14.4 /usr/bin/helm /usr/local/bin/helm diff --git a/Dockerfile b/Dockerfile index 456379df..94aff42f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN pip install -e . COPY --from=ghcr.io/fluxcd/flux-cli:v2.2.3 /usr/local/bin/flux /usr/local/bin/flux COPY --from=docker.io/alpine/helm:3.14.4 /usr/bin/helm /usr/local/bin/helm -COPY --from=docker.io/bitnami/kubectl:1.29.3 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl +COPY --from=docker.io/bitnami/kubectl:1.29.4 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl COPY --from=registry.k8s.io/kustomize/kustomize:v5.4.1 /app/kustomize /usr/local/bin/kustomize COPY --from=ghcr.io/kyverno/kyverno-cli:v1.11.4 /ko-app/kubectl-kyverno /usr/local/bin/kyverno