From f64464de5847bc8aec2d1f2a261d91194d4b6505 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Tue, 12 Jul 2022 11:38:43 +0200 Subject: [PATCH] chore(helm): ingress-nginx update image to latest Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay/values.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/helmcharts/openreplay/values.yaml b/scripts/helmcharts/openreplay/values.yaml index 57f3a1432..92a932aad 100644 --- a/scripts/helmcharts/openreplay/values.yaml +++ b/scripts/helmcharts/openreplay/values.yaml @@ -94,3 +94,12 @@ nginx-ingress: ingress-nginx: enabled: true + controller: + name: controller + image: + registry: k8s.gcr.io + image: ingress-nginx/controller + ## 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.2.1"