feat: upgrade ingress nginx version. (#5490)
Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user