You've already forked helm-docker
Compare commits
4 Commits
v3.9.4
...
6928585892
| Author | SHA1 | Date | |
|---|---|---|---|
| 6928585892 | |||
| f6ede8ceb9 | |||
| 2b76f8e8bb | |||
| bd1e6dd432 |
@@ -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.9.4 # 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