Skip to content

Commit

Permalink
Add digital twin registry chart
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacicek committed Dec 14, 2023
1 parent 13956df commit a0c953a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@ dependencies:
name: sharedidp
repository: https://eclipse-tractusx.github.io/charts/dev
version: 1.2.0

# digital twin registry
- name: registry
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.3.14
8 changes: 8 additions & 0 deletions charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,3 +289,11 @@ sharedidp:
replicaCount: 1
postgresql:
nameOverride: "sharedidp-postgresql"

registry:
enableKeycloak: false
enablePostgres: true
registry:
replicaCount: 1
authentication: false
tenantId: DEFAULT_BPN

0 comments on commit a0c953a

Please sign in to comment.