From 15c932922d6dd2e1970c885c00857dc99a79d5d2 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 14 Feb 2026 12:55:20 -0800 Subject: [PATCH] Update homepage layout for new group structure Replace Misc group with Infrastructure and Services in the homepage layout configuration to match the reorganized ingress annotations. Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/homepage/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/argocd/manifests/homepage/values.yaml b/argocd/manifests/homepage/values.yaml index c5f1357..7297098 100644 --- a/argocd/manifests/homepage/values.yaml +++ b/argocd/manifests/homepage/values.yaml @@ -199,5 +199,7 @@ config: style: column Content: style: column - Misc: + Infrastructure: + style: column + Services: style: column