From fbad76cea79e6d503c3ea04dd59f69764c721a25 Mon Sep 17 00:00:00 2001 From: Sebastian Jug Date: Thu, 13 Aug 2026 14:43:41 -0400 Subject: [PATCH] USHIFT-7446: add MicroShift 5.0 pod counts Add the version-specific readiness thresholds needed by the Ansible boot measurement for MicroShift 5.0 source builds. The values match a live 5.0 deployment with six running non-storage pods and nine ready core pods. Signed-off-by: Sebastian Jug --- ansible/vars/microshift_versions.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/vars/microshift_versions.yml b/ansible/vars/microshift_versions.yml index 974679b814..983f97e943 100644 --- a/ansible/vars/microshift_versions.yml +++ b/ansible/vars/microshift_versions.yml @@ -27,3 +27,6 @@ microshift_versions: "4.22": expected_pods: 6 all_pods: 9 + "5.0": + expected_pods: 6 + all_pods: 9