diff --git a/.github/workflows/chart-release.yaml b/.github/workflows/chart-release.yaml index 1728a09..74e0ed8 100644 --- a/.github/workflows/chart-release.yaml +++ b/.github/workflows/chart-release.yaml @@ -66,6 +66,7 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.4.1 env: + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_SKIP_EXISTING: "true" - name: Get current helm chart version @@ -92,7 +93,6 @@ jobs: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - if: steps.version-check.outputs.exists == 'false' - name: Set up Docker Buildx uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0 diff --git a/charts/dim/Chart.yaml b/charts/dim/Chart.yaml index 39c87bf..1bc7940 100644 --- a/charts/dim/Chart.yaml +++ b/charts/dim/Chart.yaml @@ -20,8 +20,8 @@ apiVersion: v2 name: dim type: application -version: 0.0.3 -appVersion: 0.0.3 +version: 0.0.4 +appVersion: 0.0.4 description: Helm chart for DIM Middle Layer home: https://github.com/catenax-ng/dim-repo dependencies: