From 15b8fd581d29d34b99cf13393b1ee677dd0ef4ca Mon Sep 17 00:00:00 2001 From: kelspry <92519769+kelspry@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:21:58 +0000 Subject: [PATCH] Alter old helm chart links in Seldon Core v1.18.0 docs Old helm chart links was still present in install page of Seldon Core v1 docs. Now updated to new helm charts. --- doc/source/workflow/install.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/workflow/install.rst b/doc/source/workflow/install.rst index ec1604cb50..b01ca6cf3c 100644 --- a/doc/source/workflow/install.rst +++ b/doc/source/workflow/install.rst @@ -91,7 +91,7 @@ Now we can install Seldon Core in the ``seldon-system`` namespace. .. code:: bash helm install seldon-core seldon-core-operator \ - --repo https://storage.googleapis.com/seldon-charts \ + --repo https://seldonio.github.io/helm-charts \ --set usageMetrics.enabled=true \ --set istio.enabled=true \ --namespace seldon-system @@ -101,7 +101,7 @@ Now we can install Seldon Core in the ``seldon-system`` namespace. .. code:: bash helm install seldon-core seldon-core-operator \ - --repo https://storage.googleapis.com/seldon-charts \ + --repo https://seldonio.github.io/helm-charts \ --set usageMetrics.enabled=true \ --set ambassador.enabled=true \ --namespace seldon-system @@ -160,7 +160,7 @@ You can then install seldon-core with: .. code:: bash helm install seldon-core seldon-core-operator \ - --repo https://storage.googleapis.com/seldon-charts \ + --repo https://seldonio.github.io/helm-charts \ --set usageMetrics.enabled=true \ --namespace seldon-system \ --set certManager.enabled=true @@ -262,7 +262,7 @@ Install the Operator into the namespace: .. code:: bash - helm install seldon-namespaced seldon-core-operator --repo https://storage.googleapis.com/seldon-charts \ + helm install seldon-namespaced seldon-core-operator --repo https://seldonio.github.io/helm-charts \ --set singleNamespace=true \ --set image.pullPolicy=IfNotPresent \ --set usageMetrics.enabled=false \ @@ -306,7 +306,7 @@ To install the Operator run: .. code:: bash - helm install seldon-controllerid seldon-core-operator --repo https://storage.googleapis.com/seldon-charts \ + helm install seldon-controllerid seldon-core-operator --repo https://seldonio.github.io/helm-charts \ --set singleNamespace=false \ --set image.pullPolicy=IfNotPresent \ --set usageMetrics.enabled=false \