Skip to content

Commit 7d78be9

Browse files
svcAPLBotAni1357
andauthored
chore(chart-deps): update cert-manager to version v1.16.3 (#1896)
Co-authored-by: Ani Argjiri <[email protected]>
1 parent 84748ed commit 7d78be9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

chart/chart-index/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
version: 6.7.3
99
repository: https://argoproj.github.io/argo-helm
1010
- name: cert-manager
11-
version: v1.16.2
11+
version: v1.16.3
1212
repository: https://charts.jetstack.io
1313
- name: cloudnative-pg
1414
version: 0.23.0

charts/cert-manager/Chart.yaml

+2-2
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.16.2
9+
appVersion: v1.16.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.16.2
26+
version: v1.16.3

charts/cert-manager/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Before installing the chart, you must first install the cert-manager CustomResou
1919
This is performed in a separate step to allow you to easily uninstall and reinstall cert-manager without deleting your installed custom resources.
2020

2121
```bash
22-
$ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.16.2/cert-manager.crds.yaml
22+
$ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.16.3/cert-manager.crds.yaml
2323
```
2424

2525
To install the chart with the release name `cert-manager`:
@@ -29,7 +29,7 @@ To install the chart with the release name `cert-manager`:
2929
$ helm repo add jetstack https://charts.jetstack.io --force-update
3030

3131
## Install the cert-manager helm chart
32-
$ helm install cert-manager --namespace cert-manager --version v1.16.2 jetstack/cert-manager
32+
$ helm install cert-manager --namespace cert-manager --version v1.16.3 jetstack/cert-manager
3333
```
3434

3535
In order to begin issuing certificates, you will need to set up a ClusterIssuer
@@ -65,7 +65,7 @@ If you want to completely uninstall cert-manager from your cluster, you will als
6565
delete the previously installed CustomResourceDefinition resources:
6666

6767
```console
68-
$ kubectl delete -f https://github.com/cert-manager/cert-manager/releases/download/v1.16.2/cert-manager.crds.yaml
68+
$ kubectl delete -f https://github.com/cert-manager/cert-manager/releases/download/v1.16.3/cert-manager.crds.yaml
6969
```
7070

7171
## Configuration

0 commit comments

Comments
 (0)