Skip to content

Commit 222cd89

Browse files
authored
chore(chart-deps): update ingress-nginx to version 4.14.1 (#2776)
1 parent 936ee70 commit 222cd89

File tree

7 files changed

+26
-17
lines changed

7 files changed

+26
-17
lines changed

apps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ appsInfo:
8787
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.
8888
ingress-nginx:
8989
title: Ingress-NGINX
90-
appVersion: 1.14.0
90+
appVersion: 1.14.1
9191
repo: https://github.com/kubernetes/ingress-nginx
9292
maintainers: NGINX
9393
relatedLinks:

chart/chart-index/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies:
3838
version: 1.18.0
3939
repository: https://helm.goharbor.io
4040
- name: ingress-nginx
41-
version: 4.14.0
41+
version: 4.14.1
4242
repository: https://kubernetes.github.io/ingress-nginx
4343
- name: base
4444
alias: istio-base

charts/ingress-nginx/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
annotations:
22
artifacthub.io/changes: |
3-
- Update Ingress-Nginx version controller-v1.14.0
3+
- Update Ingress-Nginx version controller-v1.14.1
44
artifacthub.io/prerelease: "false"
55
apiVersion: v2
6-
appVersion: 1.14.0
6+
appVersion: 1.14.1
77
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and
88
load balancer
99
home: https://github.com/kubernetes/ingress-nginx
@@ -20,4 +20,4 @@ maintainers:
2020
name: ingress-nginx
2121
sources:
2222
- https://github.com/kubernetes/ingress-nginx
23-
version: 4.14.0
23+
version: 4.14.1

charts/ingress-nginx/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[ingress-nginx](https://github.com/kubernetes/ingress-nginx) Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
44

5-
![Version: 4.14.0](https://img.shields.io/badge/Version-4.14.0-informational?style=flat-square) ![AppVersion: 1.14.0](https://img.shields.io/badge/AppVersion-1.14.0-informational?style=flat-square)
5+
![Version: 4.14.1](https://img.shields.io/badge/Version-4.14.1-informational?style=flat-square) ![AppVersion: 1.14.1](https://img.shields.io/badge/AppVersion-1.14.1-informational?style=flat-square)
66

77
To use, add `ingressClassName: nginx` spec field or the `kubernetes.io/ingress.class: nginx` annotation to your Ingress resources.
88

@@ -275,10 +275,10 @@ metadata:
275275
| controller.admissionWebhooks.namespaceSelector | object | `{}` | |
276276
| controller.admissionWebhooks.objectSelector | object | `{}` | |
277277
| controller.admissionWebhooks.patch.enabled | bool | `true` | |
278-
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:bcfc926ed57831edf102d62c5c0e259572591df4796ef1420b87f9cf6092497f"` | |
278+
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:03a00eb0e255e8a25fa49926c24cde0f7e12e8d072c445cdf5136ec78b546285"` | |
279279
| controller.admissionWebhooks.patch.image.image | string | `"ingress-nginx/kube-webhook-certgen"` | |
280280
| controller.admissionWebhooks.patch.image.pullPolicy | string | `"IfNotPresent"` | |
281-
| controller.admissionWebhooks.patch.image.tag | string | `"v1.6.4"` | |
281+
| controller.admissionWebhooks.patch.image.tag | string | `"v1.6.5"` | |
282282
| controller.admissionWebhooks.patch.labels | object | `{}` | Labels to be added to patch job resources |
283283
| controller.admissionWebhooks.patch.networkPolicy.enabled | bool | `false` | Enable 'networkPolicy' or not |
284284
| controller.admissionWebhooks.patch.nodeSelector."kubernetes.io/os" | string | `"linux"` | |
@@ -349,16 +349,16 @@ metadata:
349349
| controller.hostname | object | `{}` | Optionally customize the pod hostname. |
350350
| controller.image.allowPrivilegeEscalation | bool | `false` | |
351351
| controller.image.chroot | bool | `false` | |
352-
| controller.image.digest | string | `"sha256:e4127065d0317bd11dc64c4dd38dcf7fb1c3d72e468110b4086e636dbaac943d"` | |
353-
| controller.image.digestChroot | string | `"sha256:d0158a50630981a945325c15a638e52c2d0691bc528caf5c04d2cf2051c5665f"` | |
352+
| controller.image.digest | string | `"sha256:f95a79b85fb93ac3de752c71a5c27d5ceae10a18b61904dec224c1c6a4581e47"` | |
353+
| controller.image.digestChroot | string | `"sha256:29840e06768457b82ef0a9f70bdde03b3b9c42e84a9d78dd6f179326848c1a88"` | |
354354
| controller.image.image | string | `"ingress-nginx/controller"` | |
355355
| controller.image.pullPolicy | string | `"IfNotPresent"` | |
356356
| controller.image.readOnlyRootFilesystem | bool | `false` | |
357357
| controller.image.runAsGroup | int | `82` | This value must not be changed using the official image. uid=101(www-data) gid=82(www-data) groups=82(www-data) |
358358
| controller.image.runAsNonRoot | bool | `true` | |
359359
| 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) |
360360
| controller.image.seccompProfile.type | string | `"RuntimeDefault"` | |
361-
| controller.image.tag | string | `"v1.14.0"` | |
361+
| controller.image.tag | string | `"v1.14.1"` | |
362362
| 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 |
363363
| controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
364364
| 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. |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
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+
5+
### 4.14.1
6+
7+
* Update Ingress-Nginx version controller-v1.14.1
8+
9+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.14.0...helm-chart-4.14.1

charts/ingress-nginx/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ options:
22
# Ignore Prow provided substitutions.
33
substitution_option: ALLOW_LOOSE
44
steps:
5-
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079
5+
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20251110-7ccd542560
66
dir: charts
77
env:
88
- NAME=ingress-nginx

charts/ingress-nginx/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ controller:
3030
## for backwards compatibility consider setting the full image url via the repository value below
3131
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
3232
## repository:
33-
tag: "v1.14.0"
34-
digest: sha256:e4127065d0317bd11dc64c4dd38dcf7fb1c3d72e468110b4086e636dbaac943d
35-
digestChroot: sha256:d0158a50630981a945325c15a638e52c2d0691bc528caf5c04d2cf2051c5665f
33+
tag: "v1.14.1"
34+
digest: sha256:f95a79b85fb93ac3de752c71a5c27d5ceae10a18b61904dec224c1c6a4581e47
35+
digestChroot: sha256:29840e06768457b82ef0a9f70bdde03b3b9c42e84a9d78dd6f179326848c1a88
3636
pullPolicy: IfNotPresent
3737
runAsNonRoot: true
3838
# -- This value must not be changed using the official image.
@@ -853,8 +853,8 @@ controller:
853853
## for backwards compatibility consider setting the full image url via the repository value below
854854
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
855855
## repository:
856-
tag: v1.6.4
857-
digest: sha256:bcfc926ed57831edf102d62c5c0e259572591df4796ef1420b87f9cf6092497f
856+
tag: v1.6.5
857+
digest: sha256:03a00eb0e255e8a25fa49926c24cde0f7e12e8d072c445cdf5136ec78b546285
858858
pullPolicy: IfNotPresent
859859
# -- Provide a priority class name to the webhook patching job
860860
##

0 commit comments

Comments
 (0)