chore: update helm release reloader to 1.1.*
This commit is contained in:
parent
0e1991fa4e
commit
e6a1e45cbd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ local app = import "../_templates/argocd_app.libsonnet";
|
||||||
app + {
|
app + {
|
||||||
chart:: "reloader",
|
chart:: "reloader",
|
||||||
repo:: "https://stakater.github.io/stakater-charts",
|
repo:: "https://stakater.github.io/stakater-charts",
|
||||||
version:: "v1.0.*",
|
version:: "1.1.*",
|
||||||
values:: |||
|
values:: |||
|
||||||
fullnameOverride: reloader
|
fullnameOverride: reloader
|
||||||
|||
|
|||
|
||||||
|
|
Loading…
Reference in a new issue