diff options
| -rw-r--r-- | f3s/argocd-apps/infra/registry.yaml | 2 | ||||
| -rw-r--r-- | f3s/argocd-apps/monitoring/grafana-ingress.yaml | 2 | ||||
| -rw-r--r-- | f3s/argocd-apps/monitoring/prometheus.yaml | 2 | ||||
| -rw-r--r-- | f3s/argocd-apps/monitoring/pushgateway.yaml | 2 | ||||
| -rw-r--r-- | f3s/argocd-apps/services/anki-sync-server.yaml | 2 | ||||
| -rw-r--r-- | f3s/argocd-apps/services/audiobookshelf.yaml | 2 | ||||
| -rw-r--r-- | f3s/argocd-apps/services/filebrowser.yaml | 2 | ||||
| -rw-r--r-- | f3s/argocd-apps/services/immich.yaml | 2 | ||||
| -rw-r--r-- | f3s/argocd-apps/services/keybr.yaml | 2 | ||||
| -rw-r--r-- | f3s/argocd-apps/services/kobo-sync-server.yaml | 2 | ||||
| -rw-r--r-- | f3s/argocd-apps/services/miniflux.yaml | 2 | ||||
| -rw-r--r-- | f3s/argocd-apps/services/opodsync.yaml | 2 | ||||
| -rw-r--r-- | f3s/argocd-apps/services/radicale.yaml | 2 | ||||
| -rw-r--r-- | f3s/argocd-apps/services/syncthing.yaml | 2 | ||||
| -rw-r--r-- | f3s/argocd-apps/services/tracing-demo.yaml | 2 | ||||
| -rw-r--r-- | f3s/argocd-apps/services/wallabag.yaml | 2 | ||||
| -rw-r--r-- | f3s/argocd-apps/services/webdav.yaml | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/f3s/argocd-apps/infra/registry.yaml b/f3s/argocd-apps/infra/registry.yaml index 2948233..653f6b6 100644 --- a/f3s/argocd-apps/infra/registry.yaml +++ b/f3s/argocd-apps/infra/registry.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/registry/helm-chart destination: diff --git a/f3s/argocd-apps/monitoring/grafana-ingress.yaml b/f3s/argocd-apps/monitoring/grafana-ingress.yaml index bc99f02..e8764fd 100644 --- a/f3s/argocd-apps/monitoring/grafana-ingress.yaml +++ b/f3s/argocd-apps/monitoring/grafana-ingress.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/prometheus/grafana-ingress destination: diff --git a/f3s/argocd-apps/monitoring/prometheus.yaml b/f3s/argocd-apps/monitoring/prometheus.yaml index 854948f..75d9d56 100644 --- a/f3s/argocd-apps/monitoring/prometheus.yaml +++ b/f3s/argocd-apps/monitoring/prometheus.yaml @@ -161,7 +161,7 @@ spec: readOnly: true # Source 2: Additional manifests from Git repository - - repoURL: https://codeberg.org/snonux/conf.git + - repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/prometheus/manifests diff --git a/f3s/argocd-apps/monitoring/pushgateway.yaml b/f3s/argocd-apps/monitoring/pushgateway.yaml index 46d69ca..fbc58bc 100644 --- a/f3s/argocd-apps/monitoring/pushgateway.yaml +++ b/f3s/argocd-apps/monitoring/pushgateway.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/pushgateway/helm-chart destination: diff --git a/f3s/argocd-apps/services/anki-sync-server.yaml b/f3s/argocd-apps/services/anki-sync-server.yaml index 850af3e..bd4c1bb 100644 --- a/f3s/argocd-apps/services/anki-sync-server.yaml +++ b/f3s/argocd-apps/services/anki-sync-server.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/anki-sync-server/helm-chart destination: diff --git a/f3s/argocd-apps/services/audiobookshelf.yaml b/f3s/argocd-apps/services/audiobookshelf.yaml index e90e374..78bbe69 100644 --- a/f3s/argocd-apps/services/audiobookshelf.yaml +++ b/f3s/argocd-apps/services/audiobookshelf.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/audiobookshelf/helm-chart destination: diff --git a/f3s/argocd-apps/services/filebrowser.yaml b/f3s/argocd-apps/services/filebrowser.yaml index 5e32211..e0cc040 100644 --- a/f3s/argocd-apps/services/filebrowser.yaml +++ b/f3s/argocd-apps/services/filebrowser.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/filebrowser/helm-chart destination: diff --git a/f3s/argocd-apps/services/immich.yaml b/f3s/argocd-apps/services/immich.yaml index 6fac25b..579e63a 100644 --- a/f3s/argocd-apps/services/immich.yaml +++ b/f3s/argocd-apps/services/immich.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/immich/helm-chart destination: diff --git a/f3s/argocd-apps/services/keybr.yaml b/f3s/argocd-apps/services/keybr.yaml index 411ca6a..f3991f6 100644 --- a/f3s/argocd-apps/services/keybr.yaml +++ b/f3s/argocd-apps/services/keybr.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/keybr/helm-chart destination: diff --git a/f3s/argocd-apps/services/kobo-sync-server.yaml b/f3s/argocd-apps/services/kobo-sync-server.yaml index eaae84c..c99006f 100644 --- a/f3s/argocd-apps/services/kobo-sync-server.yaml +++ b/f3s/argocd-apps/services/kobo-sync-server.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/kobo-sync-server/helm-chart destination: diff --git a/f3s/argocd-apps/services/miniflux.yaml b/f3s/argocd-apps/services/miniflux.yaml index 9b3a23a..c37f5cb 100644 --- a/f3s/argocd-apps/services/miniflux.yaml +++ b/f3s/argocd-apps/services/miniflux.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/miniflux/helm-chart destination: diff --git a/f3s/argocd-apps/services/opodsync.yaml b/f3s/argocd-apps/services/opodsync.yaml index b4b0e54..ebc86c6 100644 --- a/f3s/argocd-apps/services/opodsync.yaml +++ b/f3s/argocd-apps/services/opodsync.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/opodsync/helm-chart destination: diff --git a/f3s/argocd-apps/services/radicale.yaml b/f3s/argocd-apps/services/radicale.yaml index d12d771..ef9ad94 100644 --- a/f3s/argocd-apps/services/radicale.yaml +++ b/f3s/argocd-apps/services/radicale.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/radicale/helm-chart destination: diff --git a/f3s/argocd-apps/services/syncthing.yaml b/f3s/argocd-apps/services/syncthing.yaml index 6cec5d3..3afe263 100644 --- a/f3s/argocd-apps/services/syncthing.yaml +++ b/f3s/argocd-apps/services/syncthing.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/syncthing/helm-chart destination: diff --git a/f3s/argocd-apps/services/tracing-demo.yaml b/f3s/argocd-apps/services/tracing-demo.yaml index 30ab9b0..8fb906b 100644 --- a/f3s/argocd-apps/services/tracing-demo.yaml +++ b/f3s/argocd-apps/services/tracing-demo.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/tracing-demo/helm-chart destination: diff --git a/f3s/argocd-apps/services/wallabag.yaml b/f3s/argocd-apps/services/wallabag.yaml index e723b64..9982690 100644 --- a/f3s/argocd-apps/services/wallabag.yaml +++ b/f3s/argocd-apps/services/wallabag.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/wallabag/helm-chart destination: diff --git a/f3s/argocd-apps/services/webdav.yaml b/f3s/argocd-apps/services/webdav.yaml index 3c3158b..101d6b4 100644 --- a/f3s/argocd-apps/services/webdav.yaml +++ b/f3s/argocd-apps/services/webdav.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/webdav/helm-chart destination: |
