You've already forked helm-docker
Compare commits
4 Commits
70f6ca1260
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
3e39bdeeb8
|
|||
|
66f21ee493
|
|||
|
a79dbf55bc
|
|||
|
d02c8806ff
|
@@ -16,6 +16,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
- uses: DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # v21.0.0
|
||||
- uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2.0
|
||||
with:
|
||||
globs: '**/*.md'
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/alpine:3.23.4
|
||||
FROM docker.io/library/alpine:3.24.0
|
||||
|
||||
ARG HELM_VERSION
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# HELM_VERSION
|
||||
# Only required to install a specify version
|
||||
HELM_VERSION?=v4.2.0 # renovate: datasource=github-releases depName=helm/helm
|
||||
HELM_VERSION?=v4.2.1 # renovate: datasource=github-releases depName=helm/helm
|
||||
|
||||
# CONTAINER_RUNTIME
|
||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||
|
||||
@@ -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.2.0
|
||||
IMAGE_VERSION=4.2.1
|
||||
docker run \
|
||||
--rm \
|
||||
--volume "$(pwd):$(pwd)" \
|
||||
|
||||
Reference in New Issue
Block a user