From 71237ef233cf1c2308d82cc305d16ebafd2f0c8a Mon Sep 17 00:00:00 2001 From: Nick Adam Date: Thu, 15 Jan 2026 14:41:23 +0100 Subject: [PATCH] fix: longhorn --- infrastructure/longhorn-app.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/infrastructure/longhorn-app.yaml b/infrastructure/longhorn-app.yaml index 9286641..e3c4346 100644 --- a/infrastructure/longhorn-app.yaml +++ b/infrastructure/longhorn-app.yaml @@ -11,6 +11,10 @@ spec: repoURL: https://git.cloud-infra.prod.openmailserver.de/stabify/gitops.git targetRevision: HEAD path: infrastructure/longhorn + helm: + parameters: + - name: global.cattle.systemDefaultRegistry + value: "" destination: server: https://kubernetes.default.svc namespace: longhorn-system @@ -22,4 +26,4 @@ spec: - CreateNamespace=true - ServerSideApply=true - Replace=true - - SkipHooks=true # Skip pre-upgrade hooks to fix installation loop \ No newline at end of file + - SkipHooks=true