feat: bump keel to v1.0.*

This commit is contained in:
Sebastian Mark 2023-06-26 10:44:06 +02:00
parent 03f88c97e1
commit 821060f8db

View file

@ -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