diff --git a/k8s/argocd/apps/-1-projects.yaml b/k8s/argocd/apps/-1-projects.yaml index 1129a5c..4766148 100644 --- a/k8s/argocd/apps/-1-projects.yaml +++ b/k8s/argocd/apps/-1-projects.yaml @@ -18,7 +18,7 @@ spec: prune: true selfHeal: true source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/argocd/projects destination: diff --git a/k8s/argocd/apps/00-secrets.yaml b/k8s/argocd/apps/00-secrets.yaml index 78c9262..0bac7f6 100644 --- a/k8s/argocd/apps/00-secrets.yaml +++ b/k8s/argocd/apps/00-secrets.yaml @@ -17,7 +17,7 @@ spec: syncOptions: - CreateNamespace=true source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main # ksops decrypts every *.enc.yaml here at kustomize-build time (repo-server # runs `kustomize build --enable-alpha-plugins --enable-exec`). Replaces the diff --git a/k8s/argocd/apps/00-substrate.yaml b/k8s/argocd/apps/00-substrate.yaml index f5cb800..3662bf7 100644 --- a/k8s/argocd/apps/00-substrate.yaml +++ b/k8s/argocd/apps/00-substrate.yaml @@ -21,7 +21,7 @@ spec: helm: valueFiles: - $values/k8s/bootstrap/cert-manager/cert-manager-values.yaml - - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + - repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main ref: values destination: @@ -93,7 +93,7 @@ spec: project: homelab revisionHistoryLimit: 3 source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main # A real kustomization.yaml (resources: the 3 issuer/CA files) renders these # deterministically. The previous directory.include with bare filenames @@ -127,7 +127,7 @@ spec: project: homelab revisionHistoryLimit: 3 source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/bootstrap/ingress destination: diff --git a/k8s/argocd/apps/10-storage-observability.yaml b/k8s/argocd/apps/10-storage-observability.yaml index ef5b794..c604333 100644 --- a/k8s/argocd/apps/10-storage-observability.yaml +++ b/k8s/argocd/apps/10-storage-observability.yaml @@ -17,7 +17,7 @@ spec: helm: valueFiles: - $values/k8s/infra/minio/minio-operator-values.yaml - - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + - repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main ref: values destination: @@ -41,7 +41,7 @@ metadata: spec: project: homelab source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/infra/minio destination: @@ -66,7 +66,7 @@ metadata: spec: project: homelab source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/infra/longhorn destination: @@ -102,7 +102,7 @@ spec: skipCrds: true valueFiles: - $values/k8s/infra/monitoring/prometheus-values.yaml - - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + - repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main ref: values destination: @@ -152,7 +152,7 @@ metadata: spec: project: homelab source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/infra/monitoring/crds destination: @@ -183,7 +183,7 @@ metadata: spec: project: homelab source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/infra/monitoring destination: @@ -213,7 +213,7 @@ spec: helm: valueFiles: - $values/k8s/infra/monitoring/blackbox-exporter-values.yaml - - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + - repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main ref: values destination: diff --git a/k8s/argocd/apps/20-logging.yaml b/k8s/argocd/apps/20-logging.yaml index c9c767e..b93db27 100644 --- a/k8s/argocd/apps/20-logging.yaml +++ b/k8s/argocd/apps/20-logging.yaml @@ -19,7 +19,7 @@ spec: helm: valueFiles: - $values/k8s/infra/logging/loki-values.yaml - - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + - repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main ref: values destination: @@ -53,7 +53,7 @@ spec: helm: valueFiles: - $values/k8s/infra/logging/grafana-values.yaml - - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + - repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main ref: values destination: @@ -87,7 +87,7 @@ spec: helm: valueFiles: - $values/k8s/infra/logging/promtail-values.yaml - - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + - repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main ref: values destination: diff --git a/k8s/argocd/apps/30-security.yaml b/k8s/argocd/apps/30-security.yaml index 8a79c3f..53e9d96 100644 --- a/k8s/argocd/apps/30-security.yaml +++ b/k8s/argocd/apps/30-security.yaml @@ -17,7 +17,7 @@ spec: helm: valueFiles: - $values/k8s/infra/iam/vault-values.yaml - - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + - repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main ref: values destination: @@ -46,7 +46,7 @@ spec: helm: valueFiles: - $values/k8s/infra/iam/authentik-values.yaml - - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + - repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main ref: values destination: @@ -68,7 +68,7 @@ metadata: spec: project: homelab source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/infra/iam destination: @@ -109,7 +109,7 @@ spec: helm: valueFiles: - $values/k8s/bootstrap/phase3-forgejo/forgejo-values.yaml - - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + - repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main ref: values destination: @@ -155,7 +155,7 @@ metadata: spec: project: homelab source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/infra/forgejo-runner destination: @@ -176,7 +176,7 @@ metadata: spec: project: homelab source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/infra/forgejo-runner helm: @@ -200,7 +200,7 @@ metadata: spec: project: homelab source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/infra/forgejo-runner helm: diff --git a/k8s/argocd/apps/40-data.yaml b/k8s/argocd/apps/40-data.yaml index 7dd5288..51f961f 100644 --- a/k8s/argocd/apps/40-data.yaml +++ b/k8s/argocd/apps/40-data.yaml @@ -14,7 +14,7 @@ metadata: spec: project: homelab source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/infra/databases destination: diff --git a/k8s/argocd/apps/50-messaging.yaml b/k8s/argocd/apps/50-messaging.yaml index b71365d..a0fb3e2 100644 --- a/k8s/argocd/apps/50-messaging.yaml +++ b/k8s/argocd/apps/50-messaging.yaml @@ -68,7 +68,7 @@ metadata: spec: project: homelab source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/apps/messaging/kafka-cluster destination: @@ -89,7 +89,7 @@ metadata: spec: project: homelab source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/apps/messaging/queue-crd destination: @@ -110,7 +110,7 @@ metadata: spec: project: homelab source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/apps/messaging/management-service destination: diff --git a/k8s/argocd/apps/55-api-gateway.yaml b/k8s/argocd/apps/55-api-gateway.yaml index 216d93b..ff3f028 100644 --- a/k8s/argocd/apps/55-api-gateway.yaml +++ b/k8s/argocd/apps/55-api-gateway.yaml @@ -43,7 +43,7 @@ spec: - repoURL: https://forgejo.riotpiao.com/rock/homelab-frontend.git targetRevision: main path: k8s - - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + - repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/apps/api destination: diff --git a/k8s/argocd/apps/56-llm-serving.yaml b/k8s/argocd/apps/56-llm-serving.yaml index e712e7f..255bdc1 100644 --- a/k8s/argocd/apps/56-llm-serving.yaml +++ b/k8s/argocd/apps/56-llm-serving.yaml @@ -20,7 +20,7 @@ spec: project: homelab revisionHistoryLimit: 3 source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/apps/llm-serving destination: diff --git a/k8s/argocd/apps/60-applications.yaml b/k8s/argocd/apps/60-applications.yaml index 940e845..efdb67a 100644 --- a/k8s/argocd/apps/60-applications.yaml +++ b/k8s/argocd/apps/60-applications.yaml @@ -19,10 +19,10 @@ spec: helm: valueFiles: - $values/k8s/apps/temporal/temporal-values.yaml - - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + - repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main ref: values - - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + - repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/apps/temporal destination: @@ -51,7 +51,7 @@ spec: helm: valueFiles: - $values/k8s/apps/portainer/portainer-values.yaml - - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + - repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main ref: values destination: @@ -74,7 +74,7 @@ metadata: spec: project: homelab source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/apps/cloudflared destination: @@ -97,7 +97,7 @@ metadata: spec: project: homelab source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/apps/agent-pod destination: @@ -130,7 +130,7 @@ metadata: spec: project: homelab source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/apps/sms destination: @@ -157,7 +157,7 @@ metadata: spec: project: homelab source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/apps/paperless destination: @@ -188,10 +188,10 @@ spec: helm: valueFiles: - $values/k8s/apps/homarr/homarr-values.yaml - - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + - repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main ref: values - - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + - repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/apps/homarr # PostSync hook: fix-probes-job.yaml destination: diff --git a/k8s/argocd/root/homelab-root.yaml b/k8s/argocd/root/homelab-root.yaml index 0670bab..b642887 100644 --- a/k8s/argocd/root/homelab-root.yaml +++ b/k8s/argocd/root/homelab-root.yaml @@ -12,7 +12,7 @@ metadata: spec: project: homelab source: - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git + repoURL: https://forgejo.riotpiao.com/rock/homelab.git targetRevision: main path: k8s/argocd/apps directory: