From 409560b17fbf845802fe05337e32eb80b92acc84 Mon Sep 17 00:00:00 2001 From: rohow Date: Tue, 23 Jun 2026 11:22:18 +0800 Subject: [PATCH] fix(k3s): enable forced upgrades in HelmRelease configuration for whoami chart --- flux/apps/helmrelease-whoami.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flux/apps/helmrelease-whoami.yaml b/flux/apps/helmrelease-whoami.yaml index 4847386..439e57c 100644 --- a/flux/apps/helmrelease-whoami.yaml +++ b/flux/apps/helmrelease-whoami.yaml @@ -6,6 +6,8 @@ metadata: spec: interval: 30m timeout: 15m + upgrade: + force: true chart: spec: chart: whoami