From 3e943b540544e0dc7efc28324cf4917179844747 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Sun, 8 Feb 2026 13:39:31 +0100 Subject: [PATCH] repo fix --- APPLICATIONSET_GUIDE.md | 4 ++-- README.md | 2 +- argocd/_app-of-apps.yaml | 4 ++-- argocd/infra/cluster-resources-application.yaml | 2 +- argocd/infra/fluent-bit.yaml | 2 +- argocd/infra/grafana.yaml | 2 +- argocd/infra/loki.yaml | 2 +- argocd/infra/prometheus.yaml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/APPLICATIONSET_GUIDE.md b/APPLICATIONSET_GUIDE.md index c0be09c..e41cb1b 100644 --- a/APPLICATIONSET_GUIDE.md +++ b/APPLICATIONSET_GUIDE.md @@ -19,7 +19,7 @@ spec: goTemplate: true generators: - git: - repoURL: https://github.com/fortedigital/sturdy-adventure.git + repoURL: https://github.com/snothub/sturdy-adventure.git revision: HEAD directories: - path: argocd/infra/*.yaml @@ -121,7 +121,7 @@ The ApplicationSet template uses these variables for each discovered file: ```yaml generators: - git: - repoURL: https://github.com/fortedigital/sturdy-adventure.git + repoURL: https://github.com/snothub/sturdy-adventure.git revision: HEAD directories: - path: argocd/infra/*.yaml # Match all YAML files diff --git a/README.md b/README.md index 4623216..a32cab5 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This is a **Kubernetes cluster bootstrapping and GitOps configuration repository ### GitOps Model - **App-of-Apps Pattern**: `argocd/_app-of-apps.yaml` is the root Application that manages all child applications -- **Source of Truth**: GitHub repository (`https://github.com/fortedigital/sturdy-adventure.git`) is the single source of truth +- **Source of Truth**: GitHub repository (`https://github.com/snothub/sturdy-adventure.git`) is the single source of truth - **Auto-sync**: All Applications have automated sync enabled with auto-pruning and self-healing - **Namespace Creation**: `CreateNamespace=true` allows ArgoCD to create namespaces as needed diff --git a/argocd/_app-of-apps.yaml b/argocd/_app-of-apps.yaml index 32a2420..1372e53 100644 --- a/argocd/_app-of-apps.yaml +++ b/argocd/_app-of-apps.yaml @@ -7,7 +7,7 @@ spec: goTemplate: true generators: - git: - repoURL: https://github.com/fortedigital/sturdy-adventure.git + repoURL: https://github.com/snothub/sturdy-adventure.git revision: HEAD directories: - path: argocd/infra/*.yaml @@ -21,7 +21,7 @@ spec: spec: project: default source: - repoURL: https://github.com/fortedigital/sturdy-adventure.git + repoURL: https://github.com/snothub/sturdy-adventure.git targetRevision: HEAD path: "{{ .path.dir }}" destination: diff --git a/argocd/infra/cluster-resources-application.yaml b/argocd/infra/cluster-resources-application.yaml index 5e95bc0..62b43ae 100644 --- a/argocd/infra/cluster-resources-application.yaml +++ b/argocd/infra/cluster-resources-application.yaml @@ -17,7 +17,7 @@ spec: project: default source: - repoURL: https://github.com/fortedigital/sturdy-adventure.git + repoURL: https://github.com/snothub/sturdy-adventure.git targetRevision: HEAD path: cluster-resources diff --git a/argocd/infra/fluent-bit.yaml b/argocd/infra/fluent-bit.yaml index bfd87a8..8cc151e 100644 --- a/argocd/infra/fluent-bit.yaml +++ b/argocd/infra/fluent-bit.yaml @@ -25,7 +25,7 @@ spec: valueFiles: - $values/argocd/values/fluent-bit-values.yaml - - repoURL: https://github.com/fortedigital/sturdy-adventure.git + - repoURL: https://github.com/snothub/sturdy-adventure.git targetRevision: HEAD ref: values diff --git a/argocd/infra/grafana.yaml b/argocd/infra/grafana.yaml index 574c2aa..26f1d9e 100644 --- a/argocd/infra/grafana.yaml +++ b/argocd/infra/grafana.yaml @@ -25,7 +25,7 @@ spec: valueFiles: - $values/argocd/values/grafana-values.yaml - - repoURL: https://github.com/fortedigital/sturdy-adventure.git + - repoURL: https://github.com/snothub/sturdy-adventure.git targetRevision: HEAD ref: values diff --git a/argocd/infra/loki.yaml b/argocd/infra/loki.yaml index 607740a..3b29973 100644 --- a/argocd/infra/loki.yaml +++ b/argocd/infra/loki.yaml @@ -25,7 +25,7 @@ spec: valueFiles: - $values/argocd/values/loki-values.yaml - - repoURL: https://github.com/fortedigital/sturdy-adventure.git + - repoURL: https://github.com/snothub/sturdy-adventure.git targetRevision: HEAD ref: values diff --git a/argocd/infra/prometheus.yaml b/argocd/infra/prometheus.yaml index 5647100..a124c8b 100644 --- a/argocd/infra/prometheus.yaml +++ b/argocd/infra/prometheus.yaml @@ -25,7 +25,7 @@ spec: valueFiles: - $values/argocd/values/prometheus-values.yaml - - repoURL: https://github.com/fortedigital/sturdy-adventure.git + - repoURL: https://github.com/snothub/sturdy-adventure.git targetRevision: HEAD ref: values