From c8c9b7a6ebb895b94779c0611ece31035f7a363a Mon Sep 17 00:00:00 2001 From: "Ehsan.Asadi" Date: Fri, 26 Dec 2025 16:11:28 +0330 Subject: [PATCH] [CONFIG-001] Update ArgoCD manifests to use HTTPS (fix) - Changed repository URL from SSH to HTTPS - Updated documentation with HTTPS instructions --- argocd/README.md | 8 ++++---- argocd/application-staging.yaml | 2 +- argocd/application.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/argocd/README.md b/argocd/README.md index 9c59d0f..d5a25a2 100644 --- a/argocd/README.md +++ b/argocd/README.md @@ -18,10 +18,10 @@ This directory contains ArgoCD Application manifests for deploying Peikarband to ### 1. Add Git Repository to ArgoCD ```bash -# For SSH -argocd repo add git@git.peikarband.ir:ehsan-minadd/peikarband.git \ - --ssh-private-key-path ~/.ssh/id_rsa \ - --insecure-skip-server-verification +# For HTTPS with token +argocd repo add https://git.peikarband.ir/ehsan-minadd/peikarband.git \ + --username YOUR_USERNAME \ + --password YOUR_ACCESS_TOKEN # Or using argocd UI: Settings → Repositories → Connect Repo ``` diff --git a/argocd/application-staging.yaml b/argocd/application-staging.yaml index e668877..e9ce29a 100644 --- a/argocd/application-staging.yaml +++ b/argocd/application-staging.yaml @@ -9,7 +9,7 @@ spec: project: default source: - repoURL: git@git.peikarband.ir:ehsan-minadd/peikarband.git + repoURL: https://git.peikarband.ir/ehsan-minadd/peikarband.git targetRevision: develop path: helm/peikarband helm: diff --git a/argocd/application.yaml b/argocd/application.yaml index d9f8008..4814be2 100644 --- a/argocd/application.yaml +++ b/argocd/application.yaml @@ -9,7 +9,7 @@ spec: project: default source: - repoURL: git@git.peikarband.ir:ehsan-minadd/peikarband.git + repoURL: https://git.peikarband.ir/ehsan-minadd/peikarband.git targetRevision: HEAD path: helm/peikarband helm: