0.3.2: disable longhorn preUpgradeChecker (Argo+helm-hook ordering bug)

This commit is contained in:
OdooSky Bot
2026-05-02 21:24:49 +03:00
parent c9aab7117a
commit dcf9cf79d8
2 changed files with 11 additions and 2 deletions

View File

@@ -150,3 +150,12 @@ longhorn:
backupCredsSecret:
namespace: tenants
name: s3-backup-creds
# Disable the Helm pre-upgrade checker Job. It's annotated as a
# `helm.sh/hook: pre-upgrade,pre-install` which Argo translates to
# PreSync — but the Job's ServiceAccount lives in the regular sync
# phase, so the Job fails ("ServiceAccount not found") before the
# SA gets created. Argo's sync model already gives us proper
# ordering on regular resources; the safety check is redundant.
preUpgradeChecker:
jobEnabled: false
upgradeVersionCheck: false