Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alter old helm chart links in Seldon Core v1.18.0 docs #5388

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading