Changed the tag of the toolset image for Yoga: toolset:23.2-yoga

Change-Id: Ic73aca4a8c22c829e21d1a0ea815431f5ebe057d
diff --git a/k8s/docker-mos-toolset-full b/k8s/docker-mos-toolset-full
index 61ba1dc..9df8c2d 100644
--- a/k8s/docker-mos-toolset-full
+++ b/k8s/docker-mos-toolset-full
@@ -32,7 +32,7 @@
 
 RUN pip3 install --no-cache-dir pyghmi tempestparser
 
-RUN git clone https://gerrit.mcp.mirantis.com/mcp/cvp-configuration /opt/res-files && \
+RUN git clone https://gerrit.mcp.mirantis.com/mcp/cvp-configuration -b 23.2-yoga /opt/res-files && \
     cd /opt/cfg-checker && \
     python3 -m venv .checkervenv && \
     . .checkervenv/bin/activate && \