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