diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e54e43..01b77f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,10 @@ jobs: permissions: contents: write runs-on: ubuntu-latest + strategy: + matrix: + project: + - './charts/BasicDeployment' steps: - name: Checkout uses: actions/checkout@v3 @@ -30,8 +34,8 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 - with: - charts_dir: './charts/BasicDeployment' + with: + charts_dir: ${{ matrix.project }} env: GITHUB_TOKEN: ${{ secrets.SECRETS_GITHUB_TOKEN }} CR_TOKEN: ${{ secrets.SECRETS_GITHUB_TOKEN }} \ No newline at end of file diff --git a/charts/BasicDeployment/hdp-server-deploy/Chart.yaml b/charts/BasicDeployment/hdp-server-deploy/Chart.yaml index 9857e47..44bf800 100644 --- a/charts/BasicDeployment/hdp-server-deploy/Chart.yaml +++ b/charts/BasicDeployment/hdp-server-deploy/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to