FEAT: autoupdate patch releases
use wildcard in chart version
This commit is contained in:
parent
d4e1df05c0
commit
9e98dd83c7
5 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@ local helmapp = import "../_templates/argo_helm_app.template";
|
|||
helmapp + {
|
||||
name:: "ingress-nginx",
|
||||
repo:: "https://kubernetes.github.io/ingress-nginx",
|
||||
version:: "4.0.19",
|
||||
version:: "4.0.*",
|
||||
values:: |||
|
||||
controller:
|
||||
image:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue