From fad5e65eb392975bc5aef81eebba367112015f6b Mon Sep 17 00:00:00 2001 From: David Landry Date: Fri, 12 Dec 2025 19:06:57 -0500 Subject: [PATCH] chore: update URL to use https --- bootstrap/argo-cd.yaml | 2 +- bootstrap/cluster-resources.yaml | 4 ++-- bootstrap/crossplane.yaml | 2 +- bootstrap/root.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bootstrap/argo-cd.yaml b/bootstrap/argo-cd.yaml index 8906efc..80595c4 100644 --- a/bootstrap/argo-cd.yaml +++ b/bootstrap/argo-cd.yaml @@ -19,7 +19,7 @@ spec: project: default source: path: bootstrap/argo-cd - repoURL: ssh://git@forgejo-ssh.git-system.svc.cluster.local:2222/davad/argo.git + repoURL: https://git.nc.landry.land/davad/argo.git syncPolicy: automated: allowEmpty: true diff --git a/bootstrap/cluster-resources.yaml b/bootstrap/cluster-resources.yaml index 9fbd9cd..689c767 100644 --- a/bootstrap/cluster-resources.yaml +++ b/bootstrap/cluster-resources.yaml @@ -11,7 +11,7 @@ spec: - git: files: - path: bootstrap/cluster-resources/*.json - repoURL: ssh://git@forgejo-ssh.git-system.svc.cluster.local:2222/davad/argo.git + repoURL: https://git.nc.landry.land/davad/argo.git requeueAfterSeconds: 20 revision: "" template: @@ -39,7 +39,7 @@ spec: project: default source: path: bootstrap/cluster-resources/{{name}} - repoURL: ssh://git@forgejo-ssh.git-system.svc.cluster.local:2222/davad/argo.git + repoURL: https://git.nc.landry.land/davad/argo.git syncPolicy: automated: allowEmpty: true diff --git a/bootstrap/crossplane.yaml b/bootstrap/crossplane.yaml index 3a0e4d7..438af08 100644 --- a/bootstrap/crossplane.yaml +++ b/bootstrap/crossplane.yaml @@ -16,7 +16,7 @@ spec: project: default source: path: bootstrap/crossplane - repoURL: ssh://git@forgejo-ssh.git-system.svc.cluster.local:2222/davad/argo.git + repoURL: https://git.nc.landry.land/davad/argo.git syncPolicy: automated: allowEmpty: true diff --git a/bootstrap/root.yaml b/bootstrap/root.yaml index 83ad8ef..71fb9c3 100644 --- a/bootstrap/root.yaml +++ b/bootstrap/root.yaml @@ -21,7 +21,7 @@ spec: project: default source: path: projects - repoURL: ssh://git@forgejo-ssh.git-system.svc.cluster.local:2222/davad/argo.git + repoURL: https://git.nc.landry.land/davad/argo.git syncPolicy: automated: allowEmpty: true