upgrade ingress nginx version

This commit is contained in:
chaunceyjiang
2021-12-17 11:37:08 +08:00
parent e1df8bc5bb
commit a80c94e352
4 changed files with 5 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ spec:
{{- with .Values.controller.image }}
{{- toYaml . | nindent 6 }}
{{- end }}
watchIngressWithoutClass: true
publishService:
enabled: {{ eq .Values.service.type "LoadBalancer" }}

View File

@@ -12,7 +12,7 @@ controller:
namespace: "" # defaults to .Release.Namespace
image:
repository: kubesphere/nginx-ingress-controller
tag: "v0.48.1"
tag: "v1.1.0"
pullPolicy: IfNotPresent
digest: ""