diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc333a1..a977d01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,5 +26,7 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.1.0 + with: + charts_dir: charts env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/chart b/chart new file mode 120000 index 0000000..35dccba --- /dev/null +++ b/chart @@ -0,0 +1 @@ +charts/docker-hub-rate-limit-exporter-chart \ No newline at end of file diff --git a/charts/docker-hub-rate-limit-exporter b/charts/docker-hub-rate-limit-exporter deleted file mode 120000 index a8ede8f..0000000 --- a/charts/docker-hub-rate-limit-exporter +++ /dev/null @@ -1 +0,0 @@ -../chart \ No newline at end of file diff --git a/chart/Chart.yaml b/charts/docker-hub-rate-limit-exporter-chart/Chart.yaml similarity index 98% rename from chart/Chart.yaml rename to charts/docker-hub-rate-limit-exporter-chart/Chart.yaml index e67dc5c..ece2d3c 100644 --- a/chart/Chart.yaml +++ b/charts/docker-hub-rate-limit-exporter-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.7 +version: 0.2.8 # 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/chart/README.md b/charts/docker-hub-rate-limit-exporter-chart/README.md similarity index 100% rename from chart/README.md rename to charts/docker-hub-rate-limit-exporter-chart/README.md diff --git a/chart/icon.png b/charts/docker-hub-rate-limit-exporter-chart/icon.png similarity index 100% rename from chart/icon.png rename to charts/docker-hub-rate-limit-exporter-chart/icon.png diff --git a/chart/templates/_helpers.tpl b/charts/docker-hub-rate-limit-exporter-chart/templates/_helpers.tpl similarity index 100% rename from chart/templates/_helpers.tpl rename to charts/docker-hub-rate-limit-exporter-chart/templates/_helpers.tpl diff --git a/chart/templates/configmap.yaml b/charts/docker-hub-rate-limit-exporter-chart/templates/configmap.yaml similarity index 100% rename from chart/templates/configmap.yaml rename to charts/docker-hub-rate-limit-exporter-chart/templates/configmap.yaml diff --git a/chart/templates/deployment.yaml b/charts/docker-hub-rate-limit-exporter-chart/templates/deployment.yaml similarity index 100% rename from chart/templates/deployment.yaml rename to charts/docker-hub-rate-limit-exporter-chart/templates/deployment.yaml diff --git a/chart/templates/secret.yaml b/charts/docker-hub-rate-limit-exporter-chart/templates/secret.yaml similarity index 100% rename from chart/templates/secret.yaml rename to charts/docker-hub-rate-limit-exporter-chart/templates/secret.yaml diff --git a/chart/templates/service.yaml b/charts/docker-hub-rate-limit-exporter-chart/templates/service.yaml similarity index 100% rename from chart/templates/service.yaml rename to charts/docker-hub-rate-limit-exporter-chart/templates/service.yaml diff --git a/chart/templates/serviceaccount.yaml b/charts/docker-hub-rate-limit-exporter-chart/templates/serviceaccount.yaml similarity index 100% rename from chart/templates/serviceaccount.yaml rename to charts/docker-hub-rate-limit-exporter-chart/templates/serviceaccount.yaml diff --git a/chart/templates/servicemonitor.yaml b/charts/docker-hub-rate-limit-exporter-chart/templates/servicemonitor.yaml old mode 100755 new mode 100644 similarity index 100% rename from chart/templates/servicemonitor.yaml rename to charts/docker-hub-rate-limit-exporter-chart/templates/servicemonitor.yaml diff --git a/chart/values.yaml b/charts/docker-hub-rate-limit-exporter-chart/values.yaml similarity index 100% rename from chart/values.yaml rename to charts/docker-hub-rate-limit-exporter-chart/values.yaml