From ddc1a41b4eb43a1ef65779cdf4bd3e055cdd7d8a Mon Sep 17 00:00:00 2001 From: hairmare <116588+hairmare@users.noreply.github.com> Date: Fri, 17 May 2024 22:52:34 +0200 Subject: [PATCH] feat(infra-apps): Update nginx-ingress chart from 4.9.0 to 4.10.1 (#1228) --- charts/infra-apps/Chart.yaml | 18 ++++++++---------- charts/infra-apps/README.md | 4 ++-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index 4405ae7e5..842c7ae92 100644 --- a/charts/infra-apps/Chart.yaml +++ b/charts/infra-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: infra-apps description: Argo CD app-of-apps config for infrastructure components type: application -version: 0.202.0 +version: 0.203.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -19,14 +19,12 @@ annotations: artifacthub.io/changes: | - kind: changed description: | - feat: Update cert-manager from 1.14.3 to 1.14.5 + feat: Update nginx-ingress from 4.9.0 to 4.10.1 - Contains patches for CVE-2023-45288, CVE-2023-45288, and CVE-2024-24783. - - Other featuers add more flexibility in x509 cert fields, like creating - CA certs with "Name Constraints" or AIA extensions. + Updates the ingress controller to 1.10.1 and NGINX to 1.25 as well a a bunch of + dependencies and the base os. links: - - name: "cert-manager 1.14.4" - url: https://github.com/cert-manager/cert-manager/releases/tag/v1.14.4 - - name: "cert-manager 1.14.5" - url: https://github.com/cert-manager/cert-manager/releases/tag/v1.14.5 + - name: "controller 1.10.0" + url: https://github.com/kubernetes/ingress-nginx/blob/main/changelog/controller-1.10.0.md + - name: "controller 1.10.1" + url: https://github.com/kubernetes/ingress-nginx/blob/main/changelog/controller-1.10.1.md diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 52c342769..b1818795f 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.202.0](https://img.shields.io/badge/Version-0.202.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.203.0](https://img.shields.io/badge/Version-0.203.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for infrastructure components @@ -62,7 +62,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | ingressNginx.destination.namespace | string | `"infra-ingress"` | Namespace | | ingressNginx.enabled | bool | `false` | Configure nginx-ingress | | ingressNginx.repoURL | string | [repo](https://kubernetes.github.io/ingress-nginx) | Repo URL | -| ingressNginx.targetRevision | string | `"4.9.0"` | [ingress-nginx Helm chart](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx) version | +| ingressNginx.targetRevision | string | `"4.10.1"` | [ingress-nginx Helm chart](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx) version | | ingressNginx.values | object | [upstream values](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml) | Helm values | | kubeEventExporter | object | [example](./examples/kubernetes-event-exporter.yaml) | [kubernetes-event-exporter](https://github.com/resmoio/kubernetes-event-exporter) | | kubeEventExporter.annotations | object | `{}` | Annotations for kubernetes-event-exporter app | diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index eaa85a2f4..2ae38a35c 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -111,7 +111,7 @@ ingressNginx: # -- Chart chart: ingress-nginx # -- [ingress-nginx Helm chart](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx) version - targetRevision: 4.9.0 + targetRevision: 4.10.1 # -- Helm values # @default -- [upstream values](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml) values: {}