Skip to content

Commit

Permalink
Merge pull request #904 from eclipse-tractusx/feat/charts/app-version…
Browse files Browse the repository at this point in the history
…-6.0.0-alpha.3

feat(Charts): increase app version to 6.0.0-alpha.3
  • Loading branch information
nicoprow authored May 11, 2024
2 parents 5f9b435 + aaecb59 commit 50b1cd0
Show file tree
Hide file tree
Showing 8 changed files with 3,575 additions and 14 deletions.
4 changes: 4 additions & 0 deletions charts/bpdm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/),

- Postgres Chart dependency version from 14 to 15: When using the Postgres deployment managed by the BPDM Chart please mind to migrate your data as this update is not backwards compatible.

### Added

- Keycloak dependency loading a default Cx-Central realm

### Changed

- update BPDM Pool Chart to version 7.0.0
Expand Down
17 changes: 11 additions & 6 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.0.0-alpha.3
appVersion: "6.0.0-alpha.1"
version: 5.0.0-alpha.4
appVersion: "6.0.0-alpha.3"
home: https://github.com/eclipse-tractusx/bpdm
sources:
- https://github.com/eclipse-tractusx/bpdm
Expand All @@ -33,19 +33,19 @@ maintainers:

dependencies:
- name: bpdm-gate
version: 6.0.0-alpha.2
version: 6.0.0-alpha.3
alias: bpdm-gate
condition: bpdm-gate.enabled
- name: bpdm-pool
version: 7.0.0-alpha.2
version: 7.0.0-alpha.3
alias: bpdm-pool
condition: bpdm-pool.enabled
- name: bpdm-cleaning-service-dummy
version: 3.0.0-alpha.1
version: 3.0.0-alpha.2
alias: bpdm-cleaning-service-dummy
condition: bpdm-cleaning-service-dummy.enabled
- name: bpdm-orchestrator
version: 3.0.0-alpha.1
version: 3.0.0-alpha.2
alias: bpdm-orchestrator
condition: bpdm-orchestrator.enabled
- name: bpdm-common
Expand All @@ -55,3 +55,8 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
alias: postgres
condition: postgres.enabled
- name: keycloak
version: 19.3.0
repository: https://charts.bitnami.com/bitnami
alias: keycloak
condition: keycloak.enabled
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
apiVersion: v2
type: application
name: bpdm-cleaning-service-dummy
appVersion: "6.0.0-alpha.1"
version: 3.0.0-alpha.1
appVersion: "6.0.0-alpha.3"
version: 3.0.0-alpha.2
description: A Helm chart for deploying the BPDM cleaning service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
Expand Down
4 changes: 2 additions & 2 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.0.0-alpha.1"
version: 6.0.0-alpha.2
appVersion: "6.0.0-alpha.3"
version: 6.0.0-alpha.3
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 Down
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
apiVersion: v2
type: application
name: bpdm-orchestrator
appVersion: "6.0.0-alpha.1"
version: 3.0.0-alpha.1
appVersion: "6.0.0-alpha.3"
version: 3.0.0-alpha.2
description: A Helm chart for deploying the BPDM Orchestrator service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
Expand Down
4 changes: 2 additions & 2 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.0.0-alpha.1"
version: 7.0.0-alpha.2
appVersion: "6.0.0-alpha.3"
version: 7.0.0-alpha.3
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 Down
Loading

0 comments on commit 50b1cd0

Please sign in to comment.