From 644e5240b47db43b57a624ceb736e1b7c7d4b4a4 Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Thu, 2 Apr 2026 18:37:03 -0500 Subject: [PATCH] fix: update ArgoCD apps to use HTTPS URL for lunarfront-charts --- argocd/gitea-app.yaml | 2 +- argocd/runner-app.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/gitea-app.yaml b/argocd/gitea-app.yaml index 5a9aba2..a284c65 100644 --- a/argocd/gitea-app.yaml +++ b/argocd/gitea-app.yaml @@ -19,7 +19,7 @@ spec: helm: valueFiles: - $values/gitea/values.yaml - - repoURL: ssh://git@134.199.248.182:22/ryan/lunarfront-charts.git + - repoURL: https://git2.lunarfront.tech/ryan/lunarfront-charts.git targetRevision: main ref: values destination: diff --git a/argocd/runner-app.yaml b/argocd/runner-app.yaml index 5c0024a..40f98b8 100644 --- a/argocd/runner-app.yaml +++ b/argocd/runner-app.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: ssh://git@134.199.248.182:22/ryan/lunarfront-charts.git + repoURL: https://git2.lunarfront.tech/ryan/lunarfront-charts.git targetRevision: main path: runner destination: