Skip to content

Commit 03ec744

Browse files
Merge pull request #422 from run-ai/v2.13
V2.13
2 parents dc2d4d4 + 77f7103 commit 03ec744

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,12 @@ The Run:ai control-plane installation has been rewritten and is no longer using
8686
```
8787
helm upgrade -i runai-backend -n runai-backend runai-backend/control-plane \
8888
--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
9191
```
9292

93+
!!! Note
94+
The helm repository name has changed from `runai-backend/runai-backend` to `runai-backend/control-plane`.
9395

9496

9597
## Upgrade Cluster

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ Then upgrade the control plane as described [below](#upgrade-the-control-plane).
7070
1. The subdomain configured for the OpenShift cluster.
7171
2. Name of the administrator user in the company directory.
7272

73+
74+
!!! Note
75+
The helm repository name has changed from `runai-backend/runai-backend` to `runai-backend/control-plane`.
76+
77+
7378
=== "Airgapped"
7479
``` bash
7580

0 commit comments

Comments
 (0)