This commit is contained in:
2023-09-12 00:15:01 -04:00
parent 6791df6e32
commit 5e6af8e00b
2 changed files with 3 additions and 3 deletions

View File

@@ -150,11 +150,11 @@ good. Just finnicky when you have use cases they haven't explicitly coded for).
```bash ```bash
helm repo add jetstack https://charts.jetstack.io helm repo add jetstack https://charts.jetstack.io
helm repo update helm repo update
helm install \ helm upgrade --install \
cert-manager jetstack/cert-manager \ cert-manager jetstack/cert-manager \
--namespace cert-manager \ --namespace cert-manager \
--create-namespace \ --create-namespace \
--version v1.11.0 \ --version v1.12.4 \
--set installCRDs=true --set installCRDs=true
``` ```

View File

@@ -4,7 +4,7 @@
image: image:
repository: coredns/coredns repository: coredns/coredns
tag: "1.9.4" tag: "1.11.1"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.