Skip to content

Commit

Permalink
build(release-candidate): BPDM 6.3.0-rc3 & BPDM Charts 5.3.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
SujitMBRDI committed Feb 20, 2025
1 parent 14ea1d8 commit 8a52c82
Show file tree
Hide file tree
Showing 18 changed files with 66 additions and 56 deletions.
14 changes: 7 additions & 7 deletions charts/bpdm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ apiVersion: v2
name: bpdm
type: application
description: A Helm chart for Kubernetes that deploys the BPDM applications
version: 5.3.0-SNAPSHOT
appVersion: "6.3.0-SNAPSHOT"
version: 5.3.0-rc3
appVersion: "6.3.0-rc3"
home: https://github.com/eclipse-tractusx/bpdm
sources:
- https://github.com/eclipse-tractusx/bpdm
Expand All @@ -33,23 +33,23 @@ maintainers:

dependencies:
- name: bpdm-gate
version: 6.3.0-SNAPSHOT
version: 6.3.0-rc3
alias: bpdm-gate
condition: bpdm-gate.enabled
- name: bpdm-pool
version: 7.3.0-SNAPSHOT
version: 7.3.0-rc3
alias: bpdm-pool
condition: bpdm-pool.enabled
- name: bpdm-cleaning-service-dummy
version: 3.3.0-SNAPSHOT
version: 3.3.0-rc3
alias: bpdm-cleaning-service-dummy
condition: bpdm-cleaning-service-dummy.enabled
- name: bpdm-orchestrator
version: 3.3.0-SNAPSHOT
version: 3.3.0-rc3
alias: bpdm-orchestrator
condition: bpdm-orchestrator.enabled
- name: bpdm-common
version: 1.0.3-SNAPSHOT
version: 1.0.3-rc3
- name: postgresql
version: 12.12.10
repository: https://charts.bitnami.com/bitnami
Expand Down
42 changes: 25 additions & 17 deletions charts/bpdm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bpdm

![Version: 5.2.0](https://img.shields.io/badge/Version-5.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.0-rc5](https://img.shields.io/badge/AppVersion-6.2.0--rc5-informational?style=flat-square)
![Version: 5.3.0-rc3](https://img.shields.io/badge/Version-5.3.0--rc3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.0-rc3](https://img.shields.io/badge/AppVersion-6.3.0--rc3-informational?style=flat-square)

A Helm chart for Kubernetes that deploys the BPDM applications

Expand All @@ -21,13 +21,13 @@ A Helm chart for Kubernetes that deploys the BPDM applications

| Repository | Name | Version |
|------------|------|---------|
| | bpdm-cleaning-service-dummy(bpdm-cleaning-service-dummy) | 3.2.0 |
| | bpdm-common | 1.0.2 |
| | bpdm-gate(bpdm-gate) | 6.2.0 |
| | bpdm-orchestrator(bpdm-orchestrator) | 3.2.0 |
| | bpdm-pool(bpdm-pool) | 7.2.0 |
| | bpdm-cleaning-service-dummy(bpdm-cleaning-service-dummy) | 3.3.0-rc3 |
| | bpdm-common | 1.0.3-rc3 |
| | bpdm-gate(bpdm-gate) | 6.3.0-rc3 |
| | bpdm-orchestrator(bpdm-orchestrator) | 3.3.0-rc3 |
| | bpdm-pool(bpdm-pool) | 7.3.0-rc3 |
| https://charts.bitnami.com/bitnami | postgres(postgresql) | 12.12.10 |
| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 3.0.1 |
| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 4.0.1 |

## Values

Expand All @@ -53,21 +53,29 @@ A Helm chart for Kubernetes that deploys the BPDM applications
| bpdm-pool.postgres.enabled | bool | `false` | |
| centralidp.enabled | bool | `true` | |
| centralidp.keycloak.fullnameOverride | string | `"bpdm-centralidp"` | |
| centralidp.keycloak.initContainers[0].args[0] | string | `"-c"` | |
| centralidp.keycloak.initContainers[0].args[1] | string | `"echo \"Copying themes...\"\ncp -R /import/themes/catenax-central/* /themes\necho \"Copying realms...\"\ncp -R /import/catenax-central/realms/* /realms\n"` | |
| centralidp.keycloak.initContainers[0].command[0] | string | `"sh"` | |
| centralidp.keycloak.initContainers[0].image | string | `"docker.io/tractusx/portal-iam:3018805f77913926061af13bb5b35cbb98835c6e"` | |
| centralidp.keycloak.initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | |
| centralidp.keycloak.initContainers[0].name | string | `"import"` | |
| centralidp.keycloak.initContainers[0].volumeMounts[0].mountPath | string | `"/themes"` | |
| centralidp.keycloak.initContainers[0].volumeMounts[0].name | string | `"themes"` | |
| centralidp.keycloak.initContainers[0].volumeMounts[1].mountPath | string | `"/realms"` | |
| centralidp.keycloak.initContainers[0].volumeMounts[1].name | string | `"realms"` | |
| centralidp.realmSeeding.serviceAccounts.clientSecrets[0].clientId | string | `"sa-cl7-cx-1"` | |
| centralidp.realmSeeding.serviceAccounts.clientSecrets[0].clientSecret | string | `"**********"` | |
| centralidp.realmSeeding.serviceAccounts.clientSecrets[1].clientId | string | `"sa-cl7-cx-5"` | |
| centralidp.realmSeeding.serviceAccounts.clientSecrets[1].clientSecret | string | `"**********"` | |
| centralidp.realmSeeding.serviceAccounts.clientSecrets[2].clientId | string | `"sa-cl7-cx-7"` | |
| centralidp.realmSeeding.serviceAccounts.clientSecrets[2].clientSecret | string | `"**********"` | |
| centralidp.realmSeeding.serviceAccounts.clientSecrets[3].clientId | string | `"sa-cl25-cx-1"` | |
| centralidp.realmSeeding.serviceAccounts.clientSecrets[3].clientSecret | string | `"**********"` | |
| centralidp.realmSeeding.serviceAccounts.clientSecrets[4].clientId | string | `"sa-cl25-cx-2"` | |
| centralidp.realmSeeding.serviceAccounts.clientSecrets[4].clientSecret | string | `"**********"` | |
| centralidp.realmSeeding.serviceAccounts.clientSecrets[5].clientId | string | `"sa-cl25-cx-3"` | |
| centralidp.realmSeeding.serviceAccounts.clientSecrets[5].clientSecret | string | `"**********"` | |
| postgres.auth.database | string | `"bpdm"` | |
| postgres.auth.password | string | `"bpdm"` | |
| postgres.auth.username | string | `"bpdm"` | |
| postgres.enabled | bool | `true` | |
| postgres.fullnameOverride | string | `"bpdm-postgres"` | |
| tests.applicationConfig.bpdm.client.gate.provider.issuer-uri | string | `"http://bpdm-centralidp/auth/realms/CX-Central"` | |
| tests.applicationConfig.bpdm.client.pool.provider.issuer-uri | string | `"http://bpdm-centralidp/auth/realms/CX-Central"` | |
| tests.image.pullPolicy | string | `"IfNotPresent"` | |
| tests.image.registry | string | `"docker.io"` | |
| tests.image.repository | string | `"tractusx/bpdm-system-tester"` | |
| tests.image.tag | string | `""` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
6 changes: 3 additions & 3 deletions charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
apiVersion: v2
type: application
name: bpdm-cleaning-service-dummy
appVersion: "6.3.0-SNAPSHOT"
version: 3.3.0-SNAPSHOT
appVersion: "6.3.0-rc3"
version: 3.3.0-rc3
description: A Helm chart for deploying the BPDM cleaning service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
- https://github.com/eclipse-tractusx/bpdm
dependencies:
- name: bpdm-common
version: 1.0.3-SNAPSHOT
version: 1.0.3-rc3
repository: "file://../bpdm-common"
- name: centralidp
version: 4.0.0
Expand Down
6 changes: 3 additions & 3 deletions charts/bpdm/charts/bpdm-cleaning-service-dummy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bpdm-cleaning-service-dummy

![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.0-rc5](https://img.shields.io/badge/AppVersion-6.2.0--rc5-informational?style=flat-square)
![Version: 3.3.0-rc3](https://img.shields.io/badge/Version-3.3.0--rc3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.0-rc3](https://img.shields.io/badge/AppVersion-6.3.0--rc3-informational?style=flat-square)

A Helm chart for deploying the BPDM cleaning service

Expand All @@ -21,8 +21,8 @@ A Helm chart for deploying the BPDM cleaning service

| Repository | Name | Version |
|------------|------|---------|
| file://../bpdm-common | bpdm-common | 1.0.2 |
| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 3.0.1 |
| file://../bpdm-common | bpdm-common | 1.0.3-rc3 |
| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 4.0.0 |

## Values

Expand Down
2 changes: 1 addition & 1 deletion charts/bpdm/charts/bpdm-common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
apiVersion: v2
type: library
name: bpdm-common
version: 1.0.3-SNAPSHOT
version: 1.0.3-rc3
description: A library Helm Chart for other BPDM Charts
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
Expand Down
6 changes: 3 additions & 3 deletions charts/bpdm/charts/bpdm-gate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
apiVersion: v2
type: application
name: bpdm-gate
appVersion: "6.3.0-SNAPSHOT"
version: 6.3.0-SNAPSHOT
appVersion: "6.3.0-rc3"
version: 6.3.0-rc3
description: A Helm chart for deploying the BPDM gate service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
Expand All @@ -34,7 +34,7 @@ dependencies:
alias: postgres
condition: postgres.enabled
- name: bpdm-common
version: 1.0.3-rc2
version: 1.0.3-rc3
repository: "file://../bpdm-common"
- name: centralidp
version: 4.0.0
Expand Down
7 changes: 4 additions & 3 deletions charts/bpdm/charts/bpdm-gate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bpdm-gate

![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.0-rc5](https://img.shields.io/badge/AppVersion-6.2.0--rc5-informational?style=flat-square)
![Version: 6.3.0-rc3](https://img.shields.io/badge/Version-6.3.0--rc3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.0-rc3](https://img.shields.io/badge/AppVersion-6.3.0--rc3-informational?style=flat-square)

A Helm chart for deploying the BPDM gate service

Expand All @@ -21,9 +21,9 @@ A Helm chart for deploying the BPDM gate service

| Repository | Name | Version |
|------------|------|---------|
| file://../bpdm-common | bpdm-common | 1.0.2 |
| file://../bpdm-common | bpdm-common | 1.0.3-rc3 |
| https://charts.bitnami.com/bitnami | postgres(postgresql) | 12.12.10 |
| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 3.0.1 |
| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 4.0.0 |

## Values

Expand Down Expand Up @@ -81,6 +81,7 @@ A Helm chart for deploying the BPDM gate service
| securityContext.runAsGroup | int | `10001` | |
| securityContext.runAsNonRoot | bool | `true` | |
| securityContext.runAsUser | int | `10001` | |
| securityContext.seccompProfile.type | string | `"RuntimeDefault"` | |
| service.port | int | `80` | |
| service.targetPort | int | `8081` | |
| service.type | string | `"ClusterIP"` | |
Expand Down
6 changes: 3 additions & 3 deletions charts/bpdm/charts/bpdm-orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
apiVersion: v2
type: application
name: bpdm-orchestrator
appVersion: "6.3.0-SNAPSHOT"
version: 3.3.0-SNAPSHOT
appVersion: "6.3.0-rc3"
version: 3.3.0-rc3
description: A Helm chart for deploying the BPDM Orchestrator service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
- https://github.com/eclipse-tractusx/bpdm
dependencies:
- name: bpdm-common
version: 1.0.3-rc2
version: 1.0.3-rc3
repository: "file://../bpdm-common"
- name: postgresql
version: 12.12.10
Expand Down
6 changes: 3 additions & 3 deletions charts/bpdm/charts/bpdm-orchestrator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bpdm-orchestrator

![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.0-rc5](https://img.shields.io/badge/AppVersion-6.2.0--rc5-informational?style=flat-square)
![Version: 3.3.0-rc3](https://img.shields.io/badge/Version-3.3.0--rc3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.0-rc3](https://img.shields.io/badge/AppVersion-6.3.0--rc3-informational?style=flat-square)

A Helm chart for deploying the BPDM Orchestrator service

Expand All @@ -21,9 +21,9 @@ A Helm chart for deploying the BPDM Orchestrator service

| Repository | Name | Version |
|------------|------|---------|
| file://../bpdm-common | bpdm-common | 1.0.2 |
| file://../bpdm-common | bpdm-common | 1.0.3-rc3 |
| https://charts.bitnami.com/bitnami | postgres(postgresql) | 12.12.10 |
| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 3.0.1 |
| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 4.0.0 |

## Values

Expand Down
6 changes: 3 additions & 3 deletions charts/bpdm/charts/bpdm-pool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
apiVersion: v2
type: application
name: bpdm-pool
appVersion: "6.3.0-SNAPSHOT"
version: 7.3.0-SNAPSHOT
appVersion: "6.3.0-rc3"
version: 7.3.0-rc3
description: A Helm chart for deploying the BPDM pool service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
Expand All @@ -34,7 +34,7 @@ dependencies:
alias: postgres
condition: postgres.enabled
- name: bpdm-common
version: 1.0.3-SNAPSHOT
version: 1.0.3-rc3
repository: "file://../bpdm-common"
- name: centralidp
version: 4.0.0
Expand Down
7 changes: 4 additions & 3 deletions charts/bpdm/charts/bpdm-pool/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bpdm-pool

![Version: 7.2.0](https://img.shields.io/badge/Version-7.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.0-rc5](https://img.shields.io/badge/AppVersion-6.2.0--rc5-informational?style=flat-square)
![Version: 7.3.0-rc3](https://img.shields.io/badge/Version-7.3.0--rc3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.0-rc3](https://img.shields.io/badge/AppVersion-6.3.0--rc3-informational?style=flat-square)

A Helm chart for deploying the BPDM pool service

Expand All @@ -21,9 +21,9 @@ A Helm chart for deploying the BPDM pool service

| Repository | Name | Version |
|------------|------|---------|
| file://../bpdm-common | bpdm-common | 1.0.2 |
| file://../bpdm-common | bpdm-common | 1.0.3-rc3 |
| https://charts.bitnami.com/bitnami | postgres(postgresql) | 12.12.10 |
| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 3.0.1 |
| https://eclipse-tractusx.github.io/charts/dev | centralidp(centralidp) | 4.0.0 |

## Values

Expand Down Expand Up @@ -81,6 +81,7 @@ A Helm chart for deploying the BPDM pool service
| securityContext.runAsGroup | int | `10001` | |
| securityContext.runAsNonRoot | bool | `true` | |
| securityContext.runAsUser | int | `10001` | |
| securityContext.seccompProfile.type | string | `"RuntimeDefault"` | |
| service.port | int | `80` | |
| service.targetPort | int | `8080` | |
| service.type | string | `"ClusterIP"` | |
Expand Down
2 changes: 1 addition & 1 deletion docs/api/gate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info" : {
"title" : "Business Partner Data Management Gate",
"description" : "A gate for a member to share business partner data with CatenaX",
"version" : "6.3.0-SNAPSHOT"
"version" : "6.3.0-rc3"
},
"servers" : [ {
"url" : "http://localhost:8081",
Expand Down
2 changes: 1 addition & 1 deletion docs/api/gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.1.0
info:
title: Business Partner Data Management Gate
description: A gate for a member to share business partner data with CatenaX
version: 6.3.0-SNAPSHOT
version: 6.3.0-rc3
servers:
- url: http://localhost:8081
description: Generated server url
Expand Down
2 changes: 1 addition & 1 deletion docs/api/orchestrator.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info" : {
"title" : "Business Partner Data Management Orchestrator",
"description" : "Orchestrator component acts as a passive component and offers for each processing steps individual endpoints",
"version" : "6.3.0-SNAPSHOT"
"version" : "6.3.0-rc3"
},
"servers" : [ {
"url" : "http://localhost:8085",
Expand Down
2 changes: 1 addition & 1 deletion docs/api/orchestrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ info:
title: Business Partner Data Management Orchestrator
description: Orchestrator component acts as a passive component and offers for each
processing steps individual endpoints
version: 6.3.0-SNAPSHOT
version: 6.3.0-rc3
servers:
- url: http://localhost:8085
description: Generated server url
Expand Down
2 changes: 1 addition & 1 deletion docs/api/pool.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info" : {
"title" : "Business Partner Data Management Pool",
"description" : "Service that manages and shares business partner data with other CatenaX services",
"version" : "6.3.0-SNAPSHOT"
"version" : "6.3.0-rc3"
},
"servers" : [ {
"url" : "http://localhost:8080",
Expand Down
2 changes: 1 addition & 1 deletion docs/api/pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ info:
title: Business Partner Data Management Pool
description: Service that manages and shares business partner data with other CatenaX
services
version: 6.3.0-SNAPSHOT
version: 6.3.0-rc3
servers:
- url: http://localhost:8080
description: Generated server url
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</modules>

<properties>
<revision>6.3.0-SNAPSHOT</revision>
<revision>6.3.0-rc3</revision>
<java.version>21</java.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
Expand Down

0 comments on commit 8a52c82

Please sign in to comment.