Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 13a1906

Browse files
authored
Fixes to argo version and upstream URLs change (#16)
* chore: update argo to 3.1.12 * fix: url changed from ssh to https for public resources
1 parent ac6aa00 commit 13a1906

9 files changed

Lines changed: 12 additions & 12 deletions

File tree

argo-setup/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Argo CD v3.0.latest – Small‑Team HA Install (TLS at Ingress)
1+
# Argo CD v3.1.latest – Small‑Team HA Install (TLS at Ingress)
22

33
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).**
44

@@ -21,7 +21,7 @@ argo-setup/
2121

2222
## Versioning strategy
2323

24-
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.
24+
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.
2525

2626
Pin that value in your overlays (below) when promoting to prod.
2727

@@ -117,7 +117,7 @@ namespace: argocd-mip-team
117117
118118
# Base: upstream HA manifest (resolved tag)
119119
resources:
120-
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.11/manifests/ha/install.yaml
120+
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.12/manifests/ha/install.yaml
121121
122122
patchesStrategicMerge:
123123
- patch-argocd-application-controller-resources.yaml

argo-setup/patches/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Kustomization
44
namespace: argocd-mip-team
55
# Base: upstream HA manifest (resolved tag)
66
resources:
7-
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.20/manifests/ha/install.yaml
7+
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.12/manifests/ha/install.yaml
88
- patch-argocd-ingress.yaml
99
patchesStrategicMerge:
1010
- patch-argocd-application-controller-clusterrole.yaml

common/submariner/submariner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
spec:
1212
project: mip-argo-project-submariner
1313
sources:
14-
- repoURL: git@github.com:NeuroTech-Platform/mip-infra.git
14+
- repoURL: https://github.com/NeuroTech-Platform/mip-infra.git
1515
targetRevision: main
1616
path: common/submariner/broker
1717
destination:
@@ -35,7 +35,7 @@ metadata:
3535
spec:
3636
project: mip-argo-project-submariner
3737
sources:
38-
- repoURL: git@github.com:NeuroTech-Platform/mip-infra.git
38+
- repoURL: https://github.com/NeuroTech-Platform/mip-infra.git
3939
targetRevision: main
4040
path: common/submariner/operator
4141
destination:

deployments/hybrid/federations/federation-Z/mip-infrastructure/customizations/exareme2-kustomize.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
- values.yaml
1919
- $values/deployments/shared-apps/exareme2/values.yaml
2020
- $values/deployments/hybrid/federations/federation-Z/mip-infrastructure/customizations/exareme2-values.yaml
21-
- repoURL: git@github.com:NeuroTech-Platform/mip-infra.git
21+
- repoURL: https://github.com/NeuroTech-Platform/mip-infra.git
2222
targetRevision: main
2323
ref: values
2424
syncPolicy:

deployments/hybrid/federations/federation-Z/mip-infrastructure/customizations/mip-stack-kustomize.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
- values.yaml
3131
- $values/deployments/shared-apps/mip-stack/values.yaml
3232
- $values/deployments/hybrid/federations/federation-Z/mip-infrastructure/customizations/mip-stack-values.yaml
33-
- repoURL: git@github.com:NeuroTech-Platform/mip-infra.git
33+
- repoURL: https://github.com/NeuroTech-Platform/mip-infra.git
3434
targetRevision: main
3535
ref: values
3636
syncPolicy:

deployments/hybrid/federations/federation-Z/mip-infrastructure/federation-z.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
spec:
1212
project: mip-argo-project-federations
1313
source:
14-
repoURL: git@github.com:NeuroTech-Platform/mip-infra.git
14+
repoURL: https://github.com/NeuroTech-Platform/mip-infra.git
1515
targetRevision: main
1616
path: deployments/hybrid/federations/federation-Z
1717
destination:

deployments/local/federations/federation-A/customizations/exareme2-overlay-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
server: https://kubernetes.default.svc
1919
namespace: federation-a
2020
source:
21-
repoURL: git@github.com:NeuroTech-Platform/mip-infra.git
21+
repoURL: https://github.com/NeuroTech-Platform/mip-infra.git
2222
targetRevision: main
2323
path: deployments/local/federations/federation-A/customizations/overlays/exareme2
2424
syncPolicy:

projects/static/submariner/submariner-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
spec:
99
description: Project for Submariner deployment
1010
sourceRepos:
11-
- git@github.com:NeuroTech-Platform/mip-infra.git
11+
- https://github.com/NeuroTech-Platform/mip-infra.git
1212
- https://submariner-io.github.io/submariner-charts/charts
1313
destinations:
1414
- namespace: submariner-k8s-broker

projects/static/submariner/submariner-rbac-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
namespace: argocd-mip-team
77
spec:
88
description: Privileged project for Submariner RBAC resources
9-
sourceRepos: [git@github.com:NeuroTech-Platform/mip-infra.git]
9+
sourceRepos: [https://github.com/NeuroTech-Platform/mip-infra.git]
1010
destinations:
1111
- namespace: submariner-k8s-broker
1212
server: https://kubernetes.default.svc

0 commit comments

Comments
 (0)