From d7ba4bc90e56eed98ae0912f046d8f5818f20189 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Fri, 25 Oct 2024 14:03:50 +0300 Subject: [PATCH] upgrade cnpg --- cnpg-system/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnpg-system/README.md b/cnpg-system/README.md index f4227a3..91d5f1c 100644 --- a/cnpg-system/README.md +++ b/cnpg-system/README.md @@ -4,5 +4,5 @@ To deploy: ``` kubectl apply --server-side -f \ - https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.23/releases/cnpg-1.23.2.yaml + https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.24/releases/cnpg-1.24.1.yaml ```