From 6a719c2e698f440efafa53c5b85df68cb4c182e8 Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Thu, 17 Sep 2026 17:19:33 -0400 Subject: [PATCH] Migrate argo to new git host --- apps/apps.yaml | 2 +- apps/cluster.yaml | 2 +- apps/data.yaml | 2 +- apps/mcp.yaml | 2 +- apps/services.yaml | 2 +- manifests/cluster/argocd.yaml | 2 +- manifests/cluster/cert-manager.yaml | 6 +++--- manifests/cluster/external-secrets.yaml | 4 ++-- manifests/cluster/fluent-bit.yaml | 4 ++-- manifests/cluster/ingress-nginx.yaml | 4 ++-- manifests/cluster/tailscale.yaml | 4 ++-- manifests/mcp/forgejo-mcp.yaml | 2 +- manifests/mcp/mcp-auth-proxy.yaml | 2 +- manifests/services/kan.yaml | 2 +- manifests/services/mediamtx.yaml | 4 ++-- manifests/services/opengist.yaml | 4 ++-- manifests/services/repertory-api.yaml | 4 ++-- values.yaml | 4 +++- 18 files changed, 29 insertions(+), 27 deletions(-) diff --git a/apps/apps.yaml b/apps/apps.yaml index ad102e3..7bc3a1e 100644 --- a/apps/apps.yaml +++ b/apps/apps.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD path: apps destination: diff --git a/apps/cluster.yaml b/apps/cluster.yaml index 8382748..4bf97c3 100644 --- a/apps/cluster.yaml +++ b/apps/cluster.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD path: manifests/cluster destination: diff --git a/apps/data.yaml b/apps/data.yaml index ac54a7e..a723890 100644 --- a/apps/data.yaml +++ b/apps/data.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD path: manifests/data destination: diff --git a/apps/mcp.yaml b/apps/mcp.yaml index b33c1a5..ebd68d0 100644 --- a/apps/mcp.yaml +++ b/apps/mcp.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD path: manifests/mcp destination: diff --git a/apps/services.yaml b/apps/services.yaml index 833e1f3..bb693b1 100644 --- a/apps/services.yaml +++ b/apps/services.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD path: manifests/services destination: diff --git a/manifests/cluster/argocd.yaml b/manifests/cluster/argocd.yaml index 0e89561..16e2991 100644 --- a/manifests/cluster/argocd.yaml +++ b/manifests/cluster/argocd.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default sources: - - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + - repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD ref: values - repoURL: https://argoproj.github.io/argo-helm diff --git a/manifests/cluster/cert-manager.yaml b/manifests/cluster/cert-manager.yaml index 4f6e6b7..cd6edc2 100644 --- a/manifests/cluster/cert-manager.yaml +++ b/manifests/cluster/cert-manager.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default sources: - - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + - repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD ref: values - repoURL: https://charts.jetstack.io @@ -33,10 +33,10 @@ metadata: spec: project: default sources: - - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + - repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD ref: values - - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + - repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD path: charts/cert-manager helm: diff --git a/manifests/cluster/external-secrets.yaml b/manifests/cluster/external-secrets.yaml index cda03dc..32ae2ef 100644 --- a/manifests/cluster/external-secrets.yaml +++ b/manifests/cluster/external-secrets.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default sources: - - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + - repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD ref: values - repoURL: https://charts.external-secrets.io @@ -34,7 +34,7 @@ metadata: spec: project: default source: - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD path: charts/external-secrets destination: diff --git a/manifests/cluster/fluent-bit.yaml b/manifests/cluster/fluent-bit.yaml index 705bd0f..e15407d 100644 --- a/manifests/cluster/fluent-bit.yaml +++ b/manifests/cluster/fluent-bit.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD path: charts/fluent-bit destination: @@ -27,7 +27,7 @@ metadata: spec: project: default sources: - - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + - repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD ref: values - repoURL: https://fluent.github.io/helm-charts diff --git a/manifests/cluster/ingress-nginx.yaml b/manifests/cluster/ingress-nginx.yaml index 1ba6726..3c2830d 100644 --- a/manifests/cluster/ingress-nginx.yaml +++ b/manifests/cluster/ingress-nginx.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD path: charts/ingress-nginx destination: @@ -27,7 +27,7 @@ metadata: spec: project: default sources: - - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + - repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD ref: values - repoURL: https://kubernetes.github.io/ingress-nginx diff --git a/manifests/cluster/tailscale.yaml b/manifests/cluster/tailscale.yaml index df5f4b7..4350f79 100644 --- a/manifests/cluster/tailscale.yaml +++ b/manifests/cluster/tailscale.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default sources: - - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + - repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD ref: values - repoURL: https://pkgs.tailscale.com/helmcharts @@ -15,7 +15,7 @@ spec: helm: valueFiles: - $values/charts/tailscale/values.yaml - - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + - repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD path: charts/tailscale destination: diff --git a/manifests/mcp/forgejo-mcp.yaml b/manifests/mcp/forgejo-mcp.yaml index 34d679c..9bc7bd3 100644 --- a/manifests/mcp/forgejo-mcp.yaml +++ b/manifests/mcp/forgejo-mcp.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD path: charts/forgejo-mcp destination: diff --git a/manifests/mcp/mcp-auth-proxy.yaml b/manifests/mcp/mcp-auth-proxy.yaml index 2c7220a..f0c6b80 100644 --- a/manifests/mcp/mcp-auth-proxy.yaml +++ b/manifests/mcp/mcp-auth-proxy.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD path: charts/mcp-auth-proxy destination: diff --git a/manifests/services/kan.yaml b/manifests/services/kan.yaml index 26af81d..8879812 100644 --- a/manifests/services/kan.yaml +++ b/manifests/services/kan.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD path: charts/kan destination: diff --git a/manifests/services/mediamtx.yaml b/manifests/services/mediamtx.yaml index a14bceb..3651dc4 100644 --- a/manifests/services/mediamtx.yaml +++ b/manifests/services/mediamtx.yaml @@ -6,13 +6,13 @@ metadata: spec: project: default sources: - - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + - repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD path: charts/mediamtx helm: valueFiles: - $values/values.yaml - - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + - repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD ref: values destination: diff --git a/manifests/services/opengist.yaml b/manifests/services/opengist.yaml index df21b51..5d332f0 100644 --- a/manifests/services/opengist.yaml +++ b/manifests/services/opengist.yaml @@ -6,13 +6,13 @@ metadata: spec: project: default sources: - - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + - repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD path: charts/opengist helm: valueFiles: - $values/values.yaml - - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + - repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD ref: values destination: diff --git a/manifests/services/repertory-api.yaml b/manifests/services/repertory-api.yaml index 3b84a86..fe86459 100644 --- a/manifests/services/repertory-api.yaml +++ b/manifests/services/repertory-api.yaml @@ -6,13 +6,13 @@ metadata: spec: project: default sources: - - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + - repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD path: charts/repertory-api helm: valueFiles: - $values/values.yaml - - repoURL: https://forge.keane.sh/ian/dumpnet-argo.git + - repoURL: https://git.keane.sh/ian/dumpnet-argo.git targetRevision: HEAD ref: values destination: diff --git a/values.yaml b/values.yaml index f67866e..742d8d4 100644 --- a/values.yaml +++ b/values.yaml @@ -2,11 +2,13 @@ # Override any of these in terraform.tfvars or by forking the repo. # NOTE: repoURL in apps/apps.yaml and manifests/*.yaml must be updated manually — # ArgoCD Application spec fields cannot be templated via Helm values. +# (registry.host below is the container image registry, a separate +# concern from repoURL / the git hosting itself.) clusterName: dumpnet domain: dumpnet.chat publicIp: "32.195.88.32" -repoURL: https://forge.keane.sh/ian/dumpnet-argo.git +repoURL: https://git.keane.sh/ian/dumpnet-argo.git certEmail: dumpnetcerts@keane.sh awsRegion: us-east-1 registry: