Skip to content

Commit

Permalink
Merge pull request #1213 from eclipse-tractusx/build/6.3.0-rc1
Browse files Browse the repository at this point in the history
build(release-candidate): BPDM 6.3.0-rc1 & BPDM Charts 5.3.0-rc1
  • Loading branch information
SujitMBRDI authored Feb 7, 2025
2 parents 0fc096b + f7e244f commit 021bbf4
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 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-rc1
appVersion: "6.3.0-rc1"
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-rc1
alias: bpdm-gate
condition: bpdm-gate.enabled
- name: bpdm-pool
version: 7.3.0-SNAPSHOT
version: 7.3.0-rc1
alias: bpdm-pool
condition: bpdm-pool.enabled
- name: bpdm-cleaning-service-dummy
version: 3.3.0-SNAPSHOT
version: 3.3.0-rc1
alias: bpdm-cleaning-service-dummy
condition: bpdm-cleaning-service-dummy.enabled
- name: bpdm-orchestrator
version: 3.3.0-SNAPSHOT
version: 3.3.0-rc1
alias: bpdm-orchestrator
condition: bpdm-orchestrator.enabled
- name: bpdm-common
version: 1.0.3-SNAPSHOT
version: 1.0.3-rc1
- name: postgresql
version: 12.12.10
repository: https://charts.bitnami.com/bitnami
Expand Down
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-rc1"
version: 3.3.0-rc1
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.2
version: 1.0.3-rc1
repository: "file://../bpdm-common"
- name: centralidp
version: 4.0.0
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-rc1
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-rc1"
version: 6.3.0-rc1
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.2
version: 1.0.3-rc1
repository: "file://../bpdm-common"
- name: centralidp
version: 4.0.0
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-rc1"
version: 3.3.0-rc1
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.2
version: 1.0.3-rc1
repository: "file://../bpdm-common"
- name: postgresql
version: 12.12.10
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-rc1"
version: 7.3.0-rc1
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.2
version: 1.0.3-rc1
repository: "file://../bpdm-common"
- name: centralidp
version: 4.0.0
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-rc1</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 021bbf4

Please sign in to comment.