diff --git a/charts/bpa/Chart.yaml b/charts/bpa/Chart.yaml index 6827ed91d..4a5c48827 100644 --- a/charts/bpa/Chart.yaml +++ b/charts/bpa/Chart.yaml @@ -3,7 +3,7 @@ name: bpa description: The Business Partner Agent allows to manage and exchange master data between organizations. type: application -version: 0.1.0-alpha2.12 +version: 0.1.0-alpha2.12.1 appVersion: 0.1.0-alpha2.12 home: "https://github.com/hyperledger-labs/business-partner-agent/tree/master/charts/bpa" diff --git a/charts/bpa/templates/bpa_deployment.yaml b/charts/bpa/templates/bpa_deployment.yaml index 4859c78a2..fc7643ffa 100644 --- a/charts/bpa/templates/bpa_deployment.yaml +++ b/charts/bpa/templates/bpa_deployment.yaml @@ -65,8 +65,8 @@ spec: -Dbpa.pg.username={{ .Values.postgresql.postgresqlUsername }} -Dbpa.pg.password=$(POSTGRES_PASSWORD) -Dbpa.host={{ (index .Values.bpa.ingress.hosts 0).host }} - -Dbpa.schemas.bank-account.id={{ .Values.bpa.schemas.bank-account.id }} - -Dbpa.schemas.commercial-register.id={{ .Values.bpa.schemas.commercial-register.id}} + -Dbpa.schemas.bank-account.id={{ .Values.bpa.schemas.bankaccount.id }} + -Dbpa.schemas.commercial-register.id={{ .Values.bpa.schemas.commercialregister.id}} resources: {{- toYaml .Values.bpa.resources | nindent 12 }} {{- with .Values.bpa.nodeSelector }} diff --git a/charts/bpa/values.yaml b/charts/bpa/values.yaml index 404da58ab..f75c0106c 100644 --- a/charts/bpa/values.yaml +++ b/charts/bpa/values.yaml @@ -48,9 +48,9 @@ bpa: # schemas to be configured initially (further schemas can be configured by the user in the frontend) schemas: - commercial-register: + commercialregister: id: "3gLVpb3i5jzvZqWYyesSB3:2:commercialregister:1.2" - bank-account: + bankaccount: id: "M6Mbe3qx7vB4wpZF4sBRjt:2:bank_account:1.0" imagePullSecrets: []