Update nginx-ingress chart version to 0.15.0

pull/527/head
shaungpatrick 2022-10-06 12:03:50 +01:00
parent 9da7700cc3
commit 94fa8e3718
No known key found for this signature in database
GPG Key ID: 03BB6F4E48E149C3
3 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@ questions:
label: NGINX Ingress Controller Image Repository
required: true
- variable: controller.image.tag
default: 2.3.0
default: 2.4.0
description: "The tag of the Ingress controller image."
type: string
label: NGINX Ingress Controller Image Tag
@ -111,7 +111,7 @@ questions:
group: "Settings"
- variable: controller.watchNamespace
default: ""
description: "Namespace to watch for Ingress resources. By default the Ingress controller watches all namespaces."
description: "Comma-separated list of namespaces to watch for Ingress resources. By default the Ingress controller watches all namespaces."
label: Watch Namespace
type: string
group: "Settings"

View File

@ -5,15 +5,15 @@
+ catalog.cattle.io/certified: partner
+ catalog.cattle.io/release-name: nginx-ingress-controller
+ catalog.cattle.io/display-name: NGINX Ingress Controller
apiVersion: v1
appVersion: 2.3.0
apiVersion: v2
appVersion: 2.4.0
description: NGINX Ingress Controller
@@ -6,7 +10,7 @@
keywords:
- ingress
- nginx
-kubeVersion: '>= 1.19.0-0'
+kubeVersion: "1.19-0 - 1.24-0"
+kubeVersion: "1.19-0 - 1.25-0"
maintainers:
- email: kubernetes@nginx.com
name: nginxinc

View File

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