Compare commits

..

3 Commits

Author SHA1 Message Date
f02cb86864 chore(deps): update dependency helm/helm to v4.0.5
All checks were successful
Build / build-amd64 (pull_request) Successful in 23s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 52s
Auto release / tag_on_change (push) Successful in 9s
Build / build-amd64 (push) Successful in 22s
Lint Markdown files / markdown-lint (push) Successful in 5s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 5s
Build / build-arm64 (push) Successful in 54s
2026-01-15 02:07:17 +00:00
c94bf7943e chore(deps): update docker/setup-buildx-action action to v3.12.0
All checks were successful
Build / build-arm64 (pull_request) Successful in 56s
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
Build / build-amd64 (pull_request) Successful in 23s
Build / build-amd64 (push) Successful in 21s
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-arm64 (push) Successful in 58s
2025-12-19 11:08:26 +00:00
c3689dea3d chore(deps): update docker.io/library/alpine docker tag to v3.23.2
All checks were successful
Build / build-amd64 (pull_request) Successful in 24s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 50s
Build / build-amd64 (push) Successful in 22s
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-arm64 (push) Successful in 49s
2025-12-18 02:07:38 +00:00
5 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v6.0.1
- uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-buildx-action@v3.11.1
- uses: docker/setup-buildx-action@v3.12.0
- name: Build image
run: |
@@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v6.0.1
- uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-buildx-action@v3.11.1
- uses: docker/setup-buildx-action@v3.12.0
- name: Build image
run: |

View File

@@ -33,7 +33,7 @@ jobs:
ref: "${{ steps.version_extraction.outputs.version_raw }}"
- uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-buildx-action@v3.11.1
- uses: docker/setup-buildx-action@v3.12.0
- uses: docker/login-action@v3.6.0
with:
@@ -73,7 +73,7 @@ jobs:
ref: "${{ steps.version_extraction.outputs.version_raw }}"
- uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-buildx-action@v3.11.1
- uses: docker/setup-buildx-action@v3.12.0
- uses: docker/login-action@v3.6.0
with:

View File

@@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.23.0
FROM docker.io/library/alpine:3.23.2
ARG HELM_VERSION

View File

@@ -1,6 +1,6 @@
# HELM_VERSION
# Only required to install a specify version
HELM_VERSION?=v4.0.4 # renovate: datasource=github-releases depName=helm/helm
HELM_VERSION?=v4.0.5 # renovate: datasource=github-releases depName=helm/helm
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a

View File

@@ -7,7 +7,7 @@ goal of this project is to package the binary `helm` as container image and prov
The source code of the binary can be found in the upstream project of [helm](github.com/helm/helm).
```bash
IMAGE_VERSION=4.0.4
IMAGE_VERSION=4.0.5
docker run \
--rm \
--volume "$(pwd):$(pwd)" \