From 686bf55fd006d3d4bd96380a1e50611a29a4321a Mon Sep 17 00:00:00 2001 From: Lucas Date: Tue, 22 Nov 2022 13:51:24 +0100 Subject: [PATCH] feat(infra-apps): upgrade ingress from 4.2.* to 4.4.0 --- charts/infra-apps/Chart.yaml | 10 +++++----- charts/infra-apps/README.md | 4 ++-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index 271da9480..1e09cf1f8 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.128.0 +version: 0.129.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -17,12 +17,12 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "chore(argo-cd): Consolidated GPG configuration" + description: "feat(ingress): Release 1.4.0" links: - name: GitHub PR - url: https://github.com/argoproj/argo-helm/pull/1609 + url: https://github.com/kubernetes/ingress-nginx/pull/9108 - kind: changed - description: "fix(argo-cd): Invalid argocd-gpg-keys-cm template" + description: "feat(ingress): release 1.5.1" links: - name: GitHub PR - url: https://github.com/argoproj/argo-helm/pull/1656 + url: https://github.com/kubernetes/ingress-nginx/pull/9280 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 7f3d0ffaa..be45bea17 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.128.0](https://img.shields.io/badge/Version-0.128.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.129.0](https://img.shields.io/badge/Version-0.129.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.2.*"` | [ingress-nginx Helm chart](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx) version | +| ingressNginx.targetRevision | string | `"4.4.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/opsgenie/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 fc31e8506..90c1c7e87 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.2.* + targetRevision: 4.4.0 # -- Helm values # @default -- [upstream values](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml) values: {}