From 8395f551145b65c9478b8cc592d38a442d2d013b Mon Sep 17 00:00:00 2001 From: Fernando Maia Date: Wed, 6 Jan 2021 09:32:46 -0300 Subject: [PATCH] Move helm-charts/charts to charts --- .github/workflows/release.yml | 2 +- {helm-charts/charts => charts}/sorry-cypress/.helmignore | 0 {helm-charts/charts => charts}/sorry-cypress/Chart.yaml | 0 .../charts => charts}/sorry-cypress/templates/_helpers.tpl | 0 .../sorry-cypress/templates/deployment-api.yml | 0 .../sorry-cypress/templates/deployment-dashboard.yml | 0 .../sorry-cypress/templates/deployment-director.yml | 0 .../sorry-cypress/templates/deployment-mongo.yml | 0 .../charts => charts}/sorry-cypress/templates/ingress-api.yml | 0 .../sorry-cypress/templates/ingress-dashboard.yml | 0 .../sorry-cypress/templates/ingress-director.yml | 0 {helm-charts/charts => charts}/sorry-cypress/templates/pvc.yml | 0 .../sorry-cypress/templates/secret-s3SecretAccessKey.yml | 0 .../charts => charts}/sorry-cypress/templates/service-api.yml | 0 .../sorry-cypress/templates/service-dashboard.yml | 0 .../sorry-cypress/templates/service-director.yml | 0 .../charts => charts}/sorry-cypress/templates/service-mongo.yml | 0 {helm-charts/charts => charts}/sorry-cypress/values.yaml | 0 lint.yaml | 2 +- test.yaml | 2 +- 20 files changed, 3 insertions(+), 3 deletions(-) rename {helm-charts/charts => charts}/sorry-cypress/.helmignore (100%) rename {helm-charts/charts => charts}/sorry-cypress/Chart.yaml (100%) rename {helm-charts/charts => charts}/sorry-cypress/templates/_helpers.tpl (100%) rename {helm-charts/charts => charts}/sorry-cypress/templates/deployment-api.yml (100%) rename {helm-charts/charts => charts}/sorry-cypress/templates/deployment-dashboard.yml (100%) rename {helm-charts/charts => charts}/sorry-cypress/templates/deployment-director.yml (100%) rename {helm-charts/charts => charts}/sorry-cypress/templates/deployment-mongo.yml (100%) rename {helm-charts/charts => charts}/sorry-cypress/templates/ingress-api.yml (100%) rename {helm-charts/charts => charts}/sorry-cypress/templates/ingress-dashboard.yml (100%) rename {helm-charts/charts => charts}/sorry-cypress/templates/ingress-director.yml (100%) rename {helm-charts/charts => charts}/sorry-cypress/templates/pvc.yml (100%) rename {helm-charts/charts => charts}/sorry-cypress/templates/secret-s3SecretAccessKey.yml (100%) rename {helm-charts/charts => charts}/sorry-cypress/templates/service-api.yml (100%) rename {helm-charts/charts => charts}/sorry-cypress/templates/service-dashboard.yml (100%) rename {helm-charts/charts => charts}/sorry-cypress/templates/service-director.yml (100%) rename {helm-charts/charts => charts}/sorry-cypress/templates/service-mongo.yml (100%) rename {helm-charts/charts => charts}/sorry-cypress/values.yaml (100%) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 640f136..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: helm-charts/charts + charts_dir: charts env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/helm-charts/charts/sorry-cypress/.helmignore b/charts/sorry-cypress/.helmignore similarity index 100% rename from helm-charts/charts/sorry-cypress/.helmignore rename to charts/sorry-cypress/.helmignore diff --git a/helm-charts/charts/sorry-cypress/Chart.yaml b/charts/sorry-cypress/Chart.yaml similarity index 100% rename from helm-charts/charts/sorry-cypress/Chart.yaml rename to charts/sorry-cypress/Chart.yaml diff --git a/helm-charts/charts/sorry-cypress/templates/_helpers.tpl b/charts/sorry-cypress/templates/_helpers.tpl similarity index 100% rename from helm-charts/charts/sorry-cypress/templates/_helpers.tpl rename to charts/sorry-cypress/templates/_helpers.tpl diff --git a/helm-charts/charts/sorry-cypress/templates/deployment-api.yml b/charts/sorry-cypress/templates/deployment-api.yml similarity index 100% rename from helm-charts/charts/sorry-cypress/templates/deployment-api.yml rename to charts/sorry-cypress/templates/deployment-api.yml diff --git a/helm-charts/charts/sorry-cypress/templates/deployment-dashboard.yml b/charts/sorry-cypress/templates/deployment-dashboard.yml similarity index 100% rename from helm-charts/charts/sorry-cypress/templates/deployment-dashboard.yml rename to charts/sorry-cypress/templates/deployment-dashboard.yml diff --git a/helm-charts/charts/sorry-cypress/templates/deployment-director.yml b/charts/sorry-cypress/templates/deployment-director.yml similarity index 100% rename from helm-charts/charts/sorry-cypress/templates/deployment-director.yml rename to charts/sorry-cypress/templates/deployment-director.yml diff --git a/helm-charts/charts/sorry-cypress/templates/deployment-mongo.yml b/charts/sorry-cypress/templates/deployment-mongo.yml similarity index 100% rename from helm-charts/charts/sorry-cypress/templates/deployment-mongo.yml rename to charts/sorry-cypress/templates/deployment-mongo.yml diff --git a/helm-charts/charts/sorry-cypress/templates/ingress-api.yml b/charts/sorry-cypress/templates/ingress-api.yml similarity index 100% rename from helm-charts/charts/sorry-cypress/templates/ingress-api.yml rename to charts/sorry-cypress/templates/ingress-api.yml diff --git a/helm-charts/charts/sorry-cypress/templates/ingress-dashboard.yml b/charts/sorry-cypress/templates/ingress-dashboard.yml similarity index 100% rename from helm-charts/charts/sorry-cypress/templates/ingress-dashboard.yml rename to charts/sorry-cypress/templates/ingress-dashboard.yml diff --git a/helm-charts/charts/sorry-cypress/templates/ingress-director.yml b/charts/sorry-cypress/templates/ingress-director.yml similarity index 100% rename from helm-charts/charts/sorry-cypress/templates/ingress-director.yml rename to charts/sorry-cypress/templates/ingress-director.yml diff --git a/helm-charts/charts/sorry-cypress/templates/pvc.yml b/charts/sorry-cypress/templates/pvc.yml similarity index 100% rename from helm-charts/charts/sorry-cypress/templates/pvc.yml rename to charts/sorry-cypress/templates/pvc.yml diff --git a/helm-charts/charts/sorry-cypress/templates/secret-s3SecretAccessKey.yml b/charts/sorry-cypress/templates/secret-s3SecretAccessKey.yml similarity index 100% rename from helm-charts/charts/sorry-cypress/templates/secret-s3SecretAccessKey.yml rename to charts/sorry-cypress/templates/secret-s3SecretAccessKey.yml diff --git a/helm-charts/charts/sorry-cypress/templates/service-api.yml b/charts/sorry-cypress/templates/service-api.yml similarity index 100% rename from helm-charts/charts/sorry-cypress/templates/service-api.yml rename to charts/sorry-cypress/templates/service-api.yml diff --git a/helm-charts/charts/sorry-cypress/templates/service-dashboard.yml b/charts/sorry-cypress/templates/service-dashboard.yml similarity index 100% rename from helm-charts/charts/sorry-cypress/templates/service-dashboard.yml rename to charts/sorry-cypress/templates/service-dashboard.yml diff --git a/helm-charts/charts/sorry-cypress/templates/service-director.yml b/charts/sorry-cypress/templates/service-director.yml similarity index 100% rename from helm-charts/charts/sorry-cypress/templates/service-director.yml rename to charts/sorry-cypress/templates/service-director.yml diff --git a/helm-charts/charts/sorry-cypress/templates/service-mongo.yml b/charts/sorry-cypress/templates/service-mongo.yml similarity index 100% rename from helm-charts/charts/sorry-cypress/templates/service-mongo.yml rename to charts/sorry-cypress/templates/service-mongo.yml diff --git a/helm-charts/charts/sorry-cypress/values.yaml b/charts/sorry-cypress/values.yaml similarity index 100% rename from helm-charts/charts/sorry-cypress/values.yaml rename to charts/sorry-cypress/values.yaml diff --git a/lint.yaml b/lint.yaml index 9878c2b..5f99c23 100644 --- a/lint.yaml +++ b/lint.yaml @@ -2,4 +2,4 @@ remote: origin target-branch: main chart-dirs: - - helm-charts/charts \ No newline at end of file + - charts diff --git a/test.yaml b/test.yaml index 879bc87..c0770cd 100644 --- a/test.yaml +++ b/test.yaml @@ -2,5 +2,5 @@ remote: origin target-branch: main chart-dirs: - - helm-charts/charts + - charts helm-extra-args: --timeout 600s