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 authored Feb 29, 2024
1 parent de2f2b5 commit 2e59477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kind create cluster -n kind
#### 2. Install cert-manager

```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 @@ -187,4 +187,4 @@ If you are facing errors or if things are not working,
- Learn more about core concepts behind operator: [concepts](./concepts.md)
- Lean more abour different feature flag sources supported: [FeatureFlagSource](./feature_flag_source.md)
- Learn more about flagd flag definitions and configurations: [flag definition documentation](https://github.com/open-feature/flagd/blob/main/docs/configuration/flag_configuration.md)
- Read detailed installation instructions: [installation guide](./installation.md)
- Read detailed installation instructions: [installation guide](./installation.md)

0 comments on commit 2e59477

Please sign in to comment.