Skip to content

Commit 620da10

Browse files
authored
PRD - Fix issue with missing mandatee ID in the Marketplace (#2560)
1 parent dd805c9 commit 620da10

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ionos_prd/marketplace/bae/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ business-api-ecosystem:
198198
statefulset:
199199
image:
200200
repository: fiware/biz-ecosystem-logic-proxy
201-
tag: "11.15.0"
201+
tag: "11.15.1"
202202
pullPolicy: Always
203203

204204
ingress:
@@ -291,6 +291,8 @@ business-api-ecosystem:
291291
value: http://certification-backend-svc.dome-certification.svc.cluster.local:8080
292292
- name: BAE_LP_ENDPOINT_SEARCH_HOST
293293
value: dome-search-svc.search-engine.svc.cluster.local
294+
- name: BAE_LP_LEAR_URL
295+
value: https://issuer.dome-marketplace.eu/
294296
- name: BAE_LP_SIOP_PRIVATE_KEY
295297
valueFrom:
296298
secretKeyRef:

0 commit comments

Comments
 (0)