We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a88b86 + 3271e3f commit 933dbe1Copy full SHA for 933dbe1
docs/admin/runai-setup/self-hosted/k8s/backend.md
@@ -13,7 +13,7 @@ Run the helm command below:
13
``` bash
14
helm repo add runai-backend https://runai.jfrog.io/artifactory/cp-charts-prod
15
helm repo update
16
- helm upgrade -i runai-backend -n runai-backend runai-backend/control-plane --version "~2.17.0" \
+ helm upgrade -i runai-backend -n runai-backend runai-backend/control-plane --version "~2.18.0" \
17
--set global.domain=<DOMAIN> # (1)
18
```
19
0 commit comments