From fe4785f5061bb33651bb9bf3ac73658c984bfeda Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Mon, 12 May 2025 12:20:45 +0200 Subject: [PATCH] Update the inatallation path Signed-off-by: Marco Nenciarini --- web/docs/installation.md | 2 +- web/versioned_docs/version-0.4.0/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/docs/installation.md b/web/docs/installation.md index bbab23b..7dfa73c 100644 --- a/web/docs/installation.md +++ b/web/docs/installation.md @@ -63,7 +63,7 @@ release: ```sh kubectl apply -f \ - https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.3.0/manifest.yaml + https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.4.0/manifest.yaml ``` diff --git a/web/versioned_docs/version-0.4.0/installation.md b/web/versioned_docs/version-0.4.0/installation.md index bbab23b..7dfa73c 100644 --- a/web/versioned_docs/version-0.4.0/installation.md +++ b/web/versioned_docs/version-0.4.0/installation.md @@ -63,7 +63,7 @@ release: ```sh kubectl apply -f \ - https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.3.0/manifest.yaml + https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.4.0/manifest.yaml ```