From 5332de8e066b0e09f8470fc4cc24d4dcf8148960 Mon Sep 17 00:00:00 2001 From: hongzhouzi <36416216+hongzhouzi@users.noreply.github.com> Date: Sun, 29 Jan 2023 10:20:10 +0800 Subject: [PATCH] feat: upgrade ingress nginx version. (#5490) Signed-off-by: hongzhouzi --- build/ks-controller-manager/Dockerfile | 2 +- config/gateway/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/ks-controller-manager/Dockerfile b/build/ks-controller-manager/Dockerfile index eb77e51b8..cf732be0e 100644 --- a/build/ks-controller-manager/Dockerfile +++ b/build/ks-controller-manager/Dockerfile @@ -5,7 +5,7 @@ # Download dependencies FROM alpine:3.16.2 as base_os_context -ARG INGRESS_NGINX_VERSION=4.0.13 +ARG INGRESS_NGINX_VERSION=4.2.5 ENV OUTDIR=/out RUN mkdir -p ${OUTDIR}/var/helm-charts diff --git a/config/gateway/values.yaml b/config/gateway/values.yaml index e14e067e1..e42d15b5c 100644 --- a/config/gateway/values.yaml +++ b/config/gateway/values.yaml @@ -12,7 +12,7 @@ controller: namespace: "" # defaults to .Release.Namespace image: repository: kubesphere/nginx-ingress-controller - tag: "v1.1.0" + tag: "v1.3.1" pullPolicy: IfNotPresent digest: "" # add configuration of forwarding tcp/udp traffic