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: