diff --git a/.github/workflows/chart-release.yml b/.github/workflows/chart-release.yml deleted file mode 100644 index 952bff5c..00000000 --- a/.github/workflows/chart-release.yml +++ /dev/null @@ -1,30 +0,0 @@ -# reference: https://helm.sh/docs/howto/chart_releaser_action/#github-actions-workflow -name: Release Charts - -on: - push: - branches: - - master - -jobs: - release: - permissions: - contents: write - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Configure Git - run: | - git config user.name "$GITHUB_ACTOR" - git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - - - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.6.0 - env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - with: - charts_dir: chart diff --git a/chart/index.yaml b/chart/index.yaml deleted file mode 100644 index adf21330..00000000 --- a/chart/index.yaml +++ /dev/null @@ -1,3 +0,0 @@ -apiVersion: v1 -entries: {} -generated: "2024-04-03T17:43:58.307779939+02:00"