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
|
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
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
||||||
output
|
output
|
||||||
.vscode
|
.vscode
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/*.tgz
|
*.tgz
|
||||||
|
|
Loading…
Reference in a new issue