Skip to content

Commit ac592bc

Browse files
author
robot
committed
robot: project ingress-nginx chart upgrades from 4.13.2 to 4.14.0
Signed-off-by: robot <[email protected]>
1 parent 88333f0 commit ac592bc

25 files changed

+424
-27
lines changed

charts/ingress-nginx/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export DAOCLOUD_REPO_PROJECT=addon
33
export REPO_URL=https://kubernetes.github.io/ingress-nginx
44
export REPO_NAME=ingress-nginx
55
export CHART_NAME=ingress-nginx
6-
export VERSION=4.13.2
6+
export VERSION=4.14.0
77

88
export UPGRADE_METHOD=pr
99
export UPGRADE_REVIWER=lou-lan

charts/ingress-nginx/ingress-nginx/Chart.yaml

Lines changed: 4 additions & 4 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.13.2
3+
- Update Ingress-Nginx version controller-v1.14.0
44
artifacthub.io/prerelease: "false"
55
apiVersion: v2
6-
appVersion: 1.13.2
6+
appVersion: 1.14.0
77
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
88
home: https://github.com/kubernetes/ingress-nginx
99
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
@@ -20,8 +20,8 @@ maintainers:
2020
name: ingress-nginx
2121
sources:
2222
- https://github.com/kubernetes/ingress-nginx
23-
version: 4.13.2
23+
version: 4.14.0
2424
dependencies:
2525
- name: ingress-nginx
26-
version: "4.13.2"
26+
version: "4.14.0"
2727
repository: "https://kubernetes.github.io/ingress-nginx"

charts/ingress-nginx/ingress-nginx/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.13.2
3+
- Update Ingress-Nginx version controller-v1.14.0
44
artifacthub.io/prerelease: "false"
55
apiVersion: v2
6-
appVersion: 1.13.2
6+
appVersion: 1.14.0
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.13.2
23+
version: 4.14.0

charts/ingress-nginx/ingress-nginx/charts/ingress-nginx/README.md

Lines changed: 13 additions & 7 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.13.2](https://img.shields.io/badge/Version-4.13.2-informational?style=flat-square) ![AppVersion: 1.13.2](https://img.shields.io/badge/AppVersion-1.13.2-informational?style=flat-square)
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)
66

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

@@ -264,6 +264,8 @@ metadata:
264264
| controller.admissionWebhooks.createSecretJob.name | string | `"create"` | |
265265
| controller.admissionWebhooks.createSecretJob.resources | object | `{}` | |
266266
| controller.admissionWebhooks.createSecretJob.securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsGroup":65532,"runAsNonRoot":true,"runAsUser":65532,"seccompProfile":{"type":"RuntimeDefault"}}` | Security context for secret creation containers |
267+
| controller.admissionWebhooks.createSecretJob.volumeMounts | list | `[]` | Volume mounts for secret creation containers |
268+
| controller.admissionWebhooks.createSecretJob.volumes | list | `[]` | Volumes for secret creation pod |
267269
| controller.admissionWebhooks.enabled | bool | `true` | |
268270
| controller.admissionWebhooks.extraEnvs | list | `[]` | Additional environment variables to set |
269271
| controller.admissionWebhooks.failurePolicy | string | `"Fail"` | Admission Webhook failure policy to use |
@@ -273,10 +275,10 @@ metadata:
273275
| controller.admissionWebhooks.namespaceSelector | object | `{}` | |
274276
| controller.admissionWebhooks.objectSelector | object | `{}` | |
275277
| controller.admissionWebhooks.patch.enabled | bool | `true` | |
276-
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:050a34002d5bb4966849c880c56c91f5320372564245733b33d4b3461b4dbd24"` | |
278+
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:bcfc926ed57831edf102d62c5c0e259572591df4796ef1420b87f9cf6092497f"` | |
277279
| controller.admissionWebhooks.patch.image.image | string | `"ingress-nginx/kube-webhook-certgen"` | |
278280
| controller.admissionWebhooks.patch.image.pullPolicy | string | `"IfNotPresent"` | |
279-
| controller.admissionWebhooks.patch.image.tag | string | `"v1.6.2"` | |
281+
| controller.admissionWebhooks.patch.image.tag | string | `"v1.6.4"` | |
280282
| controller.admissionWebhooks.patch.labels | object | `{}` | Labels to be added to patch job resources |
281283
| controller.admissionWebhooks.patch.networkPolicy.enabled | bool | `false` | Enable 'networkPolicy' or not |
282284
| controller.admissionWebhooks.patch.nodeSelector."kubernetes.io/os" | string | `"linux"` | |
@@ -295,6 +297,8 @@ metadata:
295297
| controller.admissionWebhooks.patchWebhookJob.name | string | `"patch"` | |
296298
| controller.admissionWebhooks.patchWebhookJob.resources | object | `{}` | |
297299
| controller.admissionWebhooks.patchWebhookJob.securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsGroup":65532,"runAsNonRoot":true,"runAsUser":65532,"seccompProfile":{"type":"RuntimeDefault"}}` | Security context for webhook patch containers |
300+
| controller.admissionWebhooks.patchWebhookJob.volumeMounts | list | `[]` | Volume mounts for webhook patch containers |
301+
| controller.admissionWebhooks.patchWebhookJob.volumes | list | `[]` | Volumes for webhook patch pod |
298302
| controller.admissionWebhooks.port | int | `8443` | |
299303
| controller.admissionWebhooks.service.annotations | object | `{}` | |
300304
| controller.admissionWebhooks.service.externalIPs | list | `[]` | |
@@ -331,7 +335,7 @@ metadata:
331335
| controller.extraArgs | object | `{}` | Additional command line arguments to pass to Ingress-Nginx Controller E.g. to specify the default SSL certificate you can use |
332336
| controller.extraContainers | list | `[]` | Additional containers to be added to the controller pod. See https://github.com/lemonldap-ng-controller/lemonldap-ng-controller as example. |
333337
| controller.extraEnvs | list | `[]` | Additional environment variables to set |
334-
| controller.extraInitContainers | list | `[]` | Containers, which are run before the app containers are started. |
338+
| controller.extraInitContainers | list | `[]` | Containers, which are run before the app containers are started. Values may contain Helm templates. |
335339
| controller.extraModules | list | `[]` | Modules, which are mounted into the core nginx image. |
336340
| controller.extraVolumeMounts | list | `[]` | Additional volumeMounts to the controller main container. |
337341
| controller.extraVolumes | list | `[]` | Additional volumes to the controller pod. |
@@ -345,16 +349,16 @@ metadata:
345349
| controller.hostname | object | `{}` | Optionally customize the pod hostname. |
346350
| controller.image.allowPrivilegeEscalation | bool | `false` | |
347351
| controller.image.chroot | bool | `false` | |
348-
| controller.image.digest | string | `"sha256:1f7eaeb01933e719c8a9f4acd8181e555e582330c7d50f24484fb64d2ba9b2ef"` | |
349-
| controller.image.digestChroot | string | `"sha256:2beb2139c53d6bcb9c8b11d68b412a6a1aa1de3a7e6040695848b0ce997b2be8"` | |
352+
| controller.image.digest | string | `"sha256:e4127065d0317bd11dc64c4dd38dcf7fb1c3d72e468110b4086e636dbaac943d"` | |
353+
| controller.image.digestChroot | string | `"sha256:d0158a50630981a945325c15a638e52c2d0691bc528caf5c04d2cf2051c5665f"` | |
350354
| controller.image.image | string | `"ingress-nginx/controller"` | |
351355
| controller.image.pullPolicy | string | `"IfNotPresent"` | |
352356
| controller.image.readOnlyRootFilesystem | bool | `false` | |
353357
| 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) |
354358
| controller.image.runAsNonRoot | bool | `true` | |
355359
| 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) |
356360
| controller.image.seccompProfile.type | string | `"RuntimeDefault"` | |
357-
| controller.image.tag | string | `"v1.13.2"` | |
361+
| controller.image.tag | string | `"v1.14.0"` | |
358362
| 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 |
359363
| controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
360364
| 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. |
@@ -413,6 +417,7 @@ metadata:
413417
| controller.metrics.serviceMonitor.relabelings | list | `[]` | |
414418
| controller.metrics.serviceMonitor.sampleLimit | int | `0` | Defines a per-scrape limit on the number of scraped samples that will be accepted. |
415419
| controller.metrics.serviceMonitor.scrapeInterval | string | `"30s"` | |
420+
| controller.metrics.serviceMonitor.scrapeTimeout | string | `""` | Timeout after which the scrape is ended. Not being set if empty and therefore defaults to the global Prometheus scrape timeout. |
416421
| controller.metrics.serviceMonitor.targetLabels | list | `[]` | |
417422
| controller.metrics.serviceMonitor.targetLimit | int | `0` | Defines a limit on the number of scraped targets that will be accepted. |
418423
| controller.minAvailable | int | `1` | Minimum available pods set in PodDisruptionBudget. Define either 'minAvailable' or 'maxUnavailable', never both. |
@@ -439,6 +444,7 @@ metadata:
439444
| controller.readinessProbe.timeoutSeconds | int | `1` | |
440445
| controller.replicaCount | int | `1` | |
441446
| controller.reportNodeInternalIp | bool | `false` | Bare-metal considerations via the host network https://kubernetes.github.io/ingress-nginx/deploy/baremetal/#via-the-host-network Ingress status was blank because there is no Service exposing the Ingress-Nginx Controller in a configuration using the host network, the default --publish-service flag used in standard cloud setups does not apply |
447+
| controller.resizePolicy | list | `[]` | Resize policy for controller containers. Ref: https://kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources |
442448
| controller.resources.requests.cpu | string | `"100m"` | |
443449
| controller.resources.requests.memory | string | `"90Mi"` | |
444450
| controller.runtimeClassName | string | `""` | Instruct the kubelet to use the named RuntimeClass to run the pod |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.12.5
6+
7+
* Make: Add `helm-test` target. (#13660)
8+
* Update Ingress-Nginx version controller-v1.12.5
9+
10+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.12.4...helm-chart-4.12.5
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.12.6
6+
7+
* Update Ingress-Nginx version controller-v1.12.6
8+
9+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.12.5...helm-chart-4.12.6
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.12.7
6+
7+
* Update Ingress-Nginx version controller-v1.12.7
8+
9+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.12.7...helm-chart-4.12.7
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.12.8
6+
7+
* Update Ingress-Nginx version controller-v1.12.8
8+
9+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.12.7...helm-chart-4.12.8
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.13.3
6+
7+
* Update Ingress-Nginx version controller-v1.13.3
8+
9+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.13.2...helm-chart-4.13.3
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.13.4
6+
7+
* Update Ingress-Nginx version controller-v1.13.4
8+
9+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.13.3...helm-chart-4.13.4

0 commit comments

Comments
 (0)