
`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
39 lines
448 B
Plaintext
39 lines
448 B
Plaintext
# Pyenv version file
|
|
/.python-version
|
|
|
|
# Chart artifacts
|
|
/charts/*.tgz
|
|
/charts/*/charts
|
|
/charts/*/requirements.lock
|
|
/charts/deps/*/
|
|
|
|
# Build & test artifacts
|
|
/.cache
|
|
/.eggs
|
|
/.pytest_cache
|
|
/.tox
|
|
/build
|
|
/conformance
|
|
/promenade.egg-info
|
|
|
|
# Python artifacts
|
|
__pycache__
|
|
|
|
# Sphinx artifacts
|
|
/doc/build/
|
|
/doc/source/.doctrees/
|
|
/doc/*/_static/
|
|
/AUTHORS
|
|
/ChangeLog
|
|
|
|
# Additional gate artifacts
|
|
.fiotest
|
|
|
|
# virtualenv
|
|
.venv
|
|
venv/
|
|
ENV/
|
|
|
|
# pycharm-ide
|
|
.idea/
|