Skip to content

Commit 08957a6

Browse files
authored
--version "~2.17.0" & jfrog
1 parent 8a3ab20 commit 08957a6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/admin/runai-setup/cluster-setup/cluster-prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Run:ai requires an installation over the Kubernetes cluster. The installation ac
343343

344344
| Name | Description | URLs | Ports |
345345
|------|-------------|------|-------|
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 |
347347
| Docker Images Repository | Run:ai images | gcr.io/run-ai-prod |443 |
348348
| 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 |
349349
| Run:ai | Run:ai Cloud instance | <a href="https://app.run.ai">app.run.ai</a> | 443 |

docs/admin/runai-setup/self-hosted/k8s/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Run the helm command below:
1313
``` bash
1414
helm repo add runai-backend https://runai.jfrog.io/artifactory/cp-charts-prod
1515
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" \
1717
--set global.domain=<DOMAIN> # (1)
1818
```
1919

docs/admin/runai-setup/self-hosted/k8s/upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The Run:ai control-plane installation has been rewritten and is no longer using
105105

106106
``` bash
107107
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
109109
```
110110
=== "Airgapped"
111111

@@ -122,7 +122,7 @@ The Run:ai control-plane installation has been rewritten and is no longer using
122122
=== "Connected"
123123

124124
``` 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" \
126126
--set global.domain=<DOMAIN> \
127127
--set postgresql.primary.persistence.existingClaim=pvc-postgresql \
128128
--set thanos.receive.persistence.existingClaim=pvc-thanos-receive

docs/admin/runai-setup/self-hosted/ocp/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Run the helm command below:
1212
``` bash
1313
helm repo add runai-backend https://runai.jfrog.io/artifactory/cp-charts-prod
1414
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" \
1616
--set global.domain=runai.apps.<OPENSHIFT-CLUSTER-DOMAIN> \ # (1)
1717
--set global.config.kubernetesDistribution=openshift
1818
```

0 commit comments

Comments
 (0)