From 6a099e7b2b0d2667340a469493d07221b38f6010 Mon Sep 17 00:00:00 2001 From: svcAPLBot <174728082+svcAPLBot@users.noreply.github.com> Date: Tue, 10 Mar 2026 00:51:43 +0000 Subject: [PATCH] chore(chart-deps): update ingress-nginx to version 4.15.0 --- apps.yaml | 2 +- chart/chart-index/Chart.yaml | 2 +- charts/ingress-nginx/Chart.yaml | 6 +++--- charts/ingress-nginx/README.md | 12 ++++++------ charts/ingress-nginx/changelog/helm-chart-4.13.5.md | 9 +++++++++ charts/ingress-nginx/changelog/helm-chart-4.13.6.md | 9 +++++++++ charts/ingress-nginx/changelog/helm-chart-4.13.7.md | 9 +++++++++ charts/ingress-nginx/changelog/helm-chart-4.13.8.md | 9 +++++++++ charts/ingress-nginx/changelog/helm-chart-4.14.4.md | 9 +++++++++ charts/ingress-nginx/changelog/helm-chart-4.15.0.md | 9 +++++++++ charts/ingress-nginx/values.yaml | 10 +++++----- 11 files changed, 70 insertions(+), 16 deletions(-) create mode 100644 charts/ingress-nginx/changelog/helm-chart-4.13.5.md create mode 100644 charts/ingress-nginx/changelog/helm-chart-4.13.6.md create mode 100644 charts/ingress-nginx/changelog/helm-chart-4.13.7.md create mode 100644 charts/ingress-nginx/changelog/helm-chart-4.13.8.md create mode 100644 charts/ingress-nginx/changelog/helm-chart-4.14.4.md create mode 100644 charts/ingress-nginx/changelog/helm-chart-4.15.0.md diff --git a/apps.yaml b/apps.yaml index 26c86365db..01347e0cf1 100644 --- a/apps.yaml +++ b/apps.yaml @@ -87,7 +87,7 @@ appsInfo: integration: Harbor can be enabled to provide each team with a private registry. Harbor has been made user and tenant aware. App Platform runs automated tasks that take care of creating a project in Harbor for each team, creating a bot-account for each team, and creating a Kubernetes pull secret in the team namespace to enable pulling of images out of the local registry. ingress-nginx: title: Ingress-NGINX - appVersion: 1.14.3 + appVersion: 1.15.0 repo: https://github.com/kubernetes/ingress-nginx maintainers: NGINX relatedLinks: diff --git a/chart/chart-index/Chart.yaml b/chart/chart-index/Chart.yaml index 05722c4a99..6968723607 100644 --- a/chart/chart-index/Chart.yaml +++ b/chart/chart-index/Chart.yaml @@ -38,7 +38,7 @@ dependencies: version: 1.18.2 repository: https://helm.goharbor.io - name: ingress-nginx - version: 4.14.3 + version: 4.15.0 repository: https://kubernetes.github.io/ingress-nginx - name: base alias: istio-base diff --git a/charts/ingress-nginx/Chart.yaml b/charts/ingress-nginx/Chart.yaml index f558aa3c97..c7984f960c 100644 --- a/charts/ingress-nginx/Chart.yaml +++ b/charts/ingress-nginx/Chart.yaml @@ -1,9 +1,9 @@ annotations: artifacthub.io/changes: | - - Update Ingress-Nginx version controller-v1.14.3 + - Update Ingress-Nginx version controller-v1.15.0 artifacthub.io/prerelease: "false" apiVersion: v2 -appVersion: 1.14.3 +appVersion: 1.15.0 description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer home: https://github.com/kubernetes/ingress-nginx @@ -20,4 +20,4 @@ maintainers: name: ingress-nginx sources: - https://github.com/kubernetes/ingress-nginx -version: 4.14.3 +version: 4.15.0 diff --git a/charts/ingress-nginx/README.md b/charts/ingress-nginx/README.md index c2b428e6c5..49371e2b71 100644 --- a/charts/ingress-nginx/README.md +++ b/charts/ingress-nginx/README.md @@ -2,7 +2,7 @@ [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer -![Version: 4.14.3](https://img.shields.io/badge/Version-4.14.3-informational?style=flat-square) ![AppVersion: 1.14.3](https://img.shields.io/badge/AppVersion-1.14.3-informational?style=flat-square) +![Version: 4.15.0](https://img.shields.io/badge/Version-4.15.0-informational?style=flat-square) ![AppVersion: 1.15.0](https://img.shields.io/badge/AppVersion-1.15.0-informational?style=flat-square) To use, add `ingressClassName: nginx` spec field or the `kubernetes.io/ingress.class: nginx` annotation to your Ingress resources. @@ -275,10 +275,10 @@ metadata: | controller.admissionWebhooks.namespaceSelector | object | `{}` | | | controller.admissionWebhooks.objectSelector | object | `{}` | | | controller.admissionWebhooks.patch.enabled | bool | `true` | | -| controller.admissionWebhooks.patch.image.digest | string | `"sha256:7c74a715af2c94cb734785b4d3ea1357b4f02b88e1e123c622a9cb68b62f669c"` | | +| controller.admissionWebhooks.patch.image.digest | string | `"sha256:d7e8257f8d8bce64b6df55f81fba92011a6a77269b3350f8b997b152af348dba"` | | | controller.admissionWebhooks.patch.image.image | string | `"ingress-nginx/kube-webhook-certgen"` | | | controller.admissionWebhooks.patch.image.pullPolicy | string | `"IfNotPresent"` | | -| controller.admissionWebhooks.patch.image.tag | string | `"v1.6.7"` | | +| controller.admissionWebhooks.patch.image.tag | string | `"v1.6.8"` | | | controller.admissionWebhooks.patch.labels | object | `{}` | Labels to be added to patch job resources | | controller.admissionWebhooks.patch.networkPolicy.enabled | bool | `false` | Enable 'networkPolicy' or not | | controller.admissionWebhooks.patch.nodeSelector."kubernetes.io/os" | string | `"linux"` | | @@ -349,8 +349,8 @@ metadata: | controller.hostname | object | `{}` | Optionally customize the pod hostname. | | controller.image.allowPrivilegeEscalation | bool | `false` | | | controller.image.chroot | bool | `false` | | -| controller.image.digest | string | `"sha256:82917be97c0939f6ada1717bb39aa7e66c229d6cfb10dcfc8f1bd42f9efe0f81"` | | -| controller.image.digestChroot | string | `"sha256:ffdab64d0e0556f810d82d618a0fa97c4fc8dc2bc5717c51bfe83b5d4252c73e"` | | +| controller.image.digest | string | `"sha256:4eea9a4cc2cb6ddcb7da14d377aaf452e68bd3dbe87fe280755d225c4d5e7e4e"` | | +| controller.image.digestChroot | string | `"sha256:8f3634837abc5c739baff6527934e08131e095317d69bf64d168e07aef53ac12"` | | | controller.image.image | string | `"ingress-nginx/controller"` | | | controller.image.pullPolicy | string | `"IfNotPresent"` | | | controller.image.readOnlyRootFilesystem | bool | `false` | | @@ -358,7 +358,7 @@ metadata: | controller.image.runAsNonRoot | bool | `true` | | | controller.image.runAsUser | int | `101` | This value must not be changed using the official image. uid=101(www-data) gid=82(www-data) groups=82(www-data) | | controller.image.seccompProfile.type | string | `"RuntimeDefault"` | | -| controller.image.tag | string | `"v1.14.3"` | | +| controller.image.tag | string | `"v1.15.0"` | | | controller.ingressClass | string | `"nginx"` | For backwards compatibility with ingress.class annotation, use ingressClass. Algorithm is as follows, first ingressClassName is considered, if not present, controller looks for ingress.class annotation | | controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). | | controller.ingressClassResource | object | `{"aliases":[],"annotations":{},"controllerValue":"k8s.io/ingress-nginx","default":false,"enabled":true,"name":"nginx","parameters":{}}` | This section refers to the creation of the IngressClass resource. IngressClasses are immutable and cannot be changed after creation. We do not support namespaced IngressClasses, yet, so a ClusterRole and a ClusterRoleBinding is required. | diff --git a/charts/ingress-nginx/changelog/helm-chart-4.13.5.md b/charts/ingress-nginx/changelog/helm-chart-4.13.5.md new file mode 100644 index 0000000000..41a117b480 --- /dev/null +++ b/charts/ingress-nginx/changelog/helm-chart-4.13.5.md @@ -0,0 +1,9 @@ +# Changelog + +This file documents all notable changes to [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Helm Chart. The release numbering uses [semantic versioning](http://semver.org). + +### 4.13.5 + +* Update Ingress-Nginx version controller-v1.13.5 + +**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.13.4...helm-chart-4.13.5 diff --git a/charts/ingress-nginx/changelog/helm-chart-4.13.6.md b/charts/ingress-nginx/changelog/helm-chart-4.13.6.md new file mode 100644 index 0000000000..1610c3b1b9 --- /dev/null +++ b/charts/ingress-nginx/changelog/helm-chart-4.13.6.md @@ -0,0 +1,9 @@ +# Changelog + +This file documents all notable changes to [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Helm Chart. The release numbering uses [semantic versioning](http://semver.org). + +### 4.13.6 + +* Update Ingress-Nginx version controller-v1.13.6 + +**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.13.5...helm-chart-4.13.6 diff --git a/charts/ingress-nginx/changelog/helm-chart-4.13.7.md b/charts/ingress-nginx/changelog/helm-chart-4.13.7.md new file mode 100644 index 0000000000..5c25460b06 --- /dev/null +++ b/charts/ingress-nginx/changelog/helm-chart-4.13.7.md @@ -0,0 +1,9 @@ +# Changelog + +This file documents all notable changes to [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Helm Chart. The release numbering uses [semantic versioning](http://semver.org). + +### 4.13.7 + +* Update Ingress-Nginx version controller-v1.13.7 + +**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.13.6...helm-chart-4.13.7 diff --git a/charts/ingress-nginx/changelog/helm-chart-4.13.8.md b/charts/ingress-nginx/changelog/helm-chart-4.13.8.md new file mode 100644 index 0000000000..bb62d8d0dc --- /dev/null +++ b/charts/ingress-nginx/changelog/helm-chart-4.13.8.md @@ -0,0 +1,9 @@ +# Changelog + +This file documents all notable changes to [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Helm Chart. The release numbering uses [semantic versioning](http://semver.org). + +### 4.13.8 + +* Update Ingress-Nginx version controller-v1.13.8 + +**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.13.7...helm-chart-4.13.8 diff --git a/charts/ingress-nginx/changelog/helm-chart-4.14.4.md b/charts/ingress-nginx/changelog/helm-chart-4.14.4.md new file mode 100644 index 0000000000..3647c9885a --- /dev/null +++ b/charts/ingress-nginx/changelog/helm-chart-4.14.4.md @@ -0,0 +1,9 @@ +# Changelog + +This file documents all notable changes to [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Helm Chart. The release numbering uses [semantic versioning](http://semver.org). + +### 4.14.4 + +* Update Ingress-Nginx version controller-v1.14.4 + +**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.14.3...helm-chart-4.14.4 diff --git a/charts/ingress-nginx/changelog/helm-chart-4.15.0.md b/charts/ingress-nginx/changelog/helm-chart-4.15.0.md new file mode 100644 index 0000000000..47cb77a19e --- /dev/null +++ b/charts/ingress-nginx/changelog/helm-chart-4.15.0.md @@ -0,0 +1,9 @@ +# Changelog + +This file documents all notable changes to [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Helm Chart. The release numbering uses [semantic versioning](http://semver.org). + +### 4.15.0 + +* Update Ingress-Nginx version controller-v1.15.0 + +**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.14.0...helm-chart-4.15.0 diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml index 7316a8a13b..01e2fec9de 100644 --- a/charts/ingress-nginx/values.yaml +++ b/charts/ingress-nginx/values.yaml @@ -30,9 +30,9 @@ controller: ## for backwards compatibility consider setting the full image url via the repository value below ## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail ## repository: - tag: "v1.14.3" - digest: sha256:82917be97c0939f6ada1717bb39aa7e66c229d6cfb10dcfc8f1bd42f9efe0f81 - digestChroot: sha256:ffdab64d0e0556f810d82d618a0fa97c4fc8dc2bc5717c51bfe83b5d4252c73e + tag: "v1.15.0" + digest: sha256:4eea9a4cc2cb6ddcb7da14d377aaf452e68bd3dbe87fe280755d225c4d5e7e4e + digestChroot: sha256:8f3634837abc5c739baff6527934e08131e095317d69bf64d168e07aef53ac12 pullPolicy: IfNotPresent runAsNonRoot: true # -- This value must not be changed using the official image. @@ -853,8 +853,8 @@ controller: ## for backwards compatibility consider setting the full image url via the repository value below ## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail ## repository: - tag: v1.6.7 - digest: sha256:7c74a715af2c94cb734785b4d3ea1357b4f02b88e1e123c622a9cb68b62f669c + tag: v1.6.8 + digest: sha256:d7e8257f8d8bce64b6df55f81fba92011a6a77269b3350f8b997b152af348dba pullPolicy: IfNotPresent # -- Provide a priority class name to the webhook patching job ##