Update nginx-ingress chart version to 0.12.0
parent
8b865389b7
commit
d1168c0727
|
@ -25,7 +25,12 @@ questions:
|
|||
- variable: controller.appprotect.enable
|
||||
default: false
|
||||
description: "Enable the App Protect module in the Ingress Controller."
|
||||
label: Enable the App Protect.
|
||||
label: Enable the App Protect module.
|
||||
type: boolean
|
||||
- variable: controller.appprotectdos.enable
|
||||
default: false
|
||||
description: "Enable the App Protect DoS module in the Ingress Controller."
|
||||
label: Enable the App Protect DoS module.
|
||||
type: boolean
|
||||
- variable: controller.image.repository
|
||||
default: nginx/nginx-ingress
|
||||
|
@ -34,7 +39,7 @@ questions:
|
|||
label: NGINX Ingress Controller Image Repository
|
||||
required: true
|
||||
- variable: controller.image.tag
|
||||
default: 2.0.0
|
||||
default: 2.1.0
|
||||
description: "The tag of the Ingress controller image."
|
||||
type: string
|
||||
label: NGINX Ingress Controller Image Tag
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
+ catalog.cattle.io/release-name: nginx-ingress-controller
|
||||
+ catalog.cattle.io/display-name: NGINX Ingress Controller
|
||||
apiVersion: v1
|
||||
appVersion: 2.0.0
|
||||
appVersion: 2.1.0
|
||||
description: NGINX Ingress Controller
|
||||
@@ -6,7 +10,7 @@
|
||||
keywords:
|
||||
- ingress
|
||||
- nginx
|
||||
-kubeVersion: '>= 1.19.0-0'
|
||||
+kubeVersion: "1.19 - 1.22"
|
||||
+kubeVersion: "1.19 - 1.23"
|
||||
maintainers:
|
||||
- email: kubernetes@nginx.com
|
||||
name: nginxinc
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://helm.nginx.com/stable/nginx-ingress-0.11.0.tgz
|
||||
url: https://helm.nginx.com/stable/nginx-ingress-0.12.0.tgz
|
||||
packageVersion: 00
|
||||
|
|
Loading…
Reference in New Issue