From 30f979c03bed81d81e6f25a222144b093f9d83e5 Mon Sep 17 00:00:00 2001 From: David Alberto <295731+dalbertom@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:13:42 -0700 Subject: [PATCH] Update repo url in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 627eafa..b806646 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ sxt-node helm chart repository For installation on Kubernetes we have created a helm chart sxt-node-chart. Adding Helm repository with following command: ``` - helm repo add sxt-charts https://spaceandtimelabs.github.io/sxt-node-chart-repo + helm repo add sxt-charts https://spaceandtimelabs.github.io/sxt-node-helm-charts helm repo update sxt-charts helm search repo sxt-charts --versions ```