This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 13437cba97 Helm chart 1.14.0 has been released (#40313)
add f81abd6145 add git-sync-ssh secret template (#39936)
No new revisions were added by this update.
Summary of changes:
chart/templates/_helpers.yaml | 11 +++++--
.../templates/scheduler/scheduler-deployment.yaml | 2 +-
...-keytab-secret.yaml => git-ssh-key-secret.yaml} | 12 ++------
.../templates/triggerer/triggerer-deployment.yaml | 4 +--
.../templates/webserver/webserver-deployment.yaml | 2 +-
chart/templates/workers/worker-deployment.yaml | 2 +-
chart/values.schema.json | 8 +++++
chart/values.yaml | 6 ++++
...ync_triggerer.py => test_git_ssh_key_secret.py} | 17 +++++-----
helm_tests/other/test_git_sync_scheduler.py | 30 ++++++++++++++++++
helm_tests/other/test_git_sync_triggerer.py | 36 ++++++++++++++++++++++
helm_tests/other/test_git_sync_webserver.py | 20 ++++++++++++
helm_tests/other/test_git_sync_worker.py | 36 ++++++++++++++++++++++
13 files changed, 160 insertions(+), 26 deletions(-)
copy chart/templates/secrets/{kerberos-keytab-secret.yaml =>
git-ssh-key-secret.yaml} (76%)
copy helm_tests/other/{test_git_sync_triggerer.py =>
test_git_ssh_key_secret.py} (69%)