Skip to content

Commit

Permalink
Merge pull request #581 from eclipse-tractusx/feat/charts/appversion-…
Browse files Browse the repository at this point in the history
…4.1.0-alpha.4

feat(Charts): increase app version to 4.1.0-alpha.4
  • Loading branch information
nicoprow authored Oct 26, 2023
2 parents d696bdb + ac6ad5a commit e5ce1da
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 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 gate and pool applications
version: 3.1.0-alpha.6
appVersion: "4.1.0-alpha.3"
version: 3.1.0-alpha.7
appVersion: "4.1.0-alpha.4"
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: 4.1.0-alpha.3
version: 4.1.0-alpha.4
alias: bpdm-gate
condition: bpdm-gate.enabled
- name: bpdm-pool
version: 5.1.0-alpha.3
version: 5.1.0-alpha.4
alias: bpdm-pool
condition: bpdm-pool.enabled
- name: bpdm-bridge-dummy
version: 1.1.0-alpha.3
version: 1.1.0-alpha.4
alias: bpdm-bridge-dummy
condition: bpdm-bridge-dummy.enabled
- name: bpdm-cleaning-service-dummy
version: 1.0.0-alpha.4
version: 1.0.0-alpha.5
alias: bpdm-cleaning-service-dummy
condition: bpdm-cleaning-service-dummy.enabled
- name: bpdm-orchestrator
version: 1.0.0-alpha.2
version: 1.0.0-alpha.3
alias: bpdm-orchestrator
condition: bpdm-orchestrator.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.1.0-alpha.3"
version: 1.1.0-alpha.3
appVersion: "4.1.0-alpha.4"
version: 1.1.0-alpha.4
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-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: "4.1.0-alpha.3"
version: 1.0.0-alpha.4
appVersion: "4.1.0-alpha.4"
version: 1.0.0-alpha.5
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.1.0-alpha.3"
version: 4.1.0-alpha.3
appVersion: "4.1.0-alpha.4"
version: 4.1.0-alpha.4
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: "4.1.0-alpha.3"
version: 1.0.0-alpha.2
appVersion: "4.1.0-alpha.4"
version: 1.0.0-alpha.3
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: "4.1.0-alpha.3"
version: 5.1.0-alpha.3
appVersion: "4.1.0-alpha.4"
version: 5.1.0-alpha.4
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 e5ce1da

Please sign in to comment.