changes on circleci to
This commit is contained in:
parent
8b23e2af00
commit
787f7d6d8b
3 changed files with 11 additions and 9 deletions
0
.circleci/chart-testing.yaml
Normal file
0
.circleci/chart-testing.yaml
Normal file
|
@ -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
|
||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
output
|
||||
.vscode
|
||||
.DS_Store
|
||||
/*.tgz
|
||||
*.tgz
|
||||
|
|
Loading…
Reference in a new issue