From 416b34d2c569b0c2ab3bdd860c331dbfc1934bf7 Mon Sep 17 00:00:00 2001 From: Ravindra Kumar Date: Tue, 4 Aug 2026 10:13:23 +0530 Subject: [PATCH 1/2] Fix broken charts/ link on GitHub Pages landing page Replace the dead charts/ directory link with GitHub Releases and list all three available charts with install examples. Fixes #233 Signed-off-by: Ravindra Kumar --- index.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a47b80bf..82f97e1c 100644 --- a/index.html +++ b/index.html @@ -38,13 +38,21 @@

Usage

Update your local cache:

helm repo update
-

Install the chart:

+

Available Charts

+

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
+

Repository Contents