From f206bd08b6da10523f3e5150b24448d9d988b0f9 Mon Sep 17 00:00:00 2001 From: Patrik Segedy Date: Fri, 27 Sep 2024 15:43:49 +0200 Subject: [PATCH] chore: konflux image url --- deploy/clowdapp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/clowdapp.yaml b/deploy/clowdapp.yaml index e91b2115a..6631bec13 100644 --- a/deploy/clowdapp.yaml +++ b/deploy/clowdapp.yaml @@ -639,7 +639,7 @@ parameters: # 'force_schema_version=XXX' to reset the dirty flag to false and force the specific version, it will follow up with the schema upgrade defined by schema_version # Common parameters -- {name: IMAGE, value: quay.io/cloudservices/patchman-engine-app} +- {name: IMAGE, value: quay.io/redhat-services-prod/insights-management-tenant/insights-patch/patchman-engine} - {name: ENV_NAME, required: false} - {name: GIN_MODE, value: 'release'} # Gin webframework running mode - {name: KAFKA_READER_MAX_ATTEMPTS, value: '3'} # Limit of how many attempts will be made before kafka read error.