Skip to content

Commit

Permalink
Revert "Add Helm installation commands in get started guide"
Browse files Browse the repository at this point in the history
This reverts commit bc90c25.
  • Loading branch information
terrytangyuan committed Apr 4, 2024
1 parent bc90c25 commit a54b223
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/get_started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,3 @@ The [Kubernetes CLI (`kubectl`)](https://kubernetes.io/docs/tasks/tools/install-
```bash
curl -s "https://raw.githubusercontent.com/kserve/kserve/release-0.12/hack/quick_install.sh" | bash
```

or install via our published Helm Charts:
```bash
helm install kserve-crd oci://ghcr.io/kserve/charts/kserve-crd --version v0.12.0
helm install kserve oci://ghcr.io/kserve/charts/kserve --version v0.12.0
```

0 comments on commit a54b223

Please sign in to comment.