From 94d1d27a43e73a34c04ea2eedac2c0e2b6e98b71 Mon Sep 17 00:00:00 2001 From: Archit Kulkarni Date: Tue, 13 Jun 2023 16:32:19 -0700 Subject: [PATCH] Add `helm update` command to chard validation step in release process Signed-off-by: Archit Kulkarni --- docs/release/helm-chart.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release/helm-chart.md b/docs/release/helm-chart.md index b7968f77e8..bd60b50ccf 100644 --- a/docs/release/helm-chart.md +++ b/docs/release/helm-chart.md @@ -27,7 +27,8 @@ You can validate the charts as follows: * Install charts from Helm repository. ```sh helm repo add kuberay https://ray-project.github.io/kuberay-helm/ - + helm repo update + # List all charts helm search repo kuberay