From 6c8bd5c779919b38fd51c599db213ec83f08b738 Mon Sep 17 00:00:00 2001 From: Gabriele Bartolini Date: Wed, 30 Apr 2025 12:14:38 +0200 Subject: [PATCH] docs: updated versions Signed-off-by: Gabriele Bartolini --- web/docs/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/docs/installation.md b/web/docs/installation.md index 7a05e23..88cba3a 100644 --- a/web/docs/installation.md +++ b/web/docs/installation.md @@ -27,10 +27,10 @@ kubectl get deployment -n cnpg-system cnpg-controller-manager -o yaml \ Example output: ```output -image: ghcr.io/cloudnative-pg/cloudnative-pg:1.25.0 +image: ghcr.io/cloudnative-pg/cloudnative-pg:1.26.0 ``` -Ensure that the version displayed is **1.25** or newer. +Ensure that the version displayed is **1.26** or newer. Then, use the [cmctl](https://cert-manager.io/docs/reference/cmctl/#installation) 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: ```sh kubectl apply -f \ - https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.2.0/manifest.yaml + https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.3.0/manifest.yaml ```