9d696ca0a4
`helm serve` is removed in helm 3 so this moves to using local `file://` dependencies [0] instead. [0]: https://helm.sh/docs/chart_best_practices/dependencies/#repository-urls Signed-off-by: Sean Eagan <seaneagan1@gmail.com> Change-Id: Ia45c57e0cccac477f6ff59a254d03d6fcec14bef
29 lines
307 B
Plaintext
29 lines
307 B
Plaintext
# Pyenv version file
|
|
.python-version
|
|
|
|
# Chart artifacts
|
|
charts/*.tgz
|
|
charts/*/charts
|
|
charts/*/requirements.lock
|
|
|
|
# Build & test artifacts
|
|
.eggs
|
|
.fiotest
|
|
.git
|
|
.tox
|
|
AUTHORS
|
|
ChangeLog
|
|
build
|
|
conformance
|
|
promenade.egg-info
|
|
tmp
|
|
|
|
# Python artifacts
|
|
__pycache__
|
|
|
|
# Non-image related files
|
|
docs
|
|
examples
|
|
tests
|
|
tools
|