From af972abcb76f697232af1ae7540b354720a7b168 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Thu, 27 Jan 2022 13:04:42 +0530 Subject: [PATCH] chore(helm): using custom built openresty with monitoring support and increased worker connection Signed-off-by: Rajesh Rajendran --- scripts/helmcharts/openreplay/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/values.yaml b/scripts/helmcharts/openreplay/values.yaml index a3dae332f..7fcd4121e 100644 --- a/scripts/helmcharts/openreplay/values.yaml +++ b/scripts/helmcharts/openreplay/values.yaml @@ -87,7 +87,7 @@ nginx-ingress: # Using openresty because we need lua support, # and dynamic resolve config from local. # Ref: https://serverfault.com/questions/638822/nginx-resolver-address-from-etc-resolv-conf - repository: openresty/openresty + repository: rg.fr-par.scw.cloud/foss/openresty pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "buster"