diff --git a/README.md b/README.md index 2712456..a497754 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ ### For New Developers ```bash # 1. Clone repositories -git clone https://github.com/snothub/sturdy-adventure.git +git clone https://github.com/fortedigital/sturdy-adventure.git git clone git@github.com:fortedigital/helm-values.git # 2. Read the guides @@ -136,7 +136,7 @@ This repository contains the complete GitOps configuration for our Kubernetes cl | Repository | Purpose | You Edit | |------------|---------|----------| -| **[sturdy-adventure](https://github.com/snothub/sturdy-adventure.git)** (this repo) | ArgoCD Applications, cluster resources | ✅ Often | +| **[sturdy-adventure](https://github.com/fortedigital/sturdy-adventure.git)** (this repo) | ArgoCD Applications, cluster resources | ✅ Often | | **[forte-helm](https://github.com/snothub/forte-helm)** | Generic Helm chart templates | ❌ Rarely | | **[helm-values](git@github.com:fortedigital/helm-values.git)** | App-specific configuration & versions | ✅ Sometimes | diff --git a/_app-of-apps.yaml b/_app-of-apps.yaml index c6dfbb9..ea61660 100644 --- a/_app-of-apps.yaml +++ b/_app-of-apps.yaml @@ -18,7 +18,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/snothub/sturdy-adventure.git + repoURL: https://github.com/fortedigital/sturdy-adventure.git path: infra destination: server: https://kubernetes.default.svc diff --git a/docs/DEVELOPER-GUIDE.md b/docs/DEVELOPER-GUIDE.md index 931bb0f..95c0f5d 100644 --- a/docs/DEVELOPER-GUIDE.md +++ b/docs/DEVELOPER-GUIDE.md @@ -91,7 +91,7 @@ You'll need read/write access to these repositories: 1. **sturdy-adventure** (Config repo) ```bash - git clone https://github.com/snothub/sturdy-adventure.git + git clone https://github.com/fortedigital/sturdy-adventure.git cd sturdy-adventure ``` @@ -132,7 +132,7 @@ mkdir -p ~/dev/k8s cd ~/dev/k8s # Clone repositories -git clone https://github.com/snothub/sturdy-adventure.git launchpad +git clone https://github.com/fortedigital/sturdy-adventure.git launchpad git clone git@github.com:fortedigital/helm-values.git helm-prod-values git clone https://github.com/snothub/forte-helm.git forte-helm diff --git a/docs/GITOPS-ARCHITECTURE.md b/docs/GITOPS-ARCHITECTURE.md index 203dfc8..f126421 100644 --- a/docs/GITOPS-ARCHITECTURE.md +++ b/docs/GITOPS-ARCHITECTURE.md @@ -108,7 +108,7 @@ This Kubernetes cluster uses a **GitOps approach** powered by **ArgoCD**, where ## Repository Structure ### 1. **Config Repository** (Current Repo) -**Repository**: `https://github.com/snothub/sturdy-adventure.git` +**Repository**: `https://github.com/fortedigital/sturdy-adventure.git` **Purpose**: GitOps configuration - ArgoCD Applications and cluster resources **Location**: `C:\dev\k8s\launchpad` diff --git a/docs/OPERATIONS-RUNBOOK.md b/docs/OPERATIONS-RUNBOOK.md index 8c9290e..6b931af 100644 --- a/docs/OPERATIONS-RUNBOOK.md +++ b/docs/OPERATIONS-RUNBOOK.md @@ -49,7 +49,7 @@ kubectl get nodes ```bash # 1. Clone config repository -git clone https://github.com/snothub/sturdy-adventure.git +git clone https://github.com/fortedigital/sturdy-adventure.git cd sturdy-adventure # 2. Set cluster name (optional) diff --git a/docs/REFERENCE.md b/docs/REFERENCE.md index 79bc508..e6d4781 100644 --- a/docs/REFERENCE.md +++ b/docs/REFERENCE.md @@ -62,7 +62,7 @@ Internet ### Config Repository: `sturdy-adventure` -**URL**: `https://github.com/snothub/sturdy-adventure.git` +**URL**: `https://github.com/fortedigital/sturdy-adventure.git` #### Directory Structure @@ -162,7 +162,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/snothub/sturdy-adventure.git + repoURL: https://github.com/fortedigital/sturdy-adventure.git path: infra destination: server: https://kubernetes.default.svc diff --git a/infra/cluster-resources-application.yaml b/infra/cluster-resources-application.yaml index 4e2348f..2445fad 100644 --- a/infra/cluster-resources-application.yaml +++ b/infra/cluster-resources-application.yaml @@ -15,7 +15,7 @@ spec: project: default source: - repoURL: https://github.com/snothub/sturdy-adventure.git + repoURL: https://github.com/fortedigital/sturdy-adventure.git targetRevision: HEAD path: cluster-resources diff --git a/infra/enterprise-apps.yaml b/infra/enterprise-apps.yaml index 2229dd8..8f7bf96 100644 --- a/infra/enterprise-apps.yaml +++ b/infra/enterprise-apps.yaml @@ -16,7 +16,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/snothub/sturdy-adventure.git + repoURL: https://github.com/fortedigital/sturdy-adventure.git path: apps destination: server: https://kubernetes.default.svc diff --git a/infra/fluent-bit.yaml b/infra/fluent-bit.yaml index b26510b..dd8691c 100644 --- a/infra/fluent-bit.yaml +++ b/infra/fluent-bit.yaml @@ -23,7 +23,7 @@ spec: valueFiles: - $values/infra/values/fluent-bit-values.yaml - - repoURL: https://github.com/snothub/sturdy-adventure.git + - repoURL: https://github.com/fortedigital/sturdy-adventure.git targetRevision: HEAD ref: values diff --git a/infra/grafana.yaml b/infra/grafana.yaml index a83c2b6..9741616 100644 --- a/infra/grafana.yaml +++ b/infra/grafana.yaml @@ -23,7 +23,7 @@ spec: valueFiles: - $values/infra/values/grafana-values.yaml - - repoURL: https://github.com/snothub/sturdy-adventure.git + - repoURL: https://github.com/fortedigital/sturdy-adventure.git targetRevision: HEAD ref: values diff --git a/infra/kyverno-policies.yaml b/infra/kyverno-policies.yaml index 8ea2874..164fcee 100644 --- a/infra/kyverno-policies.yaml +++ b/infra/kyverno-policies.yaml @@ -15,7 +15,7 @@ spec: project: default source: - repoURL: https://github.com/snothub/sturdy-adventure.git + repoURL: https://github.com/fortedigital/sturdy-adventure.git targetRevision: HEAD path: cluster-resources/policies diff --git a/infra/loki.yaml b/infra/loki.yaml index 1043714..5057c39 100644 --- a/infra/loki.yaml +++ b/infra/loki.yaml @@ -23,7 +23,7 @@ spec: valueFiles: - $values/infra/values/loki-values.yaml - - repoURL: https://github.com/snothub/sturdy-adventure.git + - repoURL: https://github.com/fortedigital/sturdy-adventure.git targetRevision: HEAD ref: values diff --git a/infra/prometheus.yaml b/infra/prometheus.yaml index 11d17fe..3a416e2 100644 --- a/infra/prometheus.yaml +++ b/infra/prometheus.yaml @@ -23,7 +23,7 @@ spec: valueFiles: - $values/infra/values/prometheus-values.yaml - - repoURL: https://github.com/snothub/sturdy-adventure.git + - repoURL: https://github.com/fortedigital/sturdy-adventure.git targetRevision: HEAD ref: values diff --git a/infra/secrets.yaml b/infra/secrets.yaml index 215a3ba..0fb60f1 100644 --- a/infra/secrets.yaml +++ b/infra/secrets.yaml @@ -17,7 +17,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/snothub/sturdy-adventure.git + repoURL: https://github.com/fortedigital/sturdy-adventure.git path: secrets destination: server: https://kubernetes.default.svc