changes on circleci to

This commit is contained in:
Alex Collins 2019-10-29 19:03:02 -07:00
parent 8b23e2af00
commit 787f7d6d8b
3 changed files with 11 additions and 9 deletions

View file

View file

@ -1,8 +1,10 @@
version: 2.1 version: 2.0
orbs: jobs:
helm: banzaicloud/helm@0.0.5 build:
workflows: docker:
helm-chart-lint: - image: gcr.io/kubernetes-charts-ci/test-image:v3.0.1
jobs: steps:
- helm/lint-chart: - checkout
charts-dir: charts - run:
name: lint
command: ct lint --config .circleci/chart-testing.yaml

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
output output
.vscode .vscode
.DS_Store .DS_Store
/*.tgz *.tgz