Compare commits

..

3 Commits

Author SHA1 Message Date
8486f73896 chore(deps): update dependency helm/helm to v4.1.3
All checks were successful
Build / build-amd64 (pull_request) Successful in 23s
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
Build / build-arm64 (pull_request) Successful in 56s
Auto release / tag_on_change (push) Successful in 15s
Build / build-amd64 (push) Successful in 24s
Lint Markdown files / markdown-lint (push) Successful in 4s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 5s
Build / build-arm64 (push) Successful in 52s
2026-03-12 02:08:04 +00:00
87ffd31a28 chore(deps): update docker/setup-buildx-action action to v4
Some checks failed
Build / build-amd64 (pull_request) Successful in 21s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 55s
Build / build-amd64 (push) Failing after 18s
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-arm64 (push) Failing after 46s
2026-03-09 07:46:38 +00:00
321d88dde3 chore(deps): update docker/login-action action to v4
All checks were successful
Build / build-amd64 (pull_request) Successful in 25s
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
Build / build-arm64 (pull_request) Successful in 52s
Build / build-amd64 (push) Successful in 22s
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-arm64 (push) Successful in 54s
2026-03-04 11:08:50 +00:00
4 changed files with 9 additions and 9 deletions

View File

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

View File

@@ -33,9 +33,9 @@ jobs:
ref: "${{ steps.version_extraction.outputs.version_raw }}"
- uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-buildx-action@v3.12.0
- uses: docker/setup-buildx-action@v4.0.0
- uses: docker/login-action@v3.7.0
- uses: docker/login-action@v4.0.0
with:
registry: git.cryptic.systems
username: ${{ github.repository_owner }}
@@ -73,9 +73,9 @@ jobs:
ref: "${{ steps.version_extraction.outputs.version_raw }}"
- uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-buildx-action@v3.12.0
- uses: docker/setup-buildx-action@v4.0.0
- uses: docker/login-action@v3.7.0
- uses: docker/login-action@v4.0.0
with:
registry: git.cryptic.systems
username: ${{ github.repository_owner }}
@@ -110,7 +110,7 @@ jobs:
echo "version_raw=${VERSION}" >> $GITHUB_OUTPUT
echo "version_cleaned=${VERSION/v/}" >> $GITHUB_OUTPUT
- uses: docker/login-action@v3.7.0
- uses: docker/login-action@v4.0.0
with:
registry: git.cryptic.systems
username: ${{ github.repository_owner }}

View File

@@ -1,6 +1,6 @@
# HELM_VERSION
# Only required to install a specify version
HELM_VERSION?=v4.1.1 # renovate: datasource=github-releases depName=helm/helm
HELM_VERSION?=v4.1.3 # 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.1.1
IMAGE_VERSION=4.1.3
docker run \
--rm \
--volume "$(pwd):$(pwd)" \