Update nginx-ingress chart version to 2.2.0

pull/388/head
Ciara Stacke 2022-04-13 09:57:20 +01:00
parent bd587a6ff6
commit 5949498141
3 changed files with 15 additions and 3 deletions

View File

@ -39,7 +39,7 @@ questions:
label: NGINX Ingress Controller Image Repository
required: true
- variable: controller.image.tag
default: 2.1.0
default: 2.2.0
description: "The tag of the Ingress controller image."
type: string
label: NGINX Ingress Controller Image Tag
@ -91,6 +91,18 @@ questions:
label: Create GlobalConfiguration Custom Resource
type: boolean
group: "Settings"
- variable: controller.enableOIDC
default: false
description: "Enables OIDC policies."
label: Enable OIDC policies
type: boolean
group: "Settings"
- variable: controller.enableCertManager
default: false
description: "Enables cert manager for Virtual Server resources."
label: Enable cert manager for Virtual Server resources
type: boolean
group: "Settings"
- variable: controller.watchNamespace
default: ""
description: "Namespace to watch for Ingress resources. By default the Ingress controller watches all namespaces."

View File

@ -6,7 +6,7 @@
+ catalog.cattle.io/release-name: nginx-ingress-controller
+ catalog.cattle.io/display-name: NGINX Ingress Controller
apiVersion: v1
appVersion: 2.1.0
appVersion: 2.2.0
description: NGINX Ingress Controller
@@ -6,7 +10,7 @@
keywords:

View File

@ -1,2 +1,2 @@
url: https://helm.nginx.com/stable/nginx-ingress-0.12.0.tgz
url: https://helm.nginx.com/stable/nginx-ingress-0.13.0.tgz
packageVersion: 00