Skip to content

Commit 933dbe1

Browse files
Merge pull request #895 from run-ai/JamieWeider72-patch-9
Update backend.md
2 parents 5a88b86 + 3271e3f commit 933dbe1

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)