Skip to content

Commit 5a88b86

Browse files
Merge pull request #896 from run-ai/JamieWeider72-patch-10
Update backend.md
2 parents 8c3830c + 8bda4f5 commit 5a88b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Run the helm command below:
1212
``` bash
1313
helm repo add runai-backend https://runai.jfrog.io/artifactory/cp-charts-prod
1414
helm repo update
15-
helm upgrade -i runai-backend -n runai-backend runai-backend/control-plane --version "~2.17.0" \
15+
helm upgrade -i runai-backend -n runai-backend runai-backend/control-plane --version "~2.18.0" \
1616
--set global.domain=runai.apps.<OPENSHIFT-CLUSTER-DOMAIN> \ # (1)
1717
--set global.config.kubernetesDistribution=openshift
1818
```

0 commit comments

Comments
 (0)