Skip to content

Commit 92755e8

Browse files
authored
fix: Update quickstart.md
updated this to reflect 0.4.0 and API key dependency Signed-off-by: Anish <80174047+athreesh@users.noreply.github.com>
1 parent 18bb779 commit 92755e8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/guides/dynamo_deploy/quickstart.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,11 @@ Use this approach when installing from pre-built helm charts and docker images p
1414

1515
```bash
1616
export NAMESPACE=dynamo-cloud
17-
export RELEASE_VERSION=0.3.2
17+
export RELEASE_VERSION=0.4.0
1818
```
1919

2020
Install `envsubst`, `kubectl`, `helm`
2121

22-
### Authenticate with NGC
23-
24-
Go to https://ngc.nvidia.com/org to get your NGC_CLI_API_KEY.
25-
26-
```bash
27-
helm repo add nvidia https://helm.ngc.nvidia.com/nvidia --username='$oauthtoken' --password=<YOUR_NGC_CLI_API_KEY>
2822
```
2923
3024
### Fetch Helm Charts

0 commit comments

Comments
 (0)