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:
ashotland 2023-02-12 13:26:43 +02:00 committed by GitHub
parent 6f1e49120e
commit 1dd4148f64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 |