From 43d33528e16d72cd134f73af3e9b653e1428dc12 Mon Sep 17 00:00:00 2001 From: Goran Date: Sun, 30 May 2021 22:00:25 +0200 Subject: [PATCH] Commented by default deprecated repository key/value pair (#7174) --- charts/ingress-nginx/values.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml index 0f66c48ef..83bec742e 100644 --- a/charts/ingress-nginx/values.yaml +++ b/charts/ingress-nginx/values.yaml @@ -12,8 +12,9 @@ controller: image: registry: k8s.gcr.io image: ingress-nginx/controller - # for backwards compatibility setting full image url via repository value - repository: + # for backwards compatibility consider setting the full image url via the repository value below + # use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail + # repository: tag: "v0.46.0" digest: sha256:52f0058bed0a17ab0fb35628ba97e8d52b5d32299fbc03cc0f6c7b9ff036b61a pullPolicy: IfNotPresent @@ -519,8 +520,9 @@ controller: image: registry: docker.io image: jettech/kube-webhook-certgen - # for backwards compatibility setting full image url via repository value - repository: + # for backwards compatibility consider setting the full image url via the repository value below + # use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail + # repository: tag: v1.5.1 pullPolicy: IfNotPresent ## Provide a priority class name to the webhook patching job @@ -639,8 +641,9 @@ defaultBackend: image: registry: k8s.gcr.io image: defaultbackend-amd64 - # for backwards compatibility setting full image url via repository value - repository: + # for backwards compatibility consider setting the full image url via the repository value below + # use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail + # repository: tag: "1.5" pullPolicy: IfNotPresent # nobody user -> uid 65534