From 02549c0c6f4d711e849bffabc27b0ef03bffd8cc Mon Sep 17 00:00:00 2001 From: qe-ci-ai-bot Date: Sat, 20 Jun 2026 12:40:50 +0000 Subject: [PATCH] fix: revert workflow image tags to osl_1_37 (images never pushed) The osl_1_38 images were never built and pushed to quay.io/orchestrator/, causing ImagePullBackOff on all workflow pods. This has broken every ROS nightly CI job since June 19. Missing images: - quay.io/orchestrator/fail-switch:osl_1_38 - quay.io/orchestrator/serverless-workflow-greeting:osl_1_38 - quay.io/orchestrator/serverless-workflow-sample-retry-test:osl_1_38 - quay.io/orchestrator/serverless-workflow-test-object-type-uiprops:osl_1_38 The build.sh script was correctly updated to use the 1.38.0 builder, but the resulting images need to be built and pushed before manifests can reference them. Reverts manifest-only changes from 2c8de41. Requested-By: <@UTKKVT884> (gharden) --- .../src/main/resources/manifests/04-sonataflow_failswitch.yaml | 2 +- workflows/greeting/manifests/03-sonataflow_greeting.yaml | 2 +- .../manifests/03-sonataflow_sample-retry-test.yaml | 2 +- .../manifests/03-sonataflow_test-object-type-uiprops.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/workflows/fail-switch/src/main/resources/manifests/04-sonataflow_failswitch.yaml b/workflows/fail-switch/src/main/resources/manifests/04-sonataflow_failswitch.yaml index 371cfea3..c7471853 100755 --- a/workflows/fail-switch/src/main/resources/manifests/04-sonataflow_failswitch.yaml +++ b/workflows/fail-switch/src/main/resources/manifests/04-sonataflow_failswitch.yaml @@ -101,7 +101,7 @@ spec: type: operation podTemplate: container: - image: quay.io/orchestrator/fail-switch:osl_1_38 + image: quay.io/orchestrator/fail-switch:osl_1_37 resources: {} resources: configMaps: diff --git a/workflows/greeting/manifests/03-sonataflow_greeting.yaml b/workflows/greeting/manifests/03-sonataflow_greeting.yaml index 6e394ffc..c5ca11c1 100755 --- a/workflows/greeting/manifests/03-sonataflow_greeting.yaml +++ b/workflows/greeting/manifests/03-sonataflow_greeting.yaml @@ -78,7 +78,7 @@ spec: type: operation podTemplate: container: - image: quay.io/orchestrator/serverless-workflow-greeting:osl_1_38 + image: quay.io/orchestrator/serverless-workflow-greeting:osl_1_37 resources: {} resources: configMaps: diff --git a/workflows/sample-retry-test/manifests/03-sonataflow_sample-retry-test.yaml b/workflows/sample-retry-test/manifests/03-sonataflow_sample-retry-test.yaml index c74a4463..41c453fd 100644 --- a/workflows/sample-retry-test/manifests/03-sonataflow_sample-retry-test.yaml +++ b/workflows/sample-retry-test/manifests/03-sonataflow_sample-retry-test.yaml @@ -33,7 +33,7 @@ spec: type: inject podTemplate: container: - image: quay.io/orchestrator/serverless-workflow-sample-retry-test:osl_1_38 + image: quay.io/orchestrator/serverless-workflow-sample-retry-test:osl_1_37 resources: {} resources: configMaps: diff --git a/workflows/test-object-type-uiprops/manifests/03-sonataflow_test-object-type-uiprops.yaml b/workflows/test-object-type-uiprops/manifests/03-sonataflow_test-object-type-uiprops.yaml index 6533ce3d..379c615f 100644 --- a/workflows/test-object-type-uiprops/manifests/03-sonataflow_test-object-type-uiprops.yaml +++ b/workflows/test-object-type-uiprops/manifests/03-sonataflow_test-object-type-uiprops.yaml @@ -54,7 +54,7 @@ spec: type: operation podTemplate: container: - image: quay.io/orchestrator/serverless-workflow-test-object-type-uiprops:osl_1_38 + image: quay.io/orchestrator/serverless-workflow-test-object-type-uiprops:osl_1_37 resources: {} resources: configMaps: