Skip to content

Commit

Permalink
Alter old helm chart links in Seldon Core v1.18.0 docs
Browse files Browse the repository at this point in the history
Old helm chart links was still present in install page of Seldon Core v1 docs. Now updated to new helm charts.
  • Loading branch information
kelspry authored Feb 28, 2024
1 parent cfe54e2 commit 15b8fd5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/source/workflow/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 15b8fd5

Please sign in to comment.