diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-09 19:41:42 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-09 19:52:35 +0200 |
| commit | 1aaf12a8becc2193ecfc4802ee5beddf96727cf6 (patch) | |
| tree | 4b6a78c85bd852518549fddc2abe08cb5b7cd22c /f3s/argocd-apps/services/immich.yaml | |
| parent | e9c5ddfd59e6241440be82ed221b4c0c30c19f57 (diff) | |
Migrate all applications from Codeberg to self-hosted git
Updated 17 application manifests to use internal git-server:
- Monitoring: grafana-ingress, prometheus, pushgateway
- Services: anki-sync-server, audiobookshelf, filebrowser, immich, keybr,
kobo-sync-server, miniflux, opodsync, radicale, syncthing,
tracing-demo, wallabag, webdav
- Infra: registry
All applications now fetch from:
ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'f3s/argocd-apps/services/immich.yaml')
| -rw-r--r-- | f3s/argocd-apps/services/immich.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
