From da841f37e9fdb68474bbfc9bdf78661d27c12792 Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Thu, 2 Apr 2026 20:49:59 -0500 Subject: [PATCH] fix: use SSH URL for ArgoCD app sources to match deploy key credential --- argocd/app-template.yaml | 2 +- argocd/gitea-app.yaml | 2 +- argocd/runner-app.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/argocd/app-template.yaml b/argocd/app-template.yaml index 898ad2f..03e03d9 100644 --- a/argocd/app-template.yaml +++ b/argocd/app-template.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: https://git.lunarfront.tech/ryan/lunarfront-charts.git + repoURL: ssh://git@git-ssh.lunarfront.tech/ryan/lunarfront-charts.git targetRevision: main path: charts/lunarfront helm: diff --git a/argocd/gitea-app.yaml b/argocd/gitea-app.yaml index 316ddb0..cc60a4c 100644 --- a/argocd/gitea-app.yaml +++ b/argocd/gitea-app.yaml @@ -19,7 +19,7 @@ spec: helm: valueFiles: - $values/gitea/values.yaml - - repoURL: https://git.lunarfront.tech/ryan/lunarfront-charts.git + - repoURL: ssh://git@git-ssh.lunarfront.tech/ryan/lunarfront-charts.git targetRevision: main ref: values destination: diff --git a/argocd/runner-app.yaml b/argocd/runner-app.yaml index a85283c..645468d 100644 --- a/argocd/runner-app.yaml +++ b/argocd/runner-app.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: https://git.lunarfront.tech/ryan/lunarfront-charts.git + repoURL: ssh://git@git-ssh.lunarfront.tech/ryan/lunarfront-charts.git targetRevision: main path: runner destination: