Skip to content

Commit bfeb0a0

Browse files
svcAPLBotAni1357
andauthored
chore(chart-deps): update cert-manager to version v1.16.2 (#1874)
Co-authored-by: Ani Argjiri <[email protected]>
1 parent 2c0e39f commit bfeb0a0

File tree

3 files changed

+6
-22
lines changed

3 files changed

+6
-22
lines changed

chart/chart-index/Chart.yaml

+1-17
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,14 @@
11
apiVersion: v2
22
name: chart-index
33
description: APL chart index
4-
5-
# Library charts provide useful utilities or functions for the chart developer. They're included as
6-
# a dependency of application charts to inject those utilities and functions into the rendering
7-
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
84
type: library
9-
10-
# This is the chart version. This version number should be incremented each time you make changes
11-
# to the chart and its templates, including the app version.
12-
# Versions are expected to follow Semantic Versioning (https://semver.org/)
135
version: 0.1.0
14-
15-
# # This is the version number of the application being deployed. This version number should be
16-
# # incremented each time you make changes to the application. Versions are not expected to
17-
# # follow Semantic Versioning. They should reflect the version the application is using.
18-
# # It is recommended to use it with quotes.
19-
# appVersion: "1.16.0"
20-
21-
# The below dependencies are used to download Helm chart archive to the charts directory. Note that charts directory is a symlink.
226
dependencies:
237
- name: argo-cd
248
version: 6.7.3
259
repository: https://argoproj.github.io/argo-helm
2610
- name: cert-manager
27-
version: v1.11.4
11+
version: v1.16.2
2812
repository: https://charts.jetstack.io
2913
- name: cloudnative-pg
3014
version: 0.22.1

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

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.1/cert-manager.crds.yaml
22+
$ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.16.2/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.1 jetstack/cert-manager
32+
$ helm install cert-manager --namespace cert-manager --version v1.16.2 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.1/cert-manager.crds.yaml
68+
$ kubectl delete -f https://github.com/cert-manager/cert-manager/releases/download/v1.16.2/cert-manager.crds.yaml
6969
```
7070

7171
## Configuration

0 commit comments

Comments
 (0)