fix: Remove invalid configureUserSettings from harbor-core

The configureUserSettings field contained nginx configuration
('http2_push_preload on;') which was incorrectly being used as
CONFIG_OVERWRITE_JSON. This caused harbor-core to crash with a
JSON parse error.

CONFIG_OVERWRITE_JSON expects valid JSON for Harbor configuration
overrides, not nginx snippets. Removing this field to fix the
CrashLoopBackOff.
This commit is contained in:
Hermes Agent service account
2026-06-04 21:08:27 -05:00
parent 99bc31dee9
commit d561ac6e04

View File

@@ -125,9 +125,6 @@ core:
tag: "v2.15.1"
replicas: 1
# Core secret auto-generated by Harbor Helm chart
# Enable HTTP/2 for better performance
configureUserSettings: |-
http2_push_preload on;
resources:
requests:
memory: 512Mi