Skip to content

Commit

Permalink
docs: bump cert manager version
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr committed Feb 29, 2024
1 parent 4eda2ca commit de2f2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The installation docs for cert manager can be found [here](https://cert-manager.
Alternatively, running the commands below will install cert manager into the `cert-manager` namespace.

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

Expand Down Expand Up @@ -94,4 +94,4 @@ kubectl delete namespace open-feature-operator-system

## What's next ?

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

0 comments on commit de2f2b5

Please sign in to comment.