Skip to content

Commit 2e59477

Browse files
authored
docs: bump cert manager version
Signed-off-by: Michael Beemer <[email protected]>
1 parent de2f2b5 commit 2e59477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quick_start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kind create cluster -n kind
1818
#### 2. Install cert-manager
1919

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

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

0 commit comments

Comments
 (0)