From 1aef7be3fb6d023278fb17f9ec5beaa8944a76f1 Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Tue, 28 May 2024 21:10:32 -0700 Subject: [PATCH] helm clone specific branch Added instructions on how to clone a specific branch --- helm-chart/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/helm-chart/README.md b/helm-chart/README.md index cde69126d..aa4cc0143 100644 --- a/helm-chart/README.md +++ b/helm-chart/README.md @@ -23,6 +23,14 @@ git clone git@github.com:kubeshark/kubeshark.git --depth 1 cd kubeshark/helm-chart ``` +In case you want to clone a specific tag of the repo (e.g. `v52.3.59`): + +```shell +git clone git@github.com:kubeshark/kubeshark.git --depth 1 --branch +cd kubeshark/helm-chart +``` +> See the list of available tags here: https://github.com/kubeshark/kubeshark/tags + Render the templates ```shell