This commit is contained in:
Eric Ace 2025-07-27 12:14:13 -04:00
parent a6131625cf
commit 54d58b6a33
2 changed files with 1182 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ image: # @schema additionalProperties: false
# -- Image tag for the `external-dns` container, this will default to `.Chart.AppVersion` if not set. # -- Image tag for the `external-dns` container, this will default to `.Chart.AppVersion` if not set.
tag: # @schema type:[string, null] tag: # @schema type:[string, null]
# -- Image pull policy for the `external-dns` container. # -- Image pull policy for the `external-dns` container.
pullPolicy: IfNotPresent # @schema enum:[IfNotPresent, Always]; pullPolicy: IfNotPresent # @schema enum:[IfNotPresent, Always, null];
# -- Image pull secrets. # -- Image pull secrets.
imagePullSecrets: [] # @schema item: object imagePullSecrets: [] # @schema item: object
@ -247,7 +247,7 @@ provider: # @schema type: [object, string];
url: url:
readTimeout: readTimeout:
writeTimeout: writeTimeout:
sidecar: sidecar: # @schema type: [object];
image: image:
# -- (string) Image repository for the `webhook` container. # -- (string) Image repository for the `webhook` container.
repository: # @schema type:[string, null]; default: null repository: # @schema type:[string, null]; default: null