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:: "cert-manager",
|
||||
repo:: "https://charts.jetstack.io",
|
||||
version:: "v1.7.2",
|
||||
version:: "v1.8.*",
|
||||
values:: |||
|
||||
installCRDs: true
|
||||
|||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -5,7 +5,7 @@ local helmapp = import "../_templates/argo_helm_app.template";
|
|||
helmapp + {
|
||||
name:: "keel",
|
||||
repo:: "https://charts.keel.sh",
|
||||
version:: "0.9.10",
|
||||
version:: "0.9.*",
|
||||
values:: |||
|
||||
helmProvider:
|
||||
enabled: false
|
||||
|
|
|
@ -7,7 +7,7 @@ helmapp + {
|
|||
namespace:: "metrics",
|
||||
repo:: "https://grafana.github.io/helm-charts",
|
||||
chart:: "loki-stack",
|
||||
version:: "2.6.1",
|
||||
version:: "2.6.*",
|
||||
values:: |||
|
||||
promtail:
|
||||
extraScrapeConfigs:
|
||||
|
|
|
@ -5,6 +5,6 @@ local helmapp = import "../_templates/argo_helm_app.template";
|
|||
helmapp + {
|
||||
name:: "reloader",
|
||||
repo:: "https://stakater.github.io/stakater-charts",
|
||||
version:: "v0.0.110"
|
||||
version:: "v0.0.*"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue