# The name of the Git remote
REMOTE=k8s

# The name of the Git target branch
TARGET_BRANCH=master

# Chart directories separated by a space
CHART_DIRS=(
    stable
    incubator
)

# Charts that should be skipped
EXCLUDED_CHARTS=(
    common
)

# Additional chart repos to add (<name>=<url>), separated by a space
CHART_REPOS=(
    incubator=https://kubernetes-charts-incubator.storage.googleapis.com/
)

TIMEOUT=600
