Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions argo-setup/README.md
Original file line number Diff line number Diff line change
@@ -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).**

Expand All @@ -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.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion argo-setup/patches/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions common/submariner/submariner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion projects/static/submariner/submariner-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/static/submariner/submariner-rbac-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down