Skip to content

Commit

Permalink
fix: incorrect upgrade command (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored May 28, 2024
1 parent 9073a60 commit 7b44078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ helm upgrade --install <your-release> <chart> --values <your-values-file> -n <na
For example:

```console
helm upgrade --install mycluster greptime/greptimedb --values ./values.yaml
helm upgrade --install mycluster greptime/greptimedb-cluster --values ./values.yaml
```

To upgrade the CRDs, you can follow [the guide](charts/greptimedb-operator/README.md) of greptimedb-operator.
Expand Down

0 comments on commit 7b44078

Please sign in to comment.