Skip to content

Commit

Permalink
Revert "helm: #586 update item-relationship-service chart"
Browse files Browse the repository at this point in the history
This reverts commit 5f88d91.
  • Loading branch information
ds-lcapellino committed May 3, 2024
1 parent ed3d0bb commit af05471
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions charts/traceability-foss/values-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ backend:

dependencies:
enabled: true
irs: 'CHANGE_ME' # <item-relationship-service.nameOverride>
irs: 'CHANGE_ME' # <irs-helm.nameOverride>
edc: 'CHANGE_ME' # <tractusx-connector.nameOverride

bpdm:
Expand Down Expand Up @@ -249,7 +249,7 @@ postgresql:
#########################
# IRS configuration #
#########################
item-relationship-service:
irs-helm:
bpn: 'CHANGE_ME'
enabled: true

Expand Down
2 changes: 1 addition & 1 deletion charts/traceability-foss/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ postgresql:
#########################
# IRS configuration #
#########################
item-relationship-service:
irs-helm:
nameOverride: *irs_name
fullnameOverride: *irs_name
bpn: *bpnIrs
Expand Down
2 changes: 1 addition & 1 deletion charts/traceability-foss/values-e2e-a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ postgresql:
#########################
# IRS configuration #
#########################
item-relationship-service:
irs-helm:
nameOverride: *irs_name
fullnameOverride: *irs_name
bpn: *bpnIrs
Expand Down
2 changes: 1 addition & 1 deletion charts/traceability-foss/values-e2e-b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ postgresql:
#########################
# IRS configuration #
#########################
item-relationship-service:
irs-helm:
nameOverride: *irs_name
fullnameOverride: *irs_name
bpn: *bpnIrs
Expand Down
2 changes: 1 addition & 1 deletion charts/traceability-foss/values-int-a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ postgresql:
#########################
# IRS configuration #
#########################
item-relationship-service:
irs-helm:
nameOverride: *irs_name
fullnameOverride: *irs_name
bpn: *bpn
Expand Down
2 changes: 1 addition & 1 deletion charts/traceability-foss/values-int-b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ postgresql:
#########################
# IRS configuration #
#########################
item-relationship-service:
irs-helm:
nameOverride: *irs_name
fullnameOverride: *irs_name
bpn: *bpn
Expand Down
2 changes: 1 addition & 1 deletion charts/traceability-foss/values-int-basf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ postgresql:
#########################
# IRS configuration #
#########################
item-relationship-service:
irs-helm:
nameOverride: *irs_name
fullnameOverride: *irs_name
bpn: *bpn
Expand Down
2 changes: 1 addition & 1 deletion charts/traceability-foss/values-int-bmw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ postgresql:
#########################
# IRS configuration #
#########################
item-relationship-service:
irs-helm:
nameOverride: *irs_name
fullnameOverride: *irs_name
bpn: *bpn
Expand Down
4 changes: 2 additions & 2 deletions charts/traceability-foss/values-pen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ backend:

dependencies:
enabled: false
irs: 'CHANGE_ME' # <item-relationship-service.nameOverride>
irs: 'CHANGE_ME' # <irs-helm.nameOverride>
edc: 'CHANGE_ME' # <tractusx-connector.nameOverride

#########################
Expand Down Expand Up @@ -292,7 +292,7 @@ postgresql:
#########################
# IRS configuration #
#########################
item-relationship-service:
irs-helm:
enabled: false

###################################
Expand Down
2 changes: 1 addition & 1 deletion charts/traceability-foss/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ postgresql:
#########################
# IRS configuration #
#########################
item-relationship-service:
irs-helm:
nameOverride: *irs_name
fullnameOverride: *irs_name
bpn: *bpnIrs
Expand Down

0 comments on commit af05471

Please sign in to comment.