Incorrect link to helm chart packages (#2161)

Fixed link and added some formatting
This commit is contained in:
Nico Coetzee 2023-11-13 08:19:08 +01:00 committed by GitHub
parent 3b458c21ee
commit cc064a2582
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -15,3 +15,4 @@
* **[Elle Y](https://github.com/inohime)**
* **[ATM SALEH](https://github.com/ATM-SALEH)**
* **[Leonardo Mello](https://github.com/lsvmello)**
* **[Nico Coetzee](https://github.com/nicc777)**

View file

@ -17,13 +17,14 @@ Kubernetes: `>=1.23.0-0`
## Installing from a pre-packaged OCI
Pick a version from https://github.com/dragonflydb/dragonfly/pkgs/container/dragonfly/helm/dragonfly
Pick a version from https://github.com/dragonflydb/dragonfly/pkgs/container/dragonfly%2Fhelm%2Fdragonfly
Example:
E.g. VERSION=v0.15.0
```shell
VERSION=v1.12.1
helm upgrade --install dragonfly oci://ghcr.io/dragonflydb/dragonfly/helm/dragonfly --version $VERSION
```
## Values