From cfb02ad7547ccd4ea218229197546c74e94367cd Mon Sep 17 00:00:00 2001 From: Lucas Date: Tue, 23 Jan 2024 15:48:56 +0100 Subject: [PATCH] feat(infra-apps): Update ingress-nginx from 1.9.4 to 1.9.5 --- charts/infra-apps/Chart.yaml | 21 ++++++++++----------- charts/infra-apps/README.md | 4 ++-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index 69548119e..a7cb1e05a 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.192.0 +version: 0.193.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -15,18 +15,17 @@ dependencies: version: 0.9.1 repository: https://charts.adfinis.com annotations: + artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - kind: security - description: "fix: update Argo CD from 2.9.3 to 2.9.4" + description: "feat: Update controller from 1.9.4 to 1.9.5" links: - - name: Github Release - url: https://github.com/argoproj/argo-cd/releases/tag/v2.9.4 + - name: "Controller Releaase 1.9.5" + url: https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.9.5 + - name: Rapid Reset Patch + url: https://github.com/kubernetes/ingress-nginx/pull/10499 - kind: changed - description: "feat: Update Helm chart from 5.51.6 to 5.53.1" + description: "feat: Update ingress-nginx chart from 4.8.3 to 4.9.0" links: - - name: "feat: Use new Argo CD extension mechanism" - url: https://github.com/argoproj/argo-helm/pull/2406 - - name: "feat: Add optional mapping of argocd-repo-server emptydir to custom volumes" - url: https://github.com/argoproj/argo-helm/pull/2410 - - name: "chore: DRY cleanup of ServiceAccounts" - url: https://github.com/argoproj/argo-helm/pull/2409 + - name: Chart Update PR + url: https://github.com/kubernetes/ingress-nginx/pull/10795 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 63ad353fe..bbcabe634 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.192.0](https://img.shields.io/badge/Version-0.192.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.193.0](https://img.shields.io/badge/Version-0.193.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.8.3"` | [ingress-nginx Helm chart](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx) version | +| ingressNginx.targetRevision | string | `"4.9.0"` | [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 7cc17c270..555286922 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.8.3 + targetRevision: 4.9.0 # -- Helm values # @default -- [upstream values](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml) values: {}