This commit is contained in:
2024-04-14 00:51:19 +02:00
parent 7ed9b159d9
commit 3f5ea711ac

View File

@ -335,7 +335,7 @@ One applied, use `hcloud load-balancer list` to get the public IP of the load ba
First we need to install cert-manager for proper distributed SSL management. First install CRDs manually.
```sh
ka https://github.com/cert-manager/cert-manager/releases/download/v1.12.3/cert-manager.crds.yaml
ka https://github.com/cert-manager/cert-manager/releases/download/v1.14.4/cert-manager.crds.yaml
```
Then apply the following Terraform code.
@ -351,7 +351,7 @@ resource "kubernetes_namespace_v1" "cert_manager" {
resource "helm_release" "cert_manager" {
chart = "cert-manager"
version = "v1.12.3"
version = "v1.14.4"
repository = "https://charts.jetstack.io"
name = "cert-manager"