Skip to content

Commit

Permalink
Merge pull request #376 from eclipse-tractusx/feat/helm/appversion-4.…
Browse files Browse the repository at this point in the history
…0.0-alpha.10

Feat: BPDM Chart Appversion 4.0.0-alpha.10
  • Loading branch information
nicoprow authored Aug 4, 2023
2 parents 1ddb712 + fc08df2 commit 1ad609a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions charts/bpdm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ apiVersion: v2
name: bpdm
type: application
description: A Helm chart for Kubernetes that deploys the gate and pool applications
version: 3.0.2-alpha.6
appVersion: "4.0.0-alpha.9"
version: 3.0.2-alpha.7
appVersion: "4.0.0-alpha.10"
home: https://github.com/eclipse-tractusx/bpdm
sources:
- https://github.com/eclipse-tractusx/bpdm

dependencies:
- name: bpdm-gate
version: 4.0.0-alpha.11
version: 4.0.0-alpha.12
alias: bpdm-gate
condition: bpdm-gate.enabled
- name: bpdm-pool
version: 5.0.0-alpha.10
version: 5.0.0-alpha.11
alias: bpdm-pool
condition: bpdm-pool.enabled
- name: bpdm-bridge-dummy
version: 1.0.1-alpha.6
version: 1.0.1-alpha.7
alias: bpdm-bridge-dummy
condition: bpdm-bridge-dummy.enabled
- name: opensearch
Expand Down
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-bridge-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-bridge-dummy
appVersion: "4.0.0-alpha.9"
version: 1.0.1-alpha.6
appVersion: "4.0.0-alpha.10"
version: 1.0.1-alpha.7
description: A Helm chart for deploying the BPDM bridge dummy 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: "4.0.0-alpha.9"
version: 4.0.0-alpha.11
appVersion: "4.0.0-alpha.10"
version: 4.0.0-alpha.12
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-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: "4.0.0-alpha.9"
version: 5.0.0-alpha.10
appVersion: "4.0.0-alpha.10"
version: 5.0.0-alpha.11
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

0 comments on commit 1ad609a

Please sign in to comment.