From 106904b5d41be6ab5290c0cccb97749893a3c17b Mon Sep 17 00:00:00 2001 From: Carlo Field Date: Wed, 4 Dec 2024 09:04:09 +0100 Subject: [PATCH] chore(infra-apps): update cert-manager from 1.16.1 to 1.16.2 (#1343) --- charts/infra-apps/Chart.yaml | 21 ++++++++------------- charts/infra-apps/README.md | 4 ++-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 11 insertions(+), 16 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index bf12b10b..7e6022d4 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.224.0 +version: 0.224.1 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -18,16 +18,11 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - kind: changed - description: "feat: Update Argo CD from 2.13.0 to 2.13.1" + description: "chore: Update cert-manager from 1.16.1 to 1.16.2" links: - - name: "Argo CD 2.13.1 Release" - url: https://github.com/argoproj/argo-cd/releases/tag/v2.13.1 - - kind: changed - description: "feat: Update Argo CD Helm chart from 7.7.0 to 7.7.5" - links: - - name: "chore: Update redis-ha" - url: https://github.com/argoproj/argo-helm/pull/3026 - - name: "chore: Update Redis Image" - url: https://github.com/argoproj/argo-helm/pull/3023 - - name: "feat: honorLabels config for ServiceMonitors" - url: https://github.com/argoproj/argo-helm/pull/3018 + - name: "cert-manager 1.16.2 Release" + url: "https://github.com/cert-manager/cert-manager/releases/tag/v1.16.2" + - name: "Restrict max size of PEM inputs" + url: https://github.com/cert-manager/cert-manager/pull/7401 + - name: "Bump go + base images" + url: https://github.com/cert-manager/cert-manager/pull/7431 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 3e1db5f3..6a882fae 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.224.0](https://img.shields.io/badge/Version-0.224.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.224.1](https://img.shields.io/badge/Version-0.224.1-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 @@ -38,7 +38,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | certManager.destination.namespace | string | `"infra-certmanager"` | Namespace | | certManager.enabled | bool | `false` | Enable cert-manager | | certManager.repoURL | string | [repo](https://charts.jetstack.io) | Repo URL | -| certManager.targetRevision | string | `"1.16.1"` | [cert-manager Helm chart](https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager) version | +| certManager.targetRevision | string | `"1.16.2"` | [cert-manager Helm chart](https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager) version | | certManager.values | object | [upstream values](https://github.com/cert-manager/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml) | Helm values | | certManagerIssuers | object | [example](./examples/cert-manager-issuers.yaml) | [cert-manager-issuers](https://cert-manager.io/docs/configuration/) | | certManagerIssuers.annotations | object | `{}` | Annotations for cert-manager-issuers app | diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index be91580b..64e0fcb8 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -42,7 +42,7 @@ certManager: # -- Chart chart: cert-manager # -- [cert-manager Helm chart](https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager) version - targetRevision: 1.16.1 + targetRevision: 1.16.2 # -- Helm values # @default -- [upstream values](https://github.com/cert-manager/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml) values: {}