Update nginx-ingress chart version to 0.14.0

pull/464/head
Ciara Stacke 2022-07-13 10:34:30 +01:00
parent 018475b176
commit 8119f822a3
3 changed files with 10 additions and 4 deletions

View File

@ -39,7 +39,7 @@ questions:
label: NGINX Ingress Controller Image Repository
required: true
- variable: controller.image.tag
default: 2.2.0
default: 2.3.0
description: "The tag of the Ingress controller image."
type: string
label: NGINX Ingress Controller Image Tag
@ -103,6 +103,12 @@ questions:
label: Enable cert manager for Virtual Server resources
type: boolean
group: "Settings"
- variable: controller.enableExternalDNS
default: false
description: "Enables external-dns for Virtual Server resources."
label: Enable external-dns 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,14 +6,14 @@
+ catalog.cattle.io/release-name: nginx-ingress-controller
+ catalog.cattle.io/display-name: NGINX Ingress Controller
apiVersion: v1
appVersion: 2.2.0
appVersion: 2.3.0
description: NGINX Ingress Controller
@@ -6,7 +10,7 @@
keywords:
- ingress
- nginx
-kubeVersion: '>= 1.19.0-0'
+kubeVersion: "1.19 - 1.23"
+kubeVersion: "1.19-0 - 1.24-0"
maintainers:
- email: kubernetes@nginx.com
name: nginxinc

View File

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