Skip to content

Commit

Permalink
Merge pull request #201 from catenax-ng/fix/Align_dummy_bridge_name
Browse files Browse the repository at this point in the history
fix(Gate-Pool): Fix version with alpha 3 and rename dummy bridge dock…
  • Loading branch information
nicoprow authored May 25, 2023
2 parents d36e46c + a96338b commit 6f3bd83
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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

0 comments on commit 6f3bd83

Please sign in to comment.