From f04ab1878cbbccd7bf0a959d50f29e89ce13b64b Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Fri, 23 Jan 2026 15:05:41 -0500 Subject: [PATCH] web: Update python path for rediect page The application container image is now using python3.12 so we need to update the associated volume mount for the redirect page. Signed-off-by: Dimitri Savineau --- roles/installer/templates/deployments/web.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/installer/templates/deployments/web.yaml.j2 b/roles/installer/templates/deployments/web.yaml.j2 index a131a391..5117abbb 100644 --- a/roles/installer/templates/deployments/web.yaml.j2 +++ b/roles/installer/templates/deployments/web.yaml.j2 @@ -202,7 +202,7 @@ spec: volumeMounts: {% if public_base_url is defined %} - name: redirect-page - mountPath: '/var/lib/awx/venv/awx/lib/python3.11/site-packages/awx/ui/build/index.html' + mountPath: '/var/lib/awx/venv/awx/lib/python3.12/site-packages/awx/ui/build/index.html' subPath: redirect-page.html {% endif %} {% if bundle_ca_crt %}