From 33d92e9189515e4eae79005c3f1cea999a9c6bcc Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 28 Feb 2024 12:21:15 -0800 Subject: [PATCH] Update the resultsdb-ci-listener image to fix result publishing No Fedora CI test results are being published to resultsdb at the moment, because the 'version' property of the messages got bumped to 1.1.14 and the listener only handled messages with version strings starting 0.2. This bumps the listener image to a new build which includes a patch that should make it handle the 1.1.14-versioned messages (and is built on Fedora 39, not 37...) This is urgent because if the results aren't in resultsdb Bodhi and greenwave don't know about them, and if they don't know about them, updates get gated (dozens are stuck on this at present). Signed-off-by: Adam Williamson --- .../resultsdb-ci-listener/templates/deploymentconfigs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/resultsdb-ci-listener/templates/deploymentconfigs.yml b/roles/openshift-apps/resultsdb-ci-listener/templates/deploymentconfigs.yml index f502eb09d6..8d4ad8623c 100644 --- a/roles/openshift-apps/resultsdb-ci-listener/templates/deploymentconfigs.yml +++ b/roles/openshift-apps/resultsdb-ci-listener/templates/deploymentconfigs.yml @@ -17,7 +17,7 @@ spec: spec: containers: - name: listener - image: quay.io/fedora-kube-sig/resultsdb-ci-listener:f37-e659a + image: quay.io/fedora-kube-sig/resultsdb-ci-listener:latest imagePullPolicy: Always ports: - containerPort: 5001