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