[CONFIG-001] Update ArgoCD manifests to use HTTPS (fix)
Some checks failed
CD - Build & Deploy / build-and-push (push) Has been cancelled
CD - Build & Deploy / package-helm (push) Has been cancelled
CD - Build & Deploy / deploy-staging (push) Has been cancelled
CD - Build & Deploy / deploy-production (push) Has been cancelled
CD - Build & Deploy / release (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / security (push) Has been cancelled

- Changed repository URL from SSH to HTTPS
- Updated documentation with HTTPS instructions
This commit is contained in:
Ehsan.Asadi
2025-12-26 16:11:28 +03:30
parent 8a924f6091
commit c8c9b7a6eb
3 changed files with 6 additions and 6 deletions

View File

@@ -18,10 +18,10 @@ This directory contains ArgoCD Application manifests for deploying Peikarband to
### 1. Add Git Repository to ArgoCD ### 1. Add Git Repository to ArgoCD
```bash ```bash
# For SSH # For HTTPS with token
argocd repo add git@git.peikarband.ir:ehsan-minadd/peikarband.git \ argocd repo add https://git.peikarband.ir/ehsan-minadd/peikarband.git \
--ssh-private-key-path ~/.ssh/id_rsa \ --username YOUR_USERNAME \
--insecure-skip-server-verification --password YOUR_ACCESS_TOKEN
# Or using argocd UI: Settings → Repositories → Connect Repo # Or using argocd UI: Settings → Repositories → Connect Repo
``` ```

View File

@@ -9,7 +9,7 @@ spec:
project: default project: default
source: source:
repoURL: git@git.peikarband.ir:ehsan-minadd/peikarband.git repoURL: https://git.peikarband.ir/ehsan-minadd/peikarband.git
targetRevision: develop targetRevision: develop
path: helm/peikarband path: helm/peikarband
helm: helm:

View File

@@ -9,7 +9,7 @@ spec:
project: default project: default
source: source:
repoURL: git@git.peikarband.ir:ehsan-minadd/peikarband.git repoURL: https://git.peikarband.ir/ehsan-minadd/peikarband.git
targetRevision: HEAD targetRevision: HEAD
path: helm/peikarband path: helm/peikarband
helm: helm: