Commit 48cf200
authored
fix(helm): allow host[:port][/path] form in global.imageRegistry schema (#4686)
The values.schema.json constrained global.imageRegistry to JSON Schema
hostname format (RFC 1123), which forbids '/'. That rejected the
host+path form required by Artifactory virtual repos, Harbor projects,
GCR (gcr.io/project-id), and ECR-with-namespace — all of which the
chart's image-rendering helper already supports (it prints '%s/%s:%s').
Drop the format constraint and document the supported shapes. Matches
the bitnami common-chart convention of validating image registry as a
plain string and deferring to Docker for the actual reference parse.1 parent 4445e31 commit 48cf200
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
0 commit comments