Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
779f81257c | |||
b8b1eb9cfb | |||
67873d8a02 |
@ -17,6 +17,6 @@ jobs:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v19.1.0
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||
with:
|
||||
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
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
# HELM_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
|
||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||
|
Loading…
x
Reference in New Issue
Block a user