diff --git a/.github/workflows/chart.yml b/.github/workflows/chart.yml index 37717aa7..d439ea24 100644 --- a/.github/workflows/chart.yml +++ b/.github/workflows/chart.yml @@ -28,6 +28,5 @@ jobs: uses: helm/chart-releaser-action@v1.5.0 with: charts_dir: charts - config: cr.yaml env: CR_TOKEN: "${{ secrets.TOKEN }}" \ No newline at end of file diff --git a/cr.yaml b/cr.yaml deleted file mode 100644 index a768aeb9..00000000 --- a/cr.yaml +++ /dev/null @@ -1,3 +0,0 @@ -release-name-template: {{ .Name }}-Chart-{{ .Version }} -git-base-url: https://api.github.com/ -git-upload-url: https://uploads.github.com/