FEAT: autoupdate patch releases

use wildcard in chart version
This commit is contained in:
Sebastian Mark 2022-04-08 13:23:16 +02:00
parent d4e1df05c0
commit 9e98dd83c7
5 changed files with 5 additions and 5 deletions

View file

@ -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.*"
}
]