Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions helm/sim/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"properties": {
"imageRegistry": {
"type": "string",
"format": "hostname",
"description": "Global Docker image registry"
"description": "Global Docker image registry (host[:port][/path]). Supports plain hosts (registry.example.com), host:port (registry.example.com:5000), and host+path forms used by Artifactory virtual repos, Harbor projects, GCR (gcr.io/project-id), and ECR-with-namespace."
},
"useRegistryForAllImages": {
"type": "boolean",
Expand Down
Loading