Helm charts for Valkey on Kubernetes.
| Chart | Description |
|---|---|
| valkey | Standalone / replication without operator |
| valkey-operator | Installs the valkey-operator |
| valkey-resources | Operator managed CRs (ValkeyCluster) |
helm repo add valkey https://valkey.io/valkey-helm/
helm install valkey valkey/valkeyOperator managed cluster:
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