From ef1053d84a103a0363fea2250bf669a294b3403f Mon Sep 17 00:00:00 2001 From: stxkxs Date: Sun, 17 May 2026 18:30:22 -0700 Subject: [PATCH] prepare for nanohype org transfer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates all GitHub URL references from stxkxs/* to nanohype/*. The repo is moving to github.com/nanohype/aks-gitops to consolidate the k8s-native GitOps stack under a single org. ─── Changes ─── - README.md, CLAUDE.md, docs/architecture/overview.md: companion-repo links updated - catalog/druid/chart/Chart.yaml: sources URL updated - applicationsets/*.yaml: every ArgoCD ApplicationSet repoURL field updated to nanohype/aks-gitops ─── Kept stable ─── - LICENSE copyright (stxkxs) — personal brand - catalog/druid/values.yaml stxkxs.io/* label keys and domain: stxkxs.io / organization: stxkxs — domain-scoped identifiers, decoupled from GitHub org Validation: task validate passes (yamllint + kustomize build on all environments). --- CLAUDE.md | 2 +- README.md | 2 +- applicationsets/addons-argo-platform.yaml | 2 +- applicationsets/addons-bootstrap-kustomize.yaml | 2 +- applicationsets/addons-bootstrap.yaml | 2 +- applicationsets/addons-networking.yaml | 2 +- applicationsets/addons-observability.yaml | 2 +- applicationsets/addons-operations-helm.yaml | 2 +- applicationsets/addons-operations-kustomize.yaml | 2 +- applicationsets/addons-security.yaml | 2 +- applicationsets/dashboards.yaml | 2 +- applicationsets/druid-tenants.yaml | 6 +++--- applicationsets/kyverno-policies.yaml | 2 +- catalog/druid/chart/Chart.yaml | 2 +- docs/architecture/overview.md | 6 +++--- 15 files changed, 19 insertions(+), 19 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index d4bdce4..75e79cb 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,7 +2,7 @@ ## Overview -AKS-specific GitOps configuration for ArgoCD addon lifecycle management. Part of a multi-cloud strategy (`eks-gitops`, `gke-gitops`, `aks-gitops`). Companion to [azure-aks](https://github.com/stxkxs/azure-aks) (Bicep/Terraform infrastructure). +AKS-specific GitOps configuration for ArgoCD addon lifecycle management. Part of a multi-cloud strategy (`eks-gitops`, `gke-gitops`, `aks-gitops`). Companion to [azure-aks](https://github.com/nanohype/azure-aks) (Bicep/Terraform infrastructure). ## Directory Structure diff --git a/README.md b/README.md index fb61d64..21c988f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ GitOps configuration for AKS cluster addons, managed by ArgoCD. Part of a multi- ## Companion Repository -This repository is the AKS variant of a multi-cloud GitOps strategy. Infrastructure is provisioned by [azure-aks](https://github.com/stxkxs/azure-aks) (Bicep/Terraform), which deploys ArgoCD and creates the App-of-Apps Application pointing to this repository. +This repository is the AKS variant of a multi-cloud GitOps strategy. Infrastructure is provisioned by [azure-aks](https://github.com/nanohype/azure-aks) (Bicep/Terraform), which deploys ArgoCD and creates the App-of-Apps Application pointing to this repository. ## Architecture diff --git a/applicationsets/addons-argo-platform.yaml b/applicationsets/addons-argo-platform.yaml index 415b440..6b13c25 100644 --- a/applicationsets/addons-argo-platform.yaml +++ b/applicationsets/addons-argo-platform.yaml @@ -54,7 +54,7 @@ spec: valueFiles: - $values/{{ .path }}/values.yaml - $values/{{ .path }}/values-{{ index .metadata.labels "environment" }}.yaml - - repoURL: https://github.com/stxkxs/aks-gitops.git + - repoURL: https://github.com/nanohype/aks-gitops.git targetRevision: main ref: values destination: diff --git a/applicationsets/addons-bootstrap-kustomize.yaml b/applicationsets/addons-bootstrap-kustomize.yaml index 3f98d00..4936512 100644 --- a/applicationsets/addons-bootstrap-kustomize.yaml +++ b/applicationsets/addons-bootstrap-kustomize.yaml @@ -45,7 +45,7 @@ spec: spec: project: platform source: - repoURL: https://github.com/stxkxs/aks-gitops.git + repoURL: https://github.com/nanohype/aks-gitops.git targetRevision: main path: '{{ .path }}/overlays/{{ index .metadata.labels "environment" }}' destination: diff --git a/applicationsets/addons-bootstrap.yaml b/applicationsets/addons-bootstrap.yaml index 5162ba1..f53081f 100644 --- a/applicationsets/addons-bootstrap.yaml +++ b/applicationsets/addons-bootstrap.yaml @@ -75,7 +75,7 @@ spec: valueFiles: - $values/{{ .path }}/values.yaml - $values/{{ .path }}/values-{{ index .metadata.labels "environment" }}.yaml - - repoURL: https://github.com/stxkxs/aks-gitops.git + - repoURL: https://github.com/nanohype/aks-gitops.git targetRevision: main ref: values destination: diff --git a/applicationsets/addons-networking.yaml b/applicationsets/addons-networking.yaml index a5ff391..6aa373c 100644 --- a/applicationsets/addons-networking.yaml +++ b/applicationsets/addons-networking.yaml @@ -54,7 +54,7 @@ spec: valueFiles: - $values/{{ .path }}/values.yaml - $values/{{ .path }}/values-{{ index .metadata.labels "environment" }}.yaml - - repoURL: https://github.com/stxkxs/aks-gitops.git + - repoURL: https://github.com/nanohype/aks-gitops.git targetRevision: main ref: values destination: diff --git a/applicationsets/addons-observability.yaml b/applicationsets/addons-observability.yaml index 7cdfe10..e57361b 100644 --- a/applicationsets/addons-observability.yaml +++ b/applicationsets/addons-observability.yaml @@ -73,7 +73,7 @@ spec: valueFiles: - $values/{{ .path }}/values.yaml - $values/{{ .path }}/values-{{ index .metadata.labels "environment" }}.yaml - - repoURL: https://github.com/stxkxs/aks-gitops.git + - repoURL: https://github.com/nanohype/aks-gitops.git targetRevision: main ref: values destination: diff --git a/applicationsets/addons-operations-helm.yaml b/applicationsets/addons-operations-helm.yaml index 2a50ebb..d457010 100644 --- a/applicationsets/addons-operations-helm.yaml +++ b/applicationsets/addons-operations-helm.yaml @@ -68,7 +68,7 @@ spec: valueFiles: - $values/{{ .path }}/values.yaml - $values/{{ .path }}/values-{{ index .metadata.labels "environment" }}.yaml - - repoURL: https://github.com/stxkxs/aks-gitops.git + - repoURL: https://github.com/nanohype/aks-gitops.git targetRevision: main ref: values destination: diff --git a/applicationsets/addons-operations-kustomize.yaml b/applicationsets/addons-operations-kustomize.yaml index 8a64dac..82e05e9 100644 --- a/applicationsets/addons-operations-kustomize.yaml +++ b/applicationsets/addons-operations-kustomize.yaml @@ -29,7 +29,7 @@ spec: spec: project: platform source: - repoURL: https://github.com/stxkxs/aks-gitops.git + repoURL: https://github.com/nanohype/aks-gitops.git targetRevision: main path: '{{ .path }}/overlays/{{ index .metadata.labels "environment" }}' destination: diff --git a/applicationsets/addons-security.yaml b/applicationsets/addons-security.yaml index caf32ff..ab73549 100644 --- a/applicationsets/addons-security.yaml +++ b/applicationsets/addons-security.yaml @@ -54,7 +54,7 @@ spec: valueFiles: - $values/{{ .path }}/values.yaml - $values/{{ .path }}/values-{{ index .metadata.labels "environment" }}.yaml - - repoURL: https://github.com/stxkxs/aks-gitops.git + - repoURL: https://github.com/nanohype/aks-gitops.git targetRevision: main ref: values destination: diff --git a/applicationsets/dashboards.yaml b/applicationsets/dashboards.yaml index 9a044a1..bdfd643 100644 --- a/applicationsets/dashboards.yaml +++ b/applicationsets/dashboards.yaml @@ -29,7 +29,7 @@ spec: spec: project: platform source: - repoURL: https://github.com/stxkxs/aks-gitops.git + repoURL: https://github.com/nanohype/aks-gitops.git targetRevision: main path: '{{ .path }}/overlays/{{ index .metadata.labels "environment" }}' destination: diff --git a/applicationsets/druid-tenants.yaml b/applicationsets/druid-tenants.yaml index 9ff1fd2..ff86505 100644 --- a/applicationsets/druid-tenants.yaml +++ b/applicationsets/druid-tenants.yaml @@ -16,7 +16,7 @@ spec: matchLabels: argocd.argoproj.io/secret-type: cluster - git: - repoURL: https://github.com/stxkxs/aks-gitops.git + repoURL: https://github.com/nanohype/aks-gitops.git revision: main directories: - path: 'catalog/druid/tenants/*' @@ -28,7 +28,7 @@ spec: spec: project: platform sources: - - repoURL: https://github.com/stxkxs/aks-gitops.git + - repoURL: https://github.com/nanohype/aks-gitops.git targetRevision: main path: catalog/druid/chart helm: @@ -37,7 +37,7 @@ spec: - $values/catalog/druid/values.yaml - $values/{{ .path.path }}/values.yaml - $values/{{ .path.path }}/values-{{ index .metadata.labels "environment" }}.yaml - - repoURL: https://github.com/stxkxs/aks-gitops.git + - repoURL: https://github.com/nanohype/aks-gitops.git targetRevision: main ref: values destination: diff --git a/applicationsets/kyverno-policies.yaml b/applicationsets/kyverno-policies.yaml index e5ee9dd..eaed786 100644 --- a/applicationsets/kyverno-policies.yaml +++ b/applicationsets/kyverno-policies.yaml @@ -31,7 +31,7 @@ spec: spec: project: platform source: - repoURL: https://github.com/stxkxs/aks-gitops.git + repoURL: https://github.com/nanohype/aks-gitops.git targetRevision: main path: '{{ .path }}/overlays/{{ index .metadata.labels "environment" }}' destination: diff --git a/catalog/druid/chart/Chart.yaml b/catalog/druid/chart/Chart.yaml index 3be430c..9edceee 100644 --- a/catalog/druid/chart/Chart.yaml +++ b/catalog/druid/chart/Chart.yaml @@ -6,7 +6,7 @@ version: 36.0.0 home: https://druid.apache.org/ icon: https://druid.apache.org/img/favicon.png sources: - - https://github.com/stxkxs/aks-gitops + - https://github.com/nanohype/aks-gitops keywords: - olap - database diff --git a/docs/architecture/overview.md b/docs/architecture/overview.md index 1f44167..47ab811 100644 --- a/docs/architecture/overview.md +++ b/docs/architecture/overview.md @@ -2,7 +2,7 @@ ## GitOps Model -This repository implements the **App-of-Apps** pattern for ArgoCD. It is the AKS variant of a multi-cloud GitOps strategy (`eks-gitops`, `gke-gitops`, `aks-gitops`). The IaC infrastructure ([azure-aks](https://github.com/stxkxs/azure-aks)) deploys ArgoCD and creates a root Application that points to this repository's `applicationsets/` directory. +This repository implements the **App-of-Apps** pattern for ArgoCD. It is the AKS variant of a multi-cloud GitOps strategy (`eks-gitops`, `gke-gitops`, `aks-gitops`). The IaC infrastructure ([azure-aks](https://github.com/nanohype/azure-aks)) deploys ArgoCD and creates a root Application that points to this repository's `applicationsets/` directory. ```mermaid graph TD @@ -38,7 +38,7 @@ sources: valueFiles: - $values/{{ .path }}/values.yaml - $values/{{ .path }}/values-{{ index .metadata.labels "environment" }}.yaml - - repoURL: https://github.com/stxkxs/aks-gitops.git + - repoURL: https://github.com/nanohype/aks-gitops.git targetRevision: main ref: values ``` @@ -46,7 +46,7 @@ sources: **Kustomize addons** use single-source with environment-specific overlay paths: ```yaml source: - repoURL: https://github.com/stxkxs/aks-gitops.git + repoURL: https://github.com/nanohype/aks-gitops.git targetRevision: main path: '{{ .path }}/overlays/{{ index .metadata.labels "environment" }}' ```