diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index 574e98b42..f4128a672 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.186.0 +version: 0.187.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -15,14 +15,16 @@ dependencies: version: 0.9.0 repository: https://charts.adfinis.com annotations: + artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - kind: changed - description: "feat(argo-cd): Update from 2.9.0 to 2.9.1" + description: | + fix(cert-manager): Update from 1.13.1 to 1.13.2 + + fixes some CVE alerts and contains fixes for: + 1. a CertificateRequest runaway situation in case two Certificate resources point to the same Secret target resource + 2. a small bug in the Helm chart (feature gate options) + 3. a Venafi issuer bug links: - - name: GitHub Release 2.9.1 - url: https://github.com/argoproj/argo-cd/releases/tag/v2.9.1 - - kind: changed - description: "feat(argo-cd): Update helm chart from 5.51.0 to 5.51.2" - links: - - name: "fix: Add permission for Applications in any namespace" - url: https://github.com/argoproj/argo-helm/pull/2341 + - name: GitHub Release 1.13.2 + url: https://github.com/cert-manager/cert-manager/releases/tag/v1.13.2 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 26ab3b5a8..5e753f28a 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.186.0](https://img.shields.io/badge/Version-0.186.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.187.0](https://img.shields.io/badge/Version-0.187.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 @@ -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.13.1"` | [cert-manager Helm chart](https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager) version | +| certManager.targetRevision | string | `"1.13.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 9096e435f..9d61e8efa 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.13.1 + targetRevision: 1.13.2 # -- Helm values # @default -- [upstream values](https://github.com/cert-manager/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml) values: {}