From 1efe4b85c8d0d6d29d6ab1800bba93adef5fa14e Mon Sep 17 00:00:00 2001 From: Akhil Jha Date: Tue, 8 Oct 2024 11:13:58 +0530 Subject: [PATCH] ci(KONFLUX-2339): Update cloud image to konflux --- deploy/clowdapp.yaml | 2 +- renovate.json | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 renovate.json diff --git a/deploy/clowdapp.yaml b/deploy/clowdapp.yaml index 2c693dab..910d438e 100644 --- a/deploy/clowdapp.yaml +++ b/deploy/clowdapp.yaml @@ -537,7 +537,7 @@ parameters: required: true - description: Image name name: IMAGE - value: quay.io/cloudservices/provisioning-backend + value: quay.io/redhat-services-prod/insights-management-tenant/insights-provisioning/provisioning-backend - description: Logging level (trace, debug, info, warn, error, fatal, panic) name: LOGGING_LEVEL value: "debug" diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..4e6ae78d --- /dev/null +++ b/renovate.json @@ -0,0 +1,11 @@ +{ + "extends": [ + "github>konflux-ci/mintmaker//config/renovate/renovate.json" + ], + "schedule": [ + "on Monday after 3am and before 10am" + ], + "ignorePaths": [ + ".pre-commit-config.yaml" + ] +}