From 601066f8a4dbb2d185c2e733f4acfa34ac966395 Mon Sep 17 00:00:00 2001 From: Maciej Bak Date: Tue, 4 Jun 2024 14:12:32 +0200 Subject: [PATCH] Fix example command with upgrade to latest version. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Bąk --- docs/operator_upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator_upgrade.md b/docs/operator_upgrade.md index 7c71bcaf8..a95b8c691 100644 --- a/docs/operator_upgrade.md +++ b/docs/operator_upgrade.md @@ -165,7 +165,7 @@ kube-system clickhouse-operator 1 1 19h 0.17.0 If you want to update to the latest version, we can run following command: ``` -$ kubectl apply -n kube-system -f https://github.com/Altinity/clickhouse-operator/blob/master/deploy/operator/clickhouse-operator-install-bundle.yaml +$ kubectl apply -n kube-system -f https://github.com/Altinity/clickhouse-operator/raw/master/deploy/operator/clickhouse-operator-install-bundle.yaml ```