
Updating etcd chart with added backup validation function empty implementation(subject for future realization). This has to be done because helm-toolkit chart in openstack-helm-infra is now calling that function verify_databases_backup_archives() as part of backup_databases() function implementation: https://review.opendev.org/c/openstack/openstack-helm-infra/+/853027 Changed apiVersion of etcd cronjob from batch/v1beta to batch/v1 and fixed securityContext for etcd_backup. Also bumping up HTK version to 0.2.48 from a commit id obtained from merge of https://review.opendev.org/c/openstack/openstack-helm-infra/+/853027 and set proper commit id in this file: tools/helm_tk.sh Change-Id: Ie047dd0e6a2aae6483ace89cad22d6720890cdfc
42 lines
470 B
Plaintext
42 lines
470 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/
|
|
|
|
# vscode ide
|
|
.vscode
|