We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bb779 commit 92755e8Copy full SHA for 92755e8
docs/guides/dynamo_deploy/quickstart.md
@@ -14,17 +14,11 @@ Use this approach when installing from pre-built helm charts and docker images p
14
15
```bash
16
export NAMESPACE=dynamo-cloud
17
-export RELEASE_VERSION=0.3.2
+export RELEASE_VERSION=0.4.0
18
```
19
20
Install `envsubst`, `kubectl`, `helm`
21
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>
28
29
30
### Fetch Helm Charts
0 commit comments