Skip to content

Commit 6c8bd5c

Browse files
committed
docs: updated versions
Signed-off-by: Gabriele Bartolini <[email protected]>
1 parent b7ff08e commit 6c8bd5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ kubectl get deployment -n cnpg-system cnpg-controller-manager -o yaml \
2727
Example output:
2828

2929
```output
30-
image: ghcr.io/cloudnative-pg/cloudnative-pg:1.25.0
30+
image: ghcr.io/cloudnative-pg/cloudnative-pg:1.26.0
3131
```
3232

33-
Ensure that the version displayed is **1.25** or newer.
33+
Ensure that the version displayed is **1.26** or newer.
3434

3535
Then, use the [cmctl](https://cert-manager.io/docs/reference/cmctl/#installation)
3636
tool to confirm that `cert-manager` is correctly installed:
@@ -54,7 +54,7 @@ Use `kubectl` to apply the manifest for the latest commit in the `main` branch:
5454
<!-- x-release-please-start-version -->
5555
```sh
5656
kubectl apply -f \
57-
https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.2.0/manifest.yaml
57+
https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.3.0/manifest.yaml
5858
```
5959
<!-- x-release-please-end -->
6060

0 commit comments

Comments
 (0)