diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 946c7c3..dc333a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,12 +24,6 @@ jobs: with: version: v3.4.0 - - name: Restructure Directory - run: | - mkdir -p charts/docker-hub-rate-limit-exporter - cp -r chart/* charts/docker-hub-rate-limit-exporter - shell: bash - - name: Run chart-releaser uses: helm/chart-releaser-action@v1.1.0 env: diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 089a2d4..4255229 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.5 +version: 0.2.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/docker-hub-rate-limit-exporter b/charts/docker-hub-rate-limit-exporter new file mode 120000 index 0000000..a8ede8f --- /dev/null +++ b/charts/docker-hub-rate-limit-exporter @@ -0,0 +1 @@ +../chart \ No newline at end of file