From ca6a845604326cf10bbe06a2925f730a56006eee Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Fri, 13 Feb 2026 09:12:47 -0800 Subject: [PATCH] Move ArgoCD to Misc homepage group and rename ingress file ArgoCD's tailscale ingress was missed in the recategorization (filed as service-tailscale.yaml instead of ingress-tailscale.yaml). Fix the group annotation and rename the file to match the convention used by all other services. Co-Authored-By: Claude Opus 4.6 --- .../argocd/{service-tailscale.yaml => ingress-tailscale.yaml} | 2 +- argocd/manifests/argocd/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename argocd/manifests/argocd/{service-tailscale.yaml => ingress-tailscale.yaml} (95%) diff --git a/argocd/manifests/argocd/service-tailscale.yaml b/argocd/manifests/argocd/ingress-tailscale.yaml similarity index 95% rename from argocd/manifests/argocd/service-tailscale.yaml rename to argocd/manifests/argocd/ingress-tailscale.yaml index 85393af..b105904 100644 --- a/argocd/manifests/argocd/service-tailscale.yaml +++ b/argocd/manifests/argocd/ingress-tailscale.yaml @@ -14,7 +14,7 @@ metadata: tailscale.com/proxy-group: "ingress" gethomepage.dev/enabled: "true" gethomepage.dev/name: "ArgoCD" - gethomepage.dev/group: "Infrastructure" + gethomepage.dev/group: "Misc" gethomepage.dev/icon: "argo-cd.png" gethomepage.dev/description: "GitOps CD" gethomepage.dev/href: "https://argocd.ops.eblu.me" diff --git a/argocd/manifests/argocd/kustomization.yaml b/argocd/manifests/argocd/kustomization.yaml index 093bbb3..d1d3ed6 100644 --- a/argocd/manifests/argocd/kustomization.yaml +++ b/argocd/manifests/argocd/kustomization.yaml @@ -6,7 +6,7 @@ namespace: argocd resources: # Pin to specific version for intentional upgrades - https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.6/manifests/install.yaml - - service-tailscale.yaml + - ingress-tailscale.yaml - external-secret-repo-forge.yaml patches: