Skip to content

Commit 106904b

Browse files
authored
chore(infra-apps): update cert-manager from 1.16.1 to 1.16.2 (#1343)
1 parent 525d7ae commit 106904b

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

charts/infra-apps/Chart.yaml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: infra-apps
33
description: Argo CD app-of-apps config for infrastructure components
44
type: application
5-
version: 0.224.0
5+
version: 0.224.1
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -18,16 +18,11 @@ annotations:
1818
artifacthub.io/containsSecurityUpdates: "false"
1919
artifacthub.io/changes: |
2020
- kind: changed
21-
description: "feat: Update Argo CD from 2.13.0 to 2.13.1"
21+
description: "chore: Update cert-manager from 1.16.1 to 1.16.2"
2222
links:
23-
- name: "Argo CD 2.13.1 Release"
24-
url: https://github.com/argoproj/argo-cd/releases/tag/v2.13.1
25-
- kind: changed
26-
description: "feat: Update Argo CD Helm chart from 7.7.0 to 7.7.5"
27-
links:
28-
- name: "chore: Update redis-ha"
29-
url: https://github.com/argoproj/argo-helm/pull/3026
30-
- name: "chore: Update Redis Image"
31-
url: https://github.com/argoproj/argo-helm/pull/3023
32-
- name: "feat: honorLabels config for ServiceMonitors"
33-
url: https://github.com/argoproj/argo-helm/pull/3018
23+
- name: "cert-manager 1.16.2 Release"
24+
url: "https://github.com/cert-manager/cert-manager/releases/tag/v1.16.2"
25+
- name: "Restrict max size of PEM inputs"
26+
url: https://github.com/cert-manager/cert-manager/pull/7401
27+
- name: "Bump go + base images"
28+
url: https://github.com/cert-manager/cert-manager/pull/7431

charts/infra-apps/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/infra-apps/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ certManager:
4242
# -- Chart
4343
chart: cert-manager
4444
# -- [cert-manager Helm chart](https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager) version
45-
targetRevision: 1.16.1
45+
targetRevision: 1.16.2
4646
# -- Helm values
4747
# @default -- [upstream values](https://github.com/cert-manager/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml)
4848
values: {}

0 commit comments

Comments
 (0)