Commented by default deprecated repository key/value pair (#7174)
This commit is contained in:
parent
f8b9909432
commit
43d33528e1
1 changed files with 9 additions and 6 deletions
|
@ -12,8 +12,9 @@ controller:
|
||||||
image:
|
image:
|
||||||
registry: k8s.gcr.io
|
registry: k8s.gcr.io
|
||||||
image: ingress-nginx/controller
|
image: ingress-nginx/controller
|
||||||
# for backwards compatibility setting full image url via repository value
|
# for backwards compatibility consider setting the full image url via the repository value below
|
||||||
repository:
|
# use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
|
||||||
|
# repository:
|
||||||
tag: "v0.46.0"
|
tag: "v0.46.0"
|
||||||
digest: sha256:52f0058bed0a17ab0fb35628ba97e8d52b5d32299fbc03cc0f6c7b9ff036b61a
|
digest: sha256:52f0058bed0a17ab0fb35628ba97e8d52b5d32299fbc03cc0f6c7b9ff036b61a
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
@ -519,8 +520,9 @@ controller:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
image: jettech/kube-webhook-certgen
|
image: jettech/kube-webhook-certgen
|
||||||
# for backwards compatibility setting full image url via repository value
|
# for backwards compatibility consider setting the full image url via the repository value below
|
||||||
repository:
|
# use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
|
||||||
|
# repository:
|
||||||
tag: v1.5.1
|
tag: v1.5.1
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
## Provide a priority class name to the webhook patching job
|
## Provide a priority class name to the webhook patching job
|
||||||
|
@ -639,8 +641,9 @@ defaultBackend:
|
||||||
image:
|
image:
|
||||||
registry: k8s.gcr.io
|
registry: k8s.gcr.io
|
||||||
image: defaultbackend-amd64
|
image: defaultbackend-amd64
|
||||||
# for backwards compatibility setting full image url via repository value
|
# for backwards compatibility consider setting the full image url via the repository value below
|
||||||
repository:
|
# use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
|
||||||
|
# repository:
|
||||||
tag: "1.5"
|
tag: "1.5"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# nobody user -> uid 65534
|
# nobody user -> uid 65534
|
||||||
|
|
Loading…
Reference in a new issue