diff --git a/.github/workflows/helm-workflow.yaml b/.github/workflows/helm-workflow.yaml index 7914c2df..d40d051e 100644 --- a/.github/workflows/helm-workflow.yaml +++ b/.github/workflows/helm-workflow.yaml @@ -105,9 +105,10 @@ jobs: - name: Release charts if: ${{ github.event.repository.default_branch && github.event_name == 'push' }} - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@main with: charts_dir: . mark_as_latest: false + packages_with_index: true env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 27a353f2..e3fcc74c 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sql-exporter description: Database agnostic SQL exporter for Prometheus type: application -version: 0.1.3 +version: 0.1.4 appVersion: 0.12.3 keywords: - exporter diff --git a/helm/templates/NOTES.txt b/helm/templates/NOTES.txt index 4a9da1ca..cda797f2 100644 --- a/helm/templates/NOTES.txt +++ b/helm/templates/NOTES.txt @@ -23,11 +23,3 @@ You need to configure either collectors or collectorFiles (or both), please have {{- end }} ------------------------------- -If you want to test if the helm release is configured correctly, you can execute - - $ helm test {{ .Release.Name }} - -This test will check that sql_exported metrics endpoint returns status 200 - -