summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--f3s/argocd-apps/infra/registry.yaml2
-rw-r--r--f3s/argocd-apps/monitoring/grafana-ingress.yaml2
-rw-r--r--f3s/argocd-apps/monitoring/prometheus.yaml2
-rw-r--r--f3s/argocd-apps/monitoring/pushgateway.yaml2
-rw-r--r--f3s/argocd-apps/services/anki-sync-server.yaml2
-rw-r--r--f3s/argocd-apps/services/audiobookshelf.yaml2
-rw-r--r--f3s/argocd-apps/services/filebrowser.yaml2
-rw-r--r--f3s/argocd-apps/services/immich.yaml2
-rw-r--r--f3s/argocd-apps/services/keybr.yaml2
-rw-r--r--f3s/argocd-apps/services/kobo-sync-server.yaml2
-rw-r--r--f3s/argocd-apps/services/miniflux.yaml2
-rw-r--r--f3s/argocd-apps/services/opodsync.yaml2
-rw-r--r--f3s/argocd-apps/services/radicale.yaml2
-rw-r--r--f3s/argocd-apps/services/syncthing.yaml2
-rw-r--r--f3s/argocd-apps/services/tracing-demo.yaml2
-rw-r--r--f3s/argocd-apps/services/wallabag.yaml2
-rw-r--r--f3s/argocd-apps/services/webdav.yaml2
-rw-r--r--f3s/argocd-apps/test/example-apache-volume-claim.yaml2
18 files changed, 18 insertions, 18 deletions
diff --git a/f3s/argocd-apps/infra/registry.yaml b/f3s/argocd-apps/infra/registry.yaml
index 653f6b6..aa34969 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: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
+ repoURL: http://git-server.cicd.svc.cluster.local/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 e8764fd..49b52de 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: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
+ repoURL: http://git-server.cicd.svc.cluster.local/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 75d9d56..f20be95 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: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
+ - repoURL: http://git-server.cicd.svc.cluster.local/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 fbc58bc..8023a21 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: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
+ repoURL: http://git-server.cicd.svc.cluster.local/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 bd4c1bb..1e41807 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: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
+ repoURL: http://git-server.cicd.svc.cluster.local/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 78bbe69..8d0b114 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: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
+ repoURL: http://git-server.cicd.svc.cluster.local/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 e0cc040..002f633 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: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
+ repoURL: http://git-server.cicd.svc.cluster.local/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 579e63a..d1c4b6d 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: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
+ repoURL: http://git-server.cicd.svc.cluster.local/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 f3991f6..7cc7ade 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: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
+ repoURL: http://git-server.cicd.svc.cluster.local/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 c99006f..4e2125e 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: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
+ repoURL: http://git-server.cicd.svc.cluster.local/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 c37f5cb..e56e54c 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: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
+ repoURL: http://git-server.cicd.svc.cluster.local/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 ebc86c6..833b351 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: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
+ repoURL: http://git-server.cicd.svc.cluster.local/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 ef9ad94..b79a78e 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: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
+ repoURL: http://git-server.cicd.svc.cluster.local/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 3afe263..a6031e5 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: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
+ repoURL: http://git-server.cicd.svc.cluster.local/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 8fb906b..61a0a9c 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: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
+ repoURL: http://git-server.cicd.svc.cluster.local/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 9982690..d6a8092 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: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
+ repoURL: http://git-server.cicd.svc.cluster.local/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 101d6b4..f017f3c 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: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
+ repoURL: http://git-server.cicd.svc.cluster.local/conf.git
targetRevision: master
path: f3s/webdav/helm-chart
destination:
diff --git a/f3s/argocd-apps/test/example-apache-volume-claim.yaml b/f3s/argocd-apps/test/example-apache-volume-claim.yaml
index abd7387..9100cd9 100644
--- a/f3s/argocd-apps/test/example-apache-volume-claim.yaml
+++ b/f3s/argocd-apps/test/example-apache-volume-claim.yaml
@@ -8,7 +8,7 @@ metadata:
spec:
project: default
source:
- repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
+ repoURL: http://git-server.cicd.svc.cluster.local/conf.git
targetRevision: master
path: f3s/example-apache-volume-claim/helm-chart
destination: