Skip to content

Commit

Permalink
fix(infra-apps): Update cert-manager from 1.16.0 to 1.16.1 (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Oct 14, 2024
1 parent 0ccaa4a commit 0de4014
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 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.221.0
version: 0.221.1
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -18,7 +18,9 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: changed
description: "fix: Update cert-manager from 1.15.1 to 1.16.0"
description: "fix: Update cert-manager from 1.16.0 to 1.16.1"
links:
- name: "cert-manager: 1.16.1"
url: https://github.com/cert-manager/cert-manager/releases/tag/v1.16.1
- name: "cert-manager: 1.16.0"
url: https://cert-manager.io/docs/releases/release-notes/release-notes-1.16/
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.16.0
targetRevision: 1.16.1
# -- 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 0de4014

Please sign in to comment.