Skip to content

Commit 3271e3f

Browse files
Update backend.md
1 parent 8c3830c commit 3271e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 --version "~2.17.0" \
16+
helm upgrade -i runai-backend -n runai-backend runai-backend/control-plane --version "~2.18.0" \
1717
--set global.domain=<DOMAIN> # (1)
1818
```
1919

0 commit comments

Comments
 (0)