From 499915b2bbdb6fb3e96b8eba4b427477e9d90731 Mon Sep 17 00:00:00 2001 From: Nick Adam Date: Thu, 15 Jan 2026 14:47:34 +0100 Subject: [PATCH] fix: longhorn --- infrastructure/longhorn-app.yaml | 5 +++-- infrastructure/longhorn/Chart.yaml | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/infrastructure/longhorn-app.yaml b/infrastructure/longhorn-app.yaml index 4462b67..ff980aa 100644 --- a/infrastructure/longhorn-app.yaml +++ b/infrastructure/longhorn-app.yaml @@ -13,8 +13,9 @@ spec: path: infrastructure/longhorn helm: values: | - preUpgradeChecker: - jobEnabled: false + longhorn: + preUpgradeChecker: + jobEnabled: false destination: server: https://kubernetes.default.svc namespace: longhorn-system diff --git a/infrastructure/longhorn/Chart.yaml b/infrastructure/longhorn/Chart.yaml index bbffc3d..7cb2418 100644 --- a/infrastructure/longhorn/Chart.yaml +++ b/infrastructure/longhorn/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 name: longhorn-bootstrap description: Wrapper chart for Longhorn type: application -version: 1.0.0 -appVersion: "1.0.0" +version: 1.0.1 +appVersion: "1.0.1" dependencies: - name: longhorn - version: 1.6.0 # Nutze eine stabile Version + version: 1.7.2 # Upgrade auf neuere Stable Version repository: https://charts.longhorn.io