This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
omit eeb9134 Fix helm unit test for pod_template_file (#12345)
omit 1bd745e Mount airflow.cfg to pod_template_file (#12311)
omit fda5f7ad Fix indentation for affinities in helm chart (#12288)
omit 13442db Fix spelling (#12253)
omit 44b5077 Move metrics configuration to new section - metrics (#12165)
omit f750045 Fix default values for Helm Chart (#12153)
omit 265d155 Enable Black - Python Auto Formmatter (#9550)
omit a31ccb7 Use PyUpgrade to use Python 3.6 features (#11447)
omit a70cdd1 Add Kubernetes cleanup-pods CLI command for Helm Chart
(#11802)
omit ffcbf6f fix helm scheduler deployment / scheduler logs (#11685)
new f75166e fix helm scheduler deployment / scheduler logs (#11685)
new 5d026bd Add Kubernetes cleanup-pods CLI command for Helm Chart
(#11802)
new 564eb95 Use PyUpgrade to use Python 3.6 features (#11447)
new 16eb0e3 Enable Black - Python Auto Formmatter (#9550)
new 3fd9b5e Fix default values for Helm Chart (#12153)
new 8bd2df2 Move metrics configuration to new section - metrics (#12165)
new 5edc9c3 Fix spelling (#12253)
new 5334277 Fix indentation for affinities in helm chart (#12288)
new 2b9f5d4 Mount airflow.cfg to pod_template_file (#12311)
new 6767ef6 Fix helm unit test for pod_template_file (#12345)
new c4b9dbe Proposal: remove -serviceaccount suffix from KSA names in
helm chart (#10892)
new 466db7f Chart: Flower deployment should use Flower image (#10701)
new ad3a259 use the correct claim name in the webserver (#9688)
new 465a3ae Run create-user-job as user with specified id (#10291)
new 771c4ec Add imagePullSecrets to the create user job (#9802)
new 65e3264 Wrong key in DAGs Persistent Volume Claim (#10627)
new 45e355c Update scheduler deployment - dags volume mount (#10630)
new f03a5ee Fix missing dash in flag for statsd container (#10691)
new 36bfa04 Add TargetQueryValue to KEDA Autoscaler (#9748)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (eeb9134)
\
N -- N -- N refs/heads/v1-10-test (36bfa04)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 19 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
chart/README.md | 10 ++++++++--
chart/templates/_helpers.yaml | 4 ++--
chart/templates/cleanup/cleanup-cronjob.yaml | 2 +-
chart/templates/cleanup/cleanup-serviceaccount.yaml | 2 +-
chart/templates/create-user-job.yaml | 6 ++++++
chart/templates/dags-persistent-volume-claim.yaml | 6 +++---
chart/templates/rbac/pod-cleanup-rolebinding.yaml | 2 +-
chart/templates/rbac/pod-launcher-rolebinding.yaml | 4 ++--
chart/templates/scheduler/scheduler-deployment.yaml | 8 ++++++--
chart/templates/scheduler/scheduler-serviceaccount.yaml | 2 +-
chart/templates/statsd/statsd-deployment.yaml | 2 +-
chart/templates/webserver/webserver-deployment.yaml | 2 +-
chart/templates/workers/worker-deployment.yaml | 2 +-
chart/templates/workers/worker-kedaautoscaler.yaml | 1 +
chart/templates/workers/worker-serviceaccount.yaml | 2 +-
chart/tests/test_basic_helm_chart.py | 2 +-
16 files changed, 37 insertions(+), 20 deletions(-)