Skip to content

Commit

Permalink
Add pull and build fuseki step
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacicek committed Apr 5, 2024
1 parent dd0be96 commit 7cb369d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions charts/umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ dependencies:
# version: 0.5.0-rc1
# repository: https://eclipse-tractusx.github.io/charts/dev
# semantic-hub
- condition: semantic-hub.enabled
name: semantic-hub
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.2.1
# portal
- condition: portal.enabled
name: portal
Expand Down Expand Up @@ -86,3 +82,7 @@ dependencies:
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.4.0
condition: managed-identity-wallet.enabled
- condition: semantic-hub.enabled
name: semantic-hub
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.2.1
18 changes: 9 additions & 9 deletions charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@
# transferProxyTokenSignerPublicKey: *edcProviderVaultTransferPublicKey

portal:
enabled: true
enabled: false
replicaCount: 1

centralidp:
enabled: true
enabled: false
keycloak:
nameOverride: "centralidp"
replicaCount: 1
Expand All @@ -151,7 +151,7 @@ centralidp:
architecture: standalone

sharedidp:
enabled: true
enabled: false
keycloak:
nameOverride: "sharedidp"
replicaCount: 1
Expand All @@ -160,7 +160,7 @@ sharedidp:
architecture: standalone

bpndiscovery:
enabled: true
enabled: false
enablePostgres: true
bpndiscovery:
authentication: false
Expand All @@ -178,7 +178,7 @@ bpndiscovery:
nameOverride: "bpndiscovery-postgresql"

discoveryfinder:
enabled: true
enabled: false
enablePostgres: true
discoveryfinder:
authentication: false
Expand All @@ -190,7 +190,7 @@ discoveryfinder:
nameOverride: "discoveryfinder-postgresql"

sdfactory:
enabled: true
enabled: false
secret:
# -- JWK Set URI
jwkSetUri: "https://centralidp.example.org/auth/realms/CX-Central/protocol/openid-connect/certs"
Expand Down Expand Up @@ -218,7 +218,7 @@ sdfactory:
clearingHouseClientSecret: ""

vault:
enabled: true
enabled: false
token: &vault-token root
url: http://{{ .Release.Name }}-vault:8200
secrets:
Expand Down Expand Up @@ -248,7 +248,7 @@ vault:
managed-identity-wallet:
nameOverride: miw
fullnameOverride: miw
enabled: true
enabled: false
miw:
authorityWallet:
bpn: &authority-bpn "BPNL000000000000"
Expand Down Expand Up @@ -279,4 +279,4 @@ semantic-hub:
graphdb:
enabled: true
image: jena-fuseki-docker:4.7.0
storageClassName: ""
storageClassName: default

0 comments on commit 7cb369d

Please sign in to comment.