From 8bda4f5de1033cb378df3fc33761f6da1934e959 Mon Sep 17 00:00:00 2001 From: JamieWeider72 <147967555+JamieWeider72@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:17:59 +0300 Subject: [PATCH] Update backend.md --- docs/admin/runai-setup/self-hosted/ocp/backend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/runai-setup/self-hosted/ocp/backend.md b/docs/admin/runai-setup/self-hosted/ocp/backend.md index 03b2754906..b87392b3e2 100644 --- a/docs/admin/runai-setup/self-hosted/ocp/backend.md +++ b/docs/admin/runai-setup/self-hosted/ocp/backend.md @@ -12,7 +12,7 @@ Run the helm command below: ``` bash helm repo add runai-backend https://runai.jfrog.io/artifactory/cp-charts-prod helm repo update - 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" \ --set global.domain=runai.apps. \ # (1) --set global.config.kubernetesDistribution=openshift ```