Skip to content

Commit

Permalink
Merge pull request #1432 from realyota/upgrade-doc-fix
Browse files Browse the repository at this point in the history
Fix example command with upgrade to latest version.
  • Loading branch information
alex-zaitsev authored Jun 4, 2024
2 parents bbbf66a + 601066f commit ed8f7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit ed8f7f0

Please sign in to comment.