From 7926f398fe2c50dd40465b2b7192537d49bbe2b1 Mon Sep 17 00:00:00 2001 From: Akos Eros Date: Tue, 24 Sep 2024 10:53:37 +0200 Subject: [PATCH] Change imageregistry config and add in-cluster gitea config In-cluster gitea is needed for rhdp deploy since we do not want to fork any repository. --- values-global.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/values-global.yaml b/values-global.yaml index 5dd58179..458d4556 100644 --- a/values-global.yaml +++ b/values-global.yaml @@ -15,9 +15,9 @@ global: dev_revision: main imageregistry: - account: hybridcloudpatterns - hostname: quay.io - type: quay + account: quarkuscoffeeshop-demo + type: openshift-internal + # hostname: with openshift-internal this will be filled from clusterDomain quarkuscoffeeshopBarista: revision: main @@ -50,3 +50,6 @@ global: main: clusterGroupName: hub + git: + repoUpstreamURL: https://github.com/validatedpatterns/retail + revision: rhdp-deploy