Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7983,15 +7983,15 @@
"additionalProperties": false,
"properties": {
"secretName": {
"description": "Registry connection string secret.",
"description": "Name of the Kubernetes secret containing Base64 encoded credentials to connect to a private registry (will get passed to imagePullSecrets).",
"type": [
"string",
"null"
],
"default": null
},
"connection": {
"description": "Registry connection configuration.",
"description": "Credentials to connect to a private registry, these will get Base64 encoded and stored in a secret (will get passed to imagePullSecrets).",
"type": "object",
"default": {},
"additionalProperties": false,
Expand All @@ -8007,12 +8007,12 @@
"default": ""
},
"host": {
"description": "Host",
"description": "Registry Server URL (e.g. https://index.docker.io/v1/ for DockerHub)",
"type": "string",
"default": ""
},
"email": {
"description": "Email",
"description": "Email Address",
"type": "string",
"default": ""
}
Expand Down
1 change: 1 addition & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ ignoreUnknownValues
ImageAnnotatorClient
imageORfile
imagePullPolicy
imagePullSecrets
imageVersion
Imap
imap
Expand Down