6767 <step >
6868 <para >
6969 Replace <filename >mlflow/values.yaml</filename > with the following
70- content. Replace <replaceable >CHART_VERSION </replaceable > with the
71- current chart version.
70+ content. Replace <replaceable >CONTAINER_VERSION </replaceable > with the
71+ current container version.
7272 </para >
7373<screen ># values.yaml
7474replicaCount: 1
7575image:
7676 repository: dp.apps.rancher.io/containers/mlflow
7777 pullPolicy: IfNotPresent
78- tag: "<replaceable >CHART_VERSION </replaceable >"
78+ tag: "<replaceable >CONTAINER_VERSION </replaceable >"
7979imagePullSecrets:
8080 - name: application-collection
8181nameOverride: ""
@@ -305,10 +305,10 @@ suse-private-ai pen-webui nginx suse-ollama-webui 10.0.3.184 80, 443 8h</
305305 <step >
306306 <para >
307307 Download the &mlflow; container. Replace
308- <replaceable >CHART_VERSION </replaceable > with the current chart
308+ <replaceable >CONTAINER_VERSION </replaceable > with the current container
309309 version.
310310 </para >
311- <screen >&prompt.user; <command >docker pull dp.apps.rancher.io/containers/mlflow:<replaceable >CHART_VERSION </replaceable ></command ></screen >
311+ <screen >&prompt.user; <command >docker pull dp.apps.rancher.io/containers/mlflow:<replaceable >CONTAINER_VERSION </replaceable ></command ></screen >
312312 </step >
313313 <step performance =" optional" >
314314 <para >
@@ -321,11 +321,11 @@ dp.apps.rancher.io/containers/mlflow 3.6.0 d984124afc22 33 hours ago 715MB</scr
321321 <step >
322322 <para >
323323 Run the &mlflow; server by starting the container at port 5000.
324- Replace <replaceable >CHART_VERSION </replaceable > with the current
325- chart version.
324+ Replace <replaceable >CONTAINER_VERSION </replaceable > with the current
325+ container version.
326326 </para >
327327<screen >&prompt.user; <command > docker run -p 5000:5000 \
328- dp.apps.rancher.io/containers/mlflow:<replaceable >CHART_VERSION </replaceable > mlflow server \
328+ dp.apps.rancher.io/containers/mlflow:<replaceable >CONTAINER_VERSION </replaceable > mlflow server \
329329 --host 0.0.0.0 --port 5000</command >
330330[2025-11-27 18:34:15 +0000] [12] [INFO] Starting gunicorn 23.0.0
331331[2025-11-27 18:34:15 +0000] [12] [INFO] Listening at: http://0.0.0.0:5000 (12)
@@ -345,7 +345,7 @@ dp.apps.rancher.io/containers/mlflow 3.6.0 d984124afc22 33 hours ago 715MB</scr
345345 </para >
346346<screen >services:
347347 mlflow:
348- image: dp.apps.rancher.io/containers/mlflow:<replaceable >CHART_VERSION </replaceable >
348+ image: dp.apps.rancher.io/containers/mlflow:<replaceable >CONTAINER_VERSION </replaceable >
349349 container_name: mlflow
350350 restart: always
351351 ports:
0 commit comments