File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
docs/admin/runai-setup/self-hosted Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,12 @@ The Run:ai control-plane installation has been rewritten and is no longer using
86
86
```
87
87
helm upgrade -i runai-backend -n runai-backend runai-backend/control-plane \
88
88
--set global.domain=<DOMAIN> \
89
- --set= postgresql.primary.persistence.existingClaim=pvc-postgresql \
90
- --set= thanos.receive.persistence.existingClaim=pvc-thanos-receive
89
+ --set postgresql.primary.persistence.existingClaim=pvc-postgresql \
90
+ --set thanos.receive.persistence.existingClaim=pvc-thanos-receive
91
91
```
92
92
93
+ !!! Note
94
+ The helm repository name has changed from ` runai-backend/runai-backend ` to ` runai-backend/control-plane ` .
93
95
94
96
95
97
## Upgrade Cluster
Original file line number Diff line number Diff line change @@ -70,6 +70,11 @@ Then upgrade the control plane as described [below](#upgrade-the-control-plane).
70
70
1. The subdomain configured for the OpenShift cluster.
71
71
2. Name of the administrator user in the company directory.
72
72
73
+
74
+ !!! Note
75
+ The helm repository name has changed from `runai-backend/runai-backend` to `runai-backend/control-plane`.
76
+
77
+
73
78
=== "Airgapped"
74
79
``` bash
75
80
You can’t perform that action at this time.
0 commit comments