Skip to content

Commit

Permalink
Change imageregistry config and add in-cluster gitea config
Browse files Browse the repository at this point in the history
In-cluster gitea is needed for rhdp deploy since we do not want to fork
any repository.
  • Loading branch information
darkdoc committed Sep 25, 2024
1 parent 9c78163 commit 7926f39
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions values-global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -50,3 +50,6 @@ global:

main:
clusterGroupName: hub
git:
repoUpstreamURL: https://github.com/validatedpatterns/retail
revision: rhdp-deploy

0 comments on commit 7926f39

Please sign in to comment.