Skip to content

Commit

Permalink
feat(infra-apps): Update cert-manager from 1.13.0 to 1.13.1 (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Sep 28, 2023
1 parent 32620ee commit 8f3fbf9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.178.0
version: 0.179.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,7 +17,7 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "feat(argo-cd): Update from 2.8.3 to 2.8.4"
description: "feat(cert-manager): Update from 1.13.0 to 1.13.1"
links:
- name: Release Notes
url: https://github.com/argoproj/argo-cd/releases/tag/v2.8.4
url: https://github.com/cert-manager/cert-manager/releases/tag/v1.13.1
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.0
targetRevision: 1.13.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 8f3fbf9

Please sign in to comment.