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 8c3830c + 8bda4f5 commit 5a88b86Copy full SHA for 5a88b86
docs/admin/runai-setup/self-hosted/ocp/backend.md
@@ -12,7 +12,7 @@ Run the helm command below:
12
``` bash
13
helm repo add runai-backend https://runai.jfrog.io/artifactory/cp-charts-prod
14
helm repo update
15
- 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" \
16
--set global.domain=runai.apps.<OPENSHIFT-CLUSTER-DOMAIN> \ # (1)
17
--set global.config.kubernetesDistribution=openshift
18
```
0 commit comments