Skip to content

Commit de2f2b5

Browse files
authored
docs: bump cert manager version
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
1 parent 4eda2ca commit de2f2b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The installation docs for cert manager can be found [here](https://cert-manager.
77
Alternatively, running the commands below will install cert manager into the `cert-manager` namespace.
88

99
```sh
10-
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.13.2/cert-manager.yaml &&
10+
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.3/cert-manager.yaml &&
1111
kubectl wait --for=condition=Available=True deploy --all -n 'cert-manager'
1212
```
1313

@@ -94,4 +94,4 @@ kubectl delete namespace open-feature-operator-system
9494

9595
## What's next ?
9696

97-
- Follow quick start guide to install custom resources and validate operator behavior: [Quick Start](./quick_start.md)
97+
- Follow quick start guide to install custom resources and validate operator behavior: [Quick Start](./quick_start.md)

0 commit comments

Comments
 (0)