From 873fb6f7f070069d90821fe4cc7a7b5c32b8aca7 Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Wed, 7 Jul 2021 09:28:30 +0200 Subject: [PATCH] added repo update reference (#5) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf90b1a..1bf3af6 100644 --- a/README.md +++ b/README.md @@ -19,5 +19,6 @@ To install Helm, refer to the [Helm install guide](https://github.com/helm/helm# ```bash $ helm repo add allegroai https://allegroai.github.io/clearml-helm-charts $ helm search repo allegroai +$ helm repo update $ helm install my-release allegroai/ ```