Skip to content

Commit

Permalink
chore(infra-apps): update cert-manager from 1.16.1 to 1.16.2 (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfi2017 authored Dec 4, 2024
1 parent 525d7ae commit 106904b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
21 changes: 8 additions & 13 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.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
Expand All @@ -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
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.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: {}
Expand Down

0 comments on commit 106904b

Please sign in to comment.