File tree 3 files changed +6
-22
lines changed
3 files changed +6
-22
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : chart-index
3
3
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.
8
4
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/)
13
5
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.
22
6
dependencies :
23
7
- name : argo-cd
24
8
version : 6.7.3
25
9
repository : https://argoproj.github.io/argo-helm
26
10
- name : cert-manager
27
- version : v1.11.4
11
+ version : v1.16.2
28
12
repository : https://charts.jetstack.io
29
13
- name : cloudnative-pg
30
14
version : 0.22.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ annotations:
6
6
fingerprint: 1020CF3C033D4F35BAE1C19E1226061C665DF13E
7
7
url: https://cert-manager.io/public-keys/cert-manager-keyring-2021-09-20-1020CF3C033D4F35BAE1C19E1226061C665DF13E.gpg
8
8
apiVersion : v2
9
- appVersion : v1.16.1
9
+ appVersion : v1.16.2
10
10
description : A Helm chart for cert-manager
11
11
home : https://cert-manager.io
12
12
icon : https://raw.githubusercontent.com/cert-manager/community/4d35a69437d21b76322157e6284be4cd64e6d2b7/logo/logo-small.png
@@ -23,4 +23,4 @@ maintainers:
23
23
name : cert-manager
24
24
sources :
25
25
- https://github.com/cert-manager/cert-manager
26
- version : v1.16.1
26
+ version : v1.16.2
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Before installing the chart, you must first install the cert-manager CustomResou
19
19
This is performed in a separate step to allow you to easily uninstall and reinstall cert-manager without deleting your installed custom resources.
20
20
21
21
``` 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
23
23
```
24
24
25
25
To install the chart with the release name ` cert-manager ` :
@@ -29,7 +29,7 @@ To install the chart with the release name `cert-manager`:
29
29
$ helm repo add jetstack https://charts.jetstack.io --force-update
30
30
31
31
## 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
33
33
```
34
34
35
35
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
65
65
delete the previously installed CustomResourceDefinition resources:
66
66
67
67
``` 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
69
69
```
70
70
71
71
## Configuration
You can’t perform that action at this time.
0 commit comments