From 821060f8db16af31ac094eb409604ab5d5f4c053 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Mon, 26 Jun 2023 10:44:06 +0200 Subject: [PATCH] feat: bump keel to v1.0.* --- k8s-manifests/keel.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-manifests/keel.jsonnet b/k8s-manifests/keel.jsonnet index ab98904..bbdbd8a 100644 --- a/k8s-manifests/keel.jsonnet +++ b/k8s-manifests/keel.jsonnet @@ -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