From 76700a7b3f003eb8ea701e4cd534ad40d9774633 Mon Sep 17 00:00:00 2001 From: Nikholas Pcenicni <82239765+nikpcenicni@users.noreply.github.com> Date: Fri, 27 Mar 2026 16:40:55 -0400 Subject: [PATCH] Update Longhorn application configuration to specify targetRevision as "1.11.1" and add sync options for PruneLast and ServerSideApply to enhance deployment management. --- clusters/noble/apps/longhorn/application.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clusters/noble/apps/longhorn/application.yaml b/clusters/noble/apps/longhorn/application.yaml index f96ac35..cdccda6 100644 --- a/clusters/noble/apps/longhorn/application.yaml +++ b/clusters/noble/apps/longhorn/application.yaml @@ -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