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.


 discard eeb9134  Fix helm unit test for pod_template_file (#12345)
 discard 1bd745e  Mount airflow.cfg to pod_template_file (#12311)
 discard fda5f7ad Fix indentation for affinities in helm chart (#12288)
 discard 13442db  Fix spelling (#12253)
 discard 44b5077  Move metrics configuration to new section - metrics (#12165)
 discard f750045  Fix default values for Helm Chart (#12153)
 discard 265d155  Enable Black - Python Auto Formmatter (#9550)
 discard a31ccb7  Use PyUpgrade to use Python 3.6 features (#11447)
 discard a70cdd1  Add Kubernetes cleanup-pods CLI command for Helm Chart 
(#11802)
 discard ffcbf6f  fix helm scheduler deployment / scheduler logs (#11685)
     add f75166e  fix helm scheduler deployment / scheduler logs (#11685)
     add 5d026bd  Add Kubernetes cleanup-pods CLI command for Helm Chart 
(#11802)
     add 564eb95  Use PyUpgrade to use Python 3.6 features (#11447)
     add 16eb0e3  Enable Black - Python Auto Formmatter (#9550)
     add 3fd9b5e  Fix default values for Helm Chart (#12153)
     add 8bd2df2  Move metrics configuration to new section - metrics (#12165)
     add 5edc9c3  Fix spelling (#12253)
     add 5334277  Fix indentation for affinities in helm chart (#12288)
     add 2b9f5d4  Mount airflow.cfg to pod_template_file (#12311)
     add 6767ef6  Fix helm unit test for pod_template_file (#12345)
     add c4b9dbe  Proposal: remove -serviceaccount suffix from KSA names in 
helm chart (#10892)
     add 466db7f  Chart: Flower deployment should use Flower image (#10701)
     add ad3a259  use the correct claim name in the webserver (#9688)
     add 465a3ae  Run create-user-job as user with specified id (#10291)
     add 771c4ec  Add imagePullSecrets to the create user job (#9802)
     add 65e3264  Wrong key in DAGs Persistent Volume Claim (#10627)
     add 45e355c  Update scheduler deployment - dags volume mount (#10630)
     add f03a5ee  Fix missing dash in flag for statsd container (#10691)
     add 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.

No new revisions were added by this update.

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(-)

Reply via email to