Skip to content

Commit

Permalink
Rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-chaffee committed Mar 12, 2024
1 parent 8b5342f commit b63bd12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ helm upgrade -i your-qdrant-installation-name qdrant/qdrant

## Upgrading

This helm chart installs the latest version of Qdrant by default. When a new version of Qdrant is available, simply upgrade the helm chart like this:
This helm chart installs the latest version of Qdrant by default. When a new version of Qdrant is available, upgrade the helm chart with the following commands:

```bash
helm repo update
helm upgrade your-qdrant-installation-name qdrant/qdrant
```

This command will perform a rolling upgrade of your Qdrant cluster, updating one node at a time.
This command performs a rolling upgrade of your Qdrant cluster, updating one node at a time.

If you have overridden the Qdrant image tag in `values.yaml`, you will also need to update that tag before running `helm upgrade`.

Expand Down

0 comments on commit b63bd12

Please sign in to comment.