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 + {
chart:: "keel",
repo:: "https://charts.keel.sh",
version:: "0.9.*",
version:: "1.0.*",
values:: |||
helmProvider:
enabled: false