Compare commits

..

1 Commits

Author SHA1 Message Date
CSRBot 70f6ca1260 chore(deps): pin dependencies
Build / build-amd64 (pull_request) Successful in 27s
Lint Markdown files / markdown-lint (pull_request) Failing after 14m0s
Build / build-arm64 (pull_request) Failing after 14m5s
2026-06-05 12:17:33 +00:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2.0 - uses: DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # v21.0.0
with: with:
globs: '**/*.md' globs: '**/*.md'
+1 -1
View File
@@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.24.0 FROM docker.io/library/alpine:3.23.4
ARG HELM_VERSION ARG HELM_VERSION
+1 -1
View File
@@ -1,6 +1,6 @@
# HELM_VERSION # HELM_VERSION
# Only required to install a specify version # Only required to install a specify version
HELM_VERSION?=v4.2.1 # renovate: datasource=github-releases depName=helm/helm HELM_VERSION?=v4.2.0 # renovate: datasource=github-releases depName=helm/helm
# CONTAINER_RUNTIME # CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a # The CONTAINER_RUNTIME variable will be used to specified the path to a
+1 -1
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). The source code of the binary can be found in the upstream project of [helm](github.com/helm/helm).
```bash ```bash
IMAGE_VERSION=4.2.1 IMAGE_VERSION=4.2.0
docker run \ docker run \
--rm \ --rm \
--volume "$(pwd):$(pwd)" \ --volume "$(pwd):$(pwd)" \