Compare commits
14
Commits
v3.9.4
..
5e7defd1a2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5e7defd1a2
|
||
|
|
b970f8d81e
|
||
|
|
43985ce2e5 | ||
|
|
ea222a8314 | ||
|
|
fc81067211 | ||
|
|
ad0a308774 | ||
|
|
66ae6e4dbc | ||
|
|
3a7e0cf35f
|
||
|
|
5f4aff7976 | ||
|
|
946cf7d351 | ||
|
|
6928585892 | ||
|
|
f6ede8ceb9 | ||
|
|
2b76f8e8bb | ||
|
|
bd1e6dd432 |
+1
-1
@@ -10,7 +10,7 @@ steps:
|
|||||||
- name: markdown lint
|
- name: markdown lint
|
||||||
commands:
|
commands:
|
||||||
- markdownlint *.md
|
- markdownlint *.md
|
||||||
image: docker.io/volkerraschek/markdownlint:0.32.2
|
image: docker.io/volkerraschek/markdownlint:0.33.0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/library/alpine:3.16
|
FROM docker.io/library/alpine:3.18
|
||||||
|
|
||||||
ARG HELM_VERSION
|
ARG HELM_VERSION
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# HELM_VERSION
|
# HELM_VERSION
|
||||||
# Only required to install a specifiy version
|
# Only required to install a specifiy version
|
||||||
HELM_VERSION?=v3.9.4 # renovate: datasource=github-releases depName=helm/helm
|
HELM_VERSION?=v3.12.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
|
||||||
|
|||||||
Reference in New Issue
Block a user