Skip to content

Commit

Permalink
fix(infra-apps): Update cert-manager from 1.13.1 to 1.13.2 (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Nov 22, 2023
1 parent 158cc27 commit b7d23c6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
20 changes: 11 additions & 9 deletions charts/infra-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions charts/infra-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit b7d23c6

Please sign in to comment.