diff --git a/infra/kubernetes/argocd/app-of-apps.yaml b/infra/kubernetes/argocd/app-of-apps.yaml index bb6c450..ae9124d 100644 --- a/infra/kubernetes/argocd/app-of-apps.yaml +++ b/infra/kubernetes/argocd/app-of-apps.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: ssh://git@gitea-ssh.platform.svc:2222/julia/homelab.git + repoURL: git@github.com:lazorgurl/homelab.git targetRevision: main path: infra/kubernetes/argocd destination: diff --git a/infra/kubernetes/argocd/appsets/apps.yaml b/infra/kubernetes/argocd/appsets/apps.yaml index e4144cd..e05985f 100644 --- a/infra/kubernetes/argocd/appsets/apps.yaml +++ b/infra/kubernetes/argocd/appsets/apps.yaml @@ -8,7 +8,7 @@ spec: goTemplateOptions: ["missingkey=error"] generators: - git: - repoURL: ssh://git@gitea-ssh.platform.svc:2222/julia/homelab.git + repoURL: git@github.com:lazorgurl/homelab.git revision: main directories: - path: apps/*/k8s/overlays/production @@ -18,7 +18,7 @@ spec: spec: project: default source: - repoURL: ssh://git@gitea-ssh.platform.svc:2222/julia/homelab.git + repoURL: git@github.com:lazorgurl/homelab.git targetRevision: main path: "{{ .path.path }}" destination: diff --git a/infra/kubernetes/argocd/appsets/platform.yaml b/infra/kubernetes/argocd/appsets/platform.yaml index 8b95c80..e49a888 100644 --- a/infra/kubernetes/argocd/appsets/platform.yaml +++ b/infra/kubernetes/argocd/appsets/platform.yaml @@ -8,7 +8,7 @@ spec: goTemplateOptions: ["missingkey=error"] generators: - git: - repoURL: ssh://git@gitea-ssh.platform.svc:2222/julia/homelab.git + repoURL: git@github.com:lazorgurl/homelab.git revision: main directories: - path: infra/kubernetes/platform/* @@ -18,7 +18,7 @@ spec: spec: project: default source: - repoURL: ssh://git@gitea-ssh.platform.svc:2222/julia/homelab.git + repoURL: git@github.com:lazorgurl/homelab.git targetRevision: main path: "{{ .path.path }}" destination: diff --git a/infra/kubernetes/argocd/appsets/previews.yaml b/infra/kubernetes/argocd/appsets/previews.yaml index 2ac2c41..1bc4e74 100644 --- a/infra/kubernetes/argocd/appsets/previews.yaml +++ b/infra/kubernetes/argocd/appsets/previews.yaml @@ -8,13 +8,9 @@ spec: goTemplateOptions: ["missingkey=error"] generators: - pullRequest: - gitea: - owner: julia + github: + owner: lazorgurl repo: homelab - api: http://gitea-http.platform.svc:3000 - tokenRef: - secretName: argocd-gitea-token - key: token requeueAfterSeconds: 60 template: metadata: @@ -22,7 +18,7 @@ spec: spec: project: default source: - repoURL: ssh://git@gitea-ssh.platform.svc:2222/julia/homelab.git + repoURL: git@github.com:lazorgurl/homelab.git targetRevision: "{{ .branch }}" path: apps/*/k8s/overlays/preview kustomize: