From 470491ca5159835415de6dd35bce18587f797943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 26 Apr 2023 16:15:19 +0200 Subject: [PATCH] [release-monitoring] Fix conversion error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cannot convert int64 to string Signed-off-by: Michal Konečný --- .../release-monitoring/files/deploymentconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml b/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml index 41da510444..3794e339c8 100644 --- a/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml +++ b/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml @@ -206,7 +206,7 @@ items: failurePolicy: Retry execNewPod: containerName: release-monitoring-web - command: [sleep, 1000] + command: [sleep, "1000"] # command: [/bin/python3, -m alembic, -c /etc/anitya/alembic.ini, current | grep '(head)'] env: - name: ANITYA_WEB_CONFIG