Skip to content

Commit fec9be5

Browse files
chore(deps): update docker.io/alpine/helm docker tag to v3.14.3 (#590)
[![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 | patch | `3.14.2` -> `3.14.3` | --- ### 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/allenporter/flux-local). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c6304d commit fec9be5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update --fix-missing && \
1515
COPY --from=docker.io/bitnami/kubectl:1.29.3 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
1616
COPY --from=registry.k8s.io/kustomize/kustomize:v5.3.0 /app/kustomize /usr/local/bin/kustomize
1717
COPY --from=ghcr.io/kyverno/kyverno-cli:v1.11.4 /ko-app/kubectl-kyverno /usr/local/bin/kyverno
18-
COPY --from=docker.io/alpine/helm:3.14.2 /usr/bin/helm /usr/local/bin/helm
18+
COPY --from=docker.io/alpine/helm:3.14.3 /usr/bin/helm /usr/local/bin/helm
1919
COPY --from=ghcr.io/fluxcd/flux-cli:v2.2.3 /usr/local/bin/flux /usr/local/bin/flux
2020

2121
COPY requirements.txt /src/

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -r /requirements.txt
1212
RUN pip install -e .
1313

1414
COPY --from=ghcr.io/fluxcd/flux-cli:v2.2.3 /usr/local/bin/flux /usr/local/bin/flux
15-
COPY --from=docker.io/alpine/helm:3.14.2 /usr/bin/helm /usr/local/bin/helm
15+
COPY --from=docker.io/alpine/helm:3.14.3 /usr/bin/helm /usr/local/bin/helm
1616
COPY --from=docker.io/bitnami/kubectl:1.29.3 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
1717
COPY --from=registry.k8s.io/kustomize/kustomize:v5.3.0 /app/kustomize /usr/local/bin/kustomize
1818
COPY --from=ghcr.io/kyverno/kyverno-cli:v1.11.4 /ko-app/kubectl-kyverno /usr/local/bin/kyverno

0 commit comments

Comments
 (0)