Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Gate-Pool): Fix version with alpha 3 and rename dummy bridge dock… #201

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
dockerfilePath: ./bpdm-gate/Dockerfile
push: ${{ github.event_name != 'pull_request' }}

build-docker-dummy-bridge:
build-docker-bridge-dummy:
uses: ./.github/workflows/build-docker.yaml
with:
imageName: dummy-bridge
imageName: bridge-dummy
dockerfilePath: ./bpdm-bridge-dummy/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
2 changes: 1 addition & 1 deletion charts/bpdm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apiVersion: v2
name: bpdm umbrella-chart
type: application
description: A Helm chart for Kubernetes that deploys the gate and pool applications
version: 0.1.0
version: 0.2.0
appVersion: 1.0.0
home: https://github.com/eclipse-tractusx/bpdm
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/bpdm/charts/bpdm-gate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
apiVersion: v2
type: application
name: bpdm-gate
appVersion: "4.0.0-alpha.2"
appVersion: "4.0.0-alpha.3"
version: 4.0.0-alpha.5
description: A Helm chart for deploying the BPDM gate service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
Expand Down
2 changes: 1 addition & 1 deletion charts/bpdm/charts/bpdm-pool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
apiVersion: v2
type: application
name: bpdm-pool
appVersion: "4.0.0-alpha.2"
appVersion: "4.0.0-alpha.3"
version: 5.0.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
Expand Down