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 24, 2024
1 parent 54f1632 commit f670a33
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions values-global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ global:

imageregistry:
account: hybridcloudpatterns
hostname: quay.io
type: quay
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 f670a33

Please sign in to comment.