Commit 7935640b by Guangbo Chen

added drone config and helm lint for charts validation

parent ba40ab8b
pipeline:
lint-charts:
image: guangbo/chart-testing:v1.0.3
commands:
- git remote add rancher-charts https://github.com/rancher/charts
- git fetch rancher-charts master
- chart_test.sh --config test/.testenv --no-install
.DS_Store
# The name of the Git remote to check against for changed charts
REMOTE=rancher-charts
# The name of the Git target branch
TARGET_BRANCH=master
# Chart directories separated by a space
CHART_DIRS=(
charts
proposed
)
# Charts that should be skipped
EXCLUDED_CHARTS=(
)
# Additional chart repos to add (<name>=<url>), separated by a space
CHART_REPOS=(
)
# Timeout for chart installation in seconds
TIMEOUT=600
# Maintainer names in Chart.yaml are validated to be existing Github accounts, default to true
VALIDATE_MAINTAINERS=true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment