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