diff --git a/.github/workflows/build-docker-all.yaml b/.github/workflows/build-docker-all.yaml index 79f8bdc77..7bc9ac707 100644 --- a/.github/workflows/build-docker-all.yaml +++ b/.github/workflows/build-docker-all.yaml @@ -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' }} \ No newline at end of file diff --git a/charts/bpdm/Chart.yaml b/charts/bpdm/Chart.yaml index 77abcb8db..732befebb 100644 --- a/charts/bpdm/Chart.yaml +++ b/charts/bpdm/Chart.yaml @@ -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: diff --git a/charts/bpdm/charts/bpdm-gate/Chart.yaml b/charts/bpdm/charts/bpdm-gate/Chart.yaml index 8465053bd..b91a87a53 100644 --- a/charts/bpdm/charts/bpdm-gate/Chart.yaml +++ b/charts/bpdm/charts/bpdm-gate/Chart.yaml @@ -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 diff --git a/charts/bpdm/charts/bpdm-pool/Chart.yaml b/charts/bpdm/charts/bpdm-pool/Chart.yaml index ef809ff89..2f5514e1f 100644 --- a/charts/bpdm/charts/bpdm-pool/Chart.yaml +++ b/charts/bpdm/charts/bpdm-pool/Chart.yaml @@ -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