Skip to content

Commit 3c4dfe9

Browse files
committedOct 7, 2024
Add try URL to content and update helm command.
1 parent ad675f2 commit 3c4dfe9

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed
 

‎docs/setup_installation/aws/getting_started.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,14 @@ This section describes the steps required to deploy the Hopsworks stack using He
214214

215215
- Configure Repo
216216

217+
To obtain access to the Hopsworks helm chart repository, please obtain
218+
an evaluation/startup licence [here](https://www.hopsworks.ai/try).
219+
220+
Once you have the helm chart repository URL, replace the environment
221+
variable $HOPSWORKS_REPO in the following command with this URL.
222+
217223
```bash
218-
helm repo add hopsworks https://nexus.hops.works/repository/hopsworks-helm-dev --username NEXUS_USER --password NEXUS_PASS
224+
helm repo add hopsworks $HOPSWORKS_REPO
219225
helm repo update hopsworks
220226
```
221227

‎docs/setup_installation/azure/getting_started.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,14 @@ kubectl config current-context
9797

9898
### Step 3.1: Add the Hopsworks Helm repository
9999

100+
To obtain access to the Hopsworks helm chart repository, please obtain
101+
an evaluation/startup licence [here](https://www.hopsworks.ai/try).
102+
103+
Once you have the helm chart repository URL, replace the environment
104+
variable $HOPSWORKS_REPO in the following command with this URL.
105+
100106
```bash
101-
helm repo add hopsworks https://nexus.hops.works/repository/hopsworks-helm-dev --username $NEXUS_USER --password $NEXUS_PASS
107+
helm repo add hopsworks $HOPSWORKS_REPO
102108
helm repo update hopsworks
103109
```
104110

‎docs/setup_installation/gcp/getting_started.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,14 @@ kubectl get pods
123123

124124
### Step 3.1: Add the Hopsworks Helm repository
125125

126-
Add the Hopsworks Helm repository
126+
To obtain access to the Hopsworks helm chart repository, please obtain
127+
an evaluation/startup licence [here](https://www.hopsworks.ai/try).
128+
129+
Once you have the helm chart repository URL, replace the environment
130+
variable $HOPSWORKS_REPO in the following command with this URL.
127131

128132
```bash
129-
helm repo add hopsworks https://nexus.hops.works/repository/hopsworks-helm-dev --username $NEXUS_USER --password $NEXUS_PASS
133+
helm repo add hopsworks $HOPSWORKS_REPO
130134
helm repo update hopsworks
131135
```
132136

0 commit comments

Comments
 (0)