From c234b23362f08608689cad0eca407ca2b1329c2f Mon Sep 17 00:00:00 2001 From: Chris Alfano Date: Wed, 13 May 2026 00:11:32 -0400 Subject: [PATCH] fix(deps): bump cluster-template to v1.5.1 Picks up the cert-manager ListenerSets feature gate name fix (JarvusInnovations/cluster-template#61). Without it, cert-manager controller crash-loops on startup with unrecognized feature gate. Co-Authored-By: Claude Opus 4.7 (1M context) --- .holo/sources/cluster-template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.holo/sources/cluster-template.toml b/.holo/sources/cluster-template.toml index cd4aa55..e2a116e 100644 --- a/.holo/sources/cluster-template.toml +++ b/.holo/sources/cluster-template.toml @@ -1,3 +1,3 @@ [holosource] url = "https://github.com/JarvusInnovations/cluster-template" -ref = "refs/tags/v1.5.0" +ref = "refs/tags/v1.5.1"