Helm charts for Valkey on Kubernetes.
| Chart | Description |
|---|---|
| valkey | Standalone, replication, or cluster deployments managed directly by Helm |
| valkey-operator | Installs the valkey-operator for operator-managed clusters |
| valkey-resources | Installs operator-managed CRs (ValkeyCluster) |
helm repo add valkey https://valkey.io/valkey-helm/
helm install valkey valkey/valkeyCluster mode can be deployed directly with the valkey chart:
helm install my-cluster valkey/valkey --set cluster.enabled=true --set cluster.persistence.size=5GiAlternatively, deploy an operator-managed cluster with the valkey-operator and valkey-resources charts:
helm install valkey-operator valkey/valkey-operator -n valkey-operator-system --create-namespace
helm install my-cluster valkey/valkey-resources -n valkeyThese charts bootstrap Valkey using the Helm package manager.
- Kubernetes 1.20+
- Helm 3.5+
| Name | |
|---|---|
| mk-raven | maikebit at gmail.com |
| sgissi | silvio at gissilabs.com |
| jdheyburn | joseph.heyburn at braze.com |
| Bloodraven21 | ishanij10115 at gmail.com |
You can also provide feedback or join the conversation with other developers, users, and contributors on the #Valkey-helm Slack channel.
BSD 3-Clause License