feat: bump keel to v1.0.*
This commit is contained in:
parent
03f88c97e1
commit
821060f8db
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ local app = import "../_templates/argocd_app.libsonnet";
|
||||||
app + {
|
app + {
|
||||||
chart:: "keel",
|
chart:: "keel",
|
||||||
repo:: "https://charts.keel.sh",
|
repo:: "https://charts.keel.sh",
|
||||||
version:: "0.9.*",
|
version:: "1.0.*",
|
||||||
values:: |||
|
values:: |||
|
||||||
helmProvider:
|
helmProvider:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Reference in a new issue