diff --git a/.circleci/chart-testing.yaml b/.circleci/chart-testing.yaml new file mode 100644 index 00000000..e69de29b diff --git a/.circleci/config.yml b/.circleci/config.yml index ee742d17..11a0b039 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,8 +1,10 @@ -version: 2.1 -orbs: - helm: banzaicloud/helm@0.0.5 -workflows: - helm-chart-lint: - jobs: - - helm/lint-chart: - charts-dir: charts +version: 2.0 +jobs: + build: + docker: + - image: gcr.io/kubernetes-charts-ci/test-image:v3.0.1 + steps: + - checkout + - run: + name: lint + command: ct lint --config .circleci/chart-testing.yaml diff --git a/.gitignore b/.gitignore index 8a77cce9..ad3d67a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ output .vscode .DS_Store -/*.tgz \ No newline at end of file +*.tgz