From 4a08d2bf1d9ca2ae8be2b8565c8549af2bfee240 Mon Sep 17 00:00:00 2001 From: Carsten Stukenborg Date: Thu, 23 Sep 2021 17:31:38 +0200 Subject: [PATCH] move chart files to /charts/docker-hub-rate-limit-exporter --- .github/workflows/release.yml | 2 +- .../Chart.yaml | 0 .../docker-hub-rate-limit-exporter-chart}/README.md | 0 .../docker-hub-rate-limit-exporter-chart}/icon.png | Bin .../templates/_helpers.tpl | 0 .../templates/configmap.yaml | 0 .../templates/deployment.yaml | 0 .../templates/secret.yaml | 0 .../templates/service.yaml | 0 .../templates/serviceaccount.yaml | 0 .../templates/servicemonitor.yaml | 0 .../values.yaml | 0 12 files changed, 1 insertion(+), 1 deletion(-) rename {chart => charts/docker-hub-rate-limit-exporter-chart}/Chart.yaml (100%) rename {chart => charts/docker-hub-rate-limit-exporter-chart}/README.md (100%) rename {chart => charts/docker-hub-rate-limit-exporter-chart}/icon.png (100%) rename {chart => charts/docker-hub-rate-limit-exporter-chart}/templates/_helpers.tpl (100%) rename {chart => charts/docker-hub-rate-limit-exporter-chart}/templates/configmap.yaml (100%) rename {chart => charts/docker-hub-rate-limit-exporter-chart}/templates/deployment.yaml (100%) rename {chart => charts/docker-hub-rate-limit-exporter-chart}/templates/secret.yaml (100%) rename {chart => charts/docker-hub-rate-limit-exporter-chart}/templates/service.yaml (100%) rename {chart => charts/docker-hub-rate-limit-exporter-chart}/templates/serviceaccount.yaml (100%) rename {chart => charts/docker-hub-rate-limit-exporter-chart}/templates/servicemonitor.yaml (100%) mode change 100755 => 100644 rename {chart => charts/docker-hub-rate-limit-exporter-chart}/values.yaml (100%) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d8330d..a977d01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,6 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.1.0 with: - charts_dir: chart + charts_dir: charts env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/chart/Chart.yaml b/charts/docker-hub-rate-limit-exporter-chart/Chart.yaml similarity index 100% rename from chart/Chart.yaml rename to charts/docker-hub-rate-limit-exporter-chart/Chart.yaml 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