Skip to content

Commit 2c7de74

Browse files
authored
chore(chart-deps): update cert-manager to version v1.19.3 (#2905)
1 parent 91dd1ef commit 2c7de74

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

apps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ appsInfo:
2323
integration: Argo CD is configured by App Platform to use the SSO provided by keycloak, and maps App Platform groups to Argo CD roles. The otomi-admin role is made super admin within Argo CD. The team-admin role has access to Argo CD and is admin of all team projects. Members of team roles are only allowed to administer their own projects. All Teams will automatically get access to a Git repo, and Argo CD is configured to listen to this repo. All a team has to do is to fill their repo with intended state, commit, and automation takes care of the rest.
2424
cert-manager:
2525
title: Cert-manager
26-
appVersion: 1.19.2
26+
appVersion: 1.19.3
2727
repo: https://github.com/cert-manager/cert-manager
2828
maintainers: The Linux Foundation
2929
relatedLinks:

chart/chart-index/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
version: 1.0.1
1313
repository: oci://ghcr.io/argoproj/argo-helm/argocd-image-updater
1414
- name: cert-manager
15-
version: v1.19.2
15+
version: v1.19.3
1616
repository: https://charts.jetstack.io
1717
- name: cloudnative-pg
1818
version: 0.27.0

charts/cert-manager/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ annotations:
66
fingerprint: 1020CF3C033D4F35BAE1C19E1226061C665DF13E
77
url: https://cert-manager.io/public-keys/cert-manager-keyring-2021-09-20-1020CF3C033D4F35BAE1C19E1226061C665DF13E.gpg
88
apiVersion: v2
9-
appVersion: v1.19.2
9+
appVersion: v1.19.3
1010
description: A Helm chart for cert-manager
1111
home: https://cert-manager.io
1212
icon: https://raw.githubusercontent.com/cert-manager/community/4d35a69437d21b76322157e6284be4cd64e6d2b7/logo/logo-small.png
@@ -23,4 +23,4 @@ maintainers:
2323
name: cert-manager
2424
sources:
2525
- https://github.com/cert-manager/cert-manager
26-
version: v1.19.2
26+
version: v1.19.3

charts/cert-manager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ helm install \
2626
cert-manager jetstack/cert-manager \
2727
--namespace cert-manager \
2828
--create-namespace \
29-
--version v1.19.2 \
29+
--version v1.19.3 \
3030
--set crds.enabled=true
3131
```
3232

0 commit comments

Comments
 (0)