You've already forked helm-docker
Compare commits
3 Commits
v3.10.0
...
6928585892
Author | SHA1 | Date | |
---|---|---|---|
6928585892 | |||
f6ede8ceb9 | |||
2b76f8e8bb |
@ -10,7 +10,7 @@ steps:
|
||||
- name: markdown lint
|
||||
commands:
|
||||
- markdownlint *.md
|
||||
image: docker.io/volkerraschek/markdownlint:0.32.2
|
||||
image: docker.io/volkerraschek/markdownlint:0.33.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
|
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
# HELM_VERSION
|
||||
# Only required to install a specifiy version
|
||||
HELM_VERSION?=v3.10.0 # renovate: datasource=github-releases depName=helm/helm
|
||||
HELM_VERSION?=v3.10.2 # renovate: datasource=github-releases depName=helm/helm
|
||||
|
||||
# CONTAINER_RUNTIME
|
||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||
|
Reference in New Issue
Block a user