diff --git a/argo-setup/README.md b/argo-setup/README.md index 7813b5c..cb54b81 100644 --- a/argo-setup/README.md +++ b/argo-setup/README.md @@ -1,4 +1,4 @@ -# Argo CD v3.0.latest – Small‑Team HA Install (TLS at Ingress) +# Argo CD v3.1.latest – Small‑Team HA Install (TLS at Ingress) This readme bootstraps a **production‑ready, Highly Available** Argo CD instance for a small DevOps / Platform team (≈ < 100 Applications to start) running on a single Kubernetes cluster, with **TLS terminated at the ingress** and **Argo CD CLI access via `--grpc-web` (no `--insecure`flags).** @@ -21,7 +21,7 @@ argo-setup/ ## Versioning strategy -We track the **latest released patch in the Argo CD 3.0 line**. In automation and docs we refer to this as `**v3.0.latest**`. At deploy time we *resolve* that alias to the actual tag (e.g., `v3.0.11`, `v3.0.12`, etc.) and commit the resolved tag into Git. +We track the **latest released patch in the Argo CD 3.0 line**. In automation and docs we refer to this as `**v3.1.latest**`. At deploy time we *resolve* that alias to the actual tag (e.g., `v3.1.11`, `v3.1.12`, etc.) and commit the resolved tag into Git. Pin that value in your overlays (below) when promoting to prod. @@ -117,7 +117,7 @@ namespace: argocd-mip-team # Base: upstream HA manifest (resolved tag) resources: - - https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.11/manifests/ha/install.yaml + - https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.12/manifests/ha/install.yaml patchesStrategicMerge: - patch-argocd-application-controller-resources.yaml diff --git a/argo-setup/patches/kustomization.yaml b/argo-setup/patches/kustomization.yaml index 46d0a21..2ebf5ac 100644 --- a/argo-setup/patches/kustomization.yaml +++ b/argo-setup/patches/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization namespace: argocd-mip-team # Base: upstream HA manifest (resolved tag) resources: - - https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.20/manifests/ha/install.yaml + - https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.12/manifests/ha/install.yaml - patch-argocd-ingress.yaml patchesStrategicMerge: - patch-argocd-application-controller-clusterrole.yaml diff --git a/common/submariner/submariner.yaml b/common/submariner/submariner.yaml index c298054..4ae6abc 100644 --- a/common/submariner/submariner.yaml +++ b/common/submariner/submariner.yaml @@ -11,7 +11,7 @@ metadata: spec: project: mip-argo-project-submariner sources: - - repoURL: git@github.com:NeuroTech-Platform/mip-infra.git + - repoURL: https://github.com/NeuroTech-Platform/mip-infra.git targetRevision: main path: common/submariner/broker destination: @@ -35,7 +35,7 @@ metadata: spec: project: mip-argo-project-submariner sources: - - repoURL: git@github.com:NeuroTech-Platform/mip-infra.git + - repoURL: https://github.com/NeuroTech-Platform/mip-infra.git targetRevision: main path: common/submariner/operator destination: diff --git a/deployments/hybrid/federations/federation-Z/mip-infrastructure/customizations/exareme2-kustomize.yaml b/deployments/hybrid/federations/federation-Z/mip-infrastructure/customizations/exareme2-kustomize.yaml index d179b02..8993d13 100644 --- a/deployments/hybrid/federations/federation-Z/mip-infrastructure/customizations/exareme2-kustomize.yaml +++ b/deployments/hybrid/federations/federation-Z/mip-infrastructure/customizations/exareme2-kustomize.yaml @@ -18,7 +18,7 @@ spec: - values.yaml - $values/deployments/shared-apps/exareme2/values.yaml - $values/deployments/hybrid/federations/federation-Z/mip-infrastructure/customizations/exareme2-values.yaml - - repoURL: git@github.com:NeuroTech-Platform/mip-infra.git + - repoURL: https://github.com/NeuroTech-Platform/mip-infra.git targetRevision: main ref: values syncPolicy: diff --git a/deployments/hybrid/federations/federation-Z/mip-infrastructure/customizations/mip-stack-kustomize.yaml b/deployments/hybrid/federations/federation-Z/mip-infrastructure/customizations/mip-stack-kustomize.yaml index 71de3f1..d00d137 100644 --- a/deployments/hybrid/federations/federation-Z/mip-infrastructure/customizations/mip-stack-kustomize.yaml +++ b/deployments/hybrid/federations/federation-Z/mip-infrastructure/customizations/mip-stack-kustomize.yaml @@ -30,7 +30,7 @@ spec: - values.yaml - $values/deployments/shared-apps/mip-stack/values.yaml - $values/deployments/hybrid/federations/federation-Z/mip-infrastructure/customizations/mip-stack-values.yaml - - repoURL: git@github.com:NeuroTech-Platform/mip-infra.git + - repoURL: https://github.com/NeuroTech-Platform/mip-infra.git targetRevision: main ref: values syncPolicy: diff --git a/deployments/hybrid/federations/federation-Z/mip-infrastructure/federation-z.yaml b/deployments/hybrid/federations/federation-Z/mip-infrastructure/federation-z.yaml index 5989093..e562c71 100644 --- a/deployments/hybrid/federations/federation-Z/mip-infrastructure/federation-z.yaml +++ b/deployments/hybrid/federations/federation-Z/mip-infrastructure/federation-z.yaml @@ -11,7 +11,7 @@ metadata: spec: project: mip-argo-project-federations source: - repoURL: git@github.com:NeuroTech-Platform/mip-infra.git + repoURL: https://github.com/NeuroTech-Platform/mip-infra.git targetRevision: main path: deployments/hybrid/federations/federation-Z destination: diff --git a/deployments/local/federations/federation-A/customizations/exareme2-overlay-app.yaml b/deployments/local/federations/federation-A/customizations/exareme2-overlay-app.yaml index c742f4b..d27948a 100644 --- a/deployments/local/federations/federation-A/customizations/exareme2-overlay-app.yaml +++ b/deployments/local/federations/federation-A/customizations/exareme2-overlay-app.yaml @@ -18,7 +18,7 @@ spec: server: https://kubernetes.default.svc namespace: federation-a source: - repoURL: git@github.com:NeuroTech-Platform/mip-infra.git + repoURL: https://github.com/NeuroTech-Platform/mip-infra.git targetRevision: main path: deployments/local/federations/federation-A/customizations/overlays/exareme2 syncPolicy: diff --git a/projects/static/submariner/submariner-project.yaml b/projects/static/submariner/submariner-project.yaml index 7e9a980..4116963 100644 --- a/projects/static/submariner/submariner-project.yaml +++ b/projects/static/submariner/submariner-project.yaml @@ -8,7 +8,7 @@ metadata: spec: description: Project for Submariner deployment sourceRepos: - - git@github.com:NeuroTech-Platform/mip-infra.git + - https://github.com/NeuroTech-Platform/mip-infra.git - https://submariner-io.github.io/submariner-charts/charts destinations: - namespace: submariner-k8s-broker diff --git a/projects/static/submariner/submariner-rbac-project.yaml b/projects/static/submariner/submariner-rbac-project.yaml index 20e578f..f8cad9a 100644 --- a/projects/static/submariner/submariner-rbac-project.yaml +++ b/projects/static/submariner/submariner-rbac-project.yaml @@ -6,7 +6,7 @@ metadata: namespace: argocd-mip-team spec: description: Privileged project for Submariner RBAC resources - sourceRepos: [git@github.com:NeuroTech-Platform/mip-infra.git] + sourceRepos: [https://github.com/NeuroTech-Platform/mip-infra.git] destinations: - namespace: submariner-k8s-broker server: https://kubernetes.default.svc