Compare commits

...

3 Commits

3 changed files with 3 additions and 3 deletions

@ -17,6 +17,6 @@ jobs:
- ubuntu-latest - ubuntu-latest
steps: steps:
- uses: actions/checkout@v4.2.2 - uses: actions/checkout@v4.2.2
- uses: DavidAnson/markdownlint-cli2-action@v19.1.0 - uses: DavidAnson/markdownlint-cli2-action@v20.0.0
with: with:
globs: '**/*.md' globs: '**/*.md'

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

@ -1,6 +1,6 @@
# HELM_VERSION # HELM_VERSION
# Only required to install a specify version # Only required to install a specify version
HELM_VERSION?=v3.18.0 # renovate: datasource=github-releases depName=helm/helm HELM_VERSION?=v3.18.1 # 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