Update Longhorn application configuration to specify targetRevision as "1.11.1" and add sync options for PruneLast and ServerSideApply to enhance deployment management.

This commit is contained in:
Nikholas Pcenicni
2026-03-27 16:40:55 -04:00
parent 8cacf5f5de
commit 76700a7b3f

View File

@@ -13,7 +13,7 @@ spec:
sources:
- repoURL: https://charts.longhorn.io
chart: longhorn
targetRevision: "*"
targetRevision: "1.11.1"
helm:
valuesObject:
defaultSettings:
@@ -25,3 +25,5 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=true
- PruneLast=true
- ServerSideApply=true