File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ Run:ai requires an installation over the Kubernetes cluster. The installation ac
343
343
344
344
| Name | Description | URLs | Ports |
345
345
| ------| -------------| ------| -------|
346
- | Run: ai Repository| Run: ai Helm Package Repository| <a href =" http ://runai-charts.storage.googleapis.com/ " >runai-charts.storage.googleapis.com </a > | 443 |
346
+ | Run: ai Repository| Run: ai Helm Package Repository| <a href =" https ://runai.jfrog.io/ui/native/run-ai-charts " >runai.jfrog.io/ui/native/run-ai-charts </a > | 443 |
347
347
| Docker Images Repository | Run: ai images | gcr.io/run-ai-prod | 443 |
348
348
| Docker Images Repository | Third party Images | <a href =" http://hub.docker.com/ " >hub.docker.com </a > and <a href =" http://quay.io/ " >quay.io</a > | 443 |
349
349
| Run: ai | Run: ai Cloud instance | <a href =" https://app.run.ai " >app.run.ai</a > | 443 |
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Run the helm command below:
13
13
``` bash
14
14
helm repo add runai-backend https://runai.jfrog.io/artifactory/cp-charts-prod
15
15
helm repo update
16
- helm upgrade -i runai-backend -n runai-backend runai-backend/control-plane \
16
+ helm upgrade -i runai-backend -n runai-backend runai-backend/control-plane --version " ~ 2.17.0" \
17
17
--set global.domain=<DOMAIN > # (1)
18
18
```
19
19
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ The Run:ai control-plane installation has been rewritten and is no longer using
105
105
106
106
``` bash
107
107
helm get values runai-backend -n runai-backend > runai_control_plane_values.yaml
108
- helm upgrade runai-backend -n runai-backend runai-backend/control-plane -f runai_control_plane_values.yaml --reset-then-reuse-values
108
+ helm upgrade runai-backend -n runai-backend runai-backend/control-plane --version "~2.17.0" - f runai_control_plane_values.yaml --reset-then-reuse-values
109
109
```
110
110
=== "Airgapped"
111
111
@@ -122,7 +122,7 @@ The Run:ai control-plane installation has been rewritten and is no longer using
122
122
=== "Connected"
123
123
124
124
``` bash
125
- helm upgrade -i runai-backend -n runai-backend runai-backend/control-plane \
125
+ helm upgrade -i runai-backend -n runai-backend runai-backend/control-plane --version "~2.17.0" \
126
126
--set global.domain=<DOMAIN> \
127
127
--set postgresql.primary.persistence.existingClaim=pvc-postgresql \
128
128
--set thanos.receive.persistence.existingClaim=pvc-thanos-receive
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Run the helm command below:
12
12
``` bash
13
13
helm repo add runai-backend https://runai.jfrog.io/artifactory/cp-charts-prod
14
14
helm repo update
15
- helm upgrade -i runai-backend -n runai-backend runai-backend/control-plane \
15
+ helm upgrade -i runai-backend -n runai-backend runai-backend/control-plane --version " ~ 2.17.0" \
16
16
--set global.domain=runai.apps.<OPENSHIFT-CLUSTER-DOMAIN > \ # (1)
17
17
--set global.config.kubernetesDistribution=openshift
18
18
```
You can’t perform that action at this time.
0 commit comments