From 44fef1cc2176256ef417ac21cce6f7c5c4b0d11e Mon Sep 17 00:00:00 2001 From: Piotr Zaniewski Date: Mon, 3 Feb 2025 14:12:05 +0100 Subject: [PATCH 1/2] chore(usage): upgrade helm install commands --- docs/pages/usage.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/pages/usage.mdx b/docs/pages/usage.mdx index 66c37e0..801cfee 100644 --- a/docs/pages/usage.mdx +++ b/docs/pages/usage.mdx @@ -4,6 +4,12 @@ sidebar_label: Usage --- ## Install Chart + +```bash +helm repo add devspace https://charts.devspace.sh +helm repo update +``` + ```bash helm install -n my-namespace my-component component-chart --repo https://charts.loft.sh/ ``` From 9fd9646ba09b2c1ffaa9547b44f136377d5e49c2 Mon Sep 17 00:00:00 2001 From: Piotr Zaniewski Date: Tue, 11 Mar 2025 08:52:31 +0100 Subject: [PATCH 2/2] Update usage.mdx --- docs/pages/usage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/usage.mdx b/docs/pages/usage.mdx index 801cfee..4cd6f3b 100644 --- a/docs/pages/usage.mdx +++ b/docs/pages/usage.mdx @@ -6,7 +6,7 @@ sidebar_label: Usage ## Install Chart ```bash -helm repo add devspace https://charts.devspace.sh +helm repo add loft https://charts.loft.sh helm repo update ```