From 87840965b1008b899ac9f3127cbacfb9b01b7001 Mon Sep 17 00:00:00 2001 From: Ameya Sathe Date: Mon, 22 Jun 2026 16:38:30 +0530 Subject: [PATCH] OSAC-1657: fix e2e-vmaas-full-setup-helm values file path The e2e-vmaas-full-setup-helm periodic job has been failing since June 8 with "Error: open values/vmaas-ci.yaml: no such file or directory". Root cause: The osac-installer repository restructured values files on June 20, 2026 (PR #296) from flat layout (values/.yaml) to per-environment directories (values//values.yaml). The CI step registry was not updated. Fix: Update VALUES_FILE default path in osac-project-installer-ref.yaml from values/vmaas-ci.yaml to values/vmaas-ci/values.yaml to match the osac-installer repository structure. Co-Authored-By: Claude Sonnet 4.5 rh-pre-commit.version: 2.4.0 rh-pre-commit.check-secrets: ENABLED --- .../osac-project/installer/osac-project-installer-ref.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-operator/step-registry/osac-project/installer/osac-project-installer-ref.yaml b/ci-operator/step-registry/osac-project/installer/osac-project-installer-ref.yaml index 45f24a76679c8..c85d996d88a8e 100644 --- a/ci-operator/step-registry/osac-project/installer/osac-project-installer-ref.yaml +++ b/ci-operator/step-registry/osac-project/installer/osac-project-installer-ref.yaml @@ -29,7 +29,7 @@ ref: default: "kustomize" documentation: Deploy mode for osac-installer (kustomize or helm) - name: VALUES_FILE - default: "values/vmaas-ci.yaml" + default: "values/vmaas-ci/values.yaml" documentation: Helm values file to use (helm mode only) - name: INGRESS_SERVICE default: "true"