mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
Update README.md (#778)
* Update README.md Signed-off-by: ashotland <ari@dragonflydb.io> * Document installing from remote OCI package Signed-off-by: ashotland <ari@dragonflydb.io> --------- Signed-off-by: ashotland <ari@dragonflydb.io>
This commit is contained in:
parent
6f1e49120e
commit
1dd4148f64
1 changed files with 11 additions and 0 deletions
|
@ -14,6 +14,17 @@ Dragonfly is a modern in-memory datastore, fully compatible with Redis and Memca
|
|||
|
||||
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
|
||||
|
||||
|
||||
E.g. VERSION=v0.15.0
|
||||
|
||||
helm upgrade --install dragonfly oci://ghcr.io/dragonflydb/dragonfly/helm/dragonfly --version $VERSION
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue