diff --git a/packages/nginx-ingress/generated-changes/overlay/questions.yaml b/packages/nginx-ingress/generated-changes/overlay/questions.yaml index b32669513..3c0a1ceb7 100644 --- a/packages/nginx-ingress/generated-changes/overlay/questions.yaml +++ b/packages/nginx-ingress/generated-changes/overlay/questions.yaml @@ -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 diff --git a/packages/nginx-ingress/generated-changes/patch/Chart.yaml.patch b/packages/nginx-ingress/generated-changes/patch/Chart.yaml.patch index 0bc8fef05..ba118fb09 100644 --- a/packages/nginx-ingress/generated-changes/patch/Chart.yaml.patch +++ b/packages/nginx-ingress/generated-changes/patch/Chart.yaml.patch @@ -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 diff --git a/packages/nginx-ingress/package.yaml b/packages/nginx-ingress/package.yaml index 47ea68d7a..3002fca49 100644 --- a/packages/nginx-ingress/package.yaml +++ b/packages/nginx-ingress/package.yaml @@ -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