diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 039bc046..47de12a4 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -30,5 +30,9 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.4.0 + with: + charts_dir: charts/* + charts_repo_url: https://library-charts.fourxxi.com env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + CR_SKIP_EXISTING: "true" \ No newline at end of file