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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user