mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
VPS GitLab: disable upgradeCheck hook (breaks fresh installs via ArgoCD)
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
5670a941d4
commit
6a335132fe
@@ -69,6 +69,19 @@ global:
|
|||||||
- secret: gitlab-oidc-secret
|
- secret: gitlab-oidc-secret
|
||||||
key: provider
|
key: provider
|
||||||
|
|
||||||
|
# GitLab's pre-upgrade hook checks the deployed version against a
|
||||||
|
# previous-release ConfigMap to enforce supported upgrade paths - found
|
||||||
|
# live 2026-08-21 that it fails with "unsupported upgrade path" on a
|
||||||
|
# genuinely FRESH install too (confirmed: no prior chart-info ConfigMap,
|
||||||
|
# no Helm release secret, brand new namespace) - a chart/ArgoCD
|
||||||
|
# interaction quirk (ArgoCD doesn't do real `helm install`, so the
|
||||||
|
# optional chart-info ConfigMap's absence apparently isn't handled the
|
||||||
|
# way the script expects). Not relevant for a fresh install anyway - only
|
||||||
|
# matters for real version-to-version upgrades, which is a future concern
|
||||||
|
# once this is actually running something to upgrade FROM.
|
||||||
|
upgradeCheck:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
install: false
|
install: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user