From 521f501f640adb72bfd87b9651c8f86e76ee4d80 Mon Sep 17 00:00:00 2001 From: Chris Alfano Date: Wed, 13 May 2026 00:17:16 -0400 Subject: [PATCH] fix(deps): bump civic-cloud to v1.9.1 Picks up the cert-manager ListenerSets feature gate name fix from upstream. v1.9.0 deployed with the wrong gate name (`ListenerSet` singular) and cert-manager controller crash-looped on startup. v1.9.1 has the correct name (`ListenerSets` plural). See JarvusInnovations/cluster-template#61, civic-cloud/cluster-template#20. Co-Authored-By: Claude Opus 4.7 (1M context) --- .holo/sources/civic-cloud.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.holo/sources/civic-cloud.toml b/.holo/sources/civic-cloud.toml index 87a425c..8ce970c 100644 --- a/.holo/sources/civic-cloud.toml +++ b/.holo/sources/civic-cloud.toml @@ -1,3 +1,3 @@ [holosource] url = "https://github.com/civic-cloud/cluster-template" -ref = "refs/tags/v1.9.0" +ref = "refs/tags/v1.9.1"