You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project provides a [Carvel package](https://carvel.dev/kapp-controller/docs/latest/packaging) for [Cert Manager](https://cert-manager.io), a cloud-native solution to automatically provision and manage TLS certificates in Kubernetes.
4
6
5
7
## Prerequisites
@@ -29,7 +31,7 @@ Then, install the Cert Manager package.
29
31
```shell
30
32
kctrl package install -i cert-manager \
31
33
-p cert-manager.packages.kadras.io \
32
-
-v 1.10.1+kadras.1 \
34
+
-v 1.10.1+kadras.2 \
33
35
-n kadras-packages
34
36
```
35
37
@@ -68,7 +70,7 @@ Then, pass the file when installing the package.
68
70
```shell
69
71
kctrl package install -i cert-manager \
70
72
-p cert-manager.packages.kadras.io \
71
-
-v 1.10.1+kadras.1 \
73
+
-v 1.10.1+kadras.2 \
72
74
-n kadras-packages \
73
75
--values-file values.yml
74
76
```
@@ -112,6 +114,6 @@ This package is based on the original Cert Manager package used in [Tanzu Commun
112
114
113
115
## Supply Chain Security
114
116
115
-
This project is compliant with level 2 of the [SLSA Framework](https://slsa.dev).
117
+
This project is compliant with level 3 of the [SLSA Framework](https://slsa.dev).
0 commit comments