This GitHub Pages site hosts a Helm repository for Valkey.
Add this repo to Helm:
helm repo add valkey https://valkey.io/valkey-helm/
Update your local cache:
helm repo update
Install the standalone Valkey chart:
helm install valkey valkey/valkey
Install the Valkey operator:
helm install valkey-operator valkey/valkey-operator \
-n valkey-operator-system --create-namespace
Install an operator-managed ValkeyCluster:
helm install my-cluster valkey/valkey-resources -n valkey --create-namespace