Author: jedcunningham
Date: Tue Mar  8 17:55:00 2022
New Revision: 52933

Log:
Add artifacts for Helm Chart 1.5.0rc2

Added:
    dev/airflow/helm-chart/1.5.0rc2/
    dev/airflow/helm-chart/1.5.0rc2/airflow-1.5.0.tgz   (with props)
    dev/airflow/helm-chart/1.5.0rc2/airflow-1.5.0.tgz.asc
    dev/airflow/helm-chart/1.5.0rc2/airflow-1.5.0.tgz.prov
    dev/airflow/helm-chart/1.5.0rc2/airflow-1.5.0.tgz.sha512
    dev/airflow/helm-chart/1.5.0rc2/airflow-chart-1.5.0-source.tar.gz   (with 
props)
    dev/airflow/helm-chart/1.5.0rc2/airflow-chart-1.5.0-source.tar.gz.asc
    dev/airflow/helm-chart/1.5.0rc2/airflow-chart-1.5.0-source.tar.gz.sha512
    dev/airflow/helm-chart/1.5.0rc2/index.yaml

Added: dev/airflow/helm-chart/1.5.0rc2/airflow-1.5.0.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/airflow/helm-chart/1.5.0rc2/airflow-1.5.0.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/airflow/helm-chart/1.5.0rc2/airflow-1.5.0.tgz.asc
==============================================================================
--- dev/airflow/helm-chart/1.5.0rc2/airflow-1.5.0.tgz.asc (added)
+++ dev/airflow/helm-chart/1.5.0rc2/airflow-1.5.0.tgz.asc Tue Mar  8 17:55:00 
2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQJNBAABCAA3FiEE4aHphPVbjygL2cuiC7cWOJKi5I4FAmInl7AZHGplZGN1bm5p
+bmdoYW1AYXBhY2hlLm9yZwAKCRALtxY4kqLkjip1EACIB+Ua2gqfasAfriAqXR7A
+fjYb3CjZvF0wrWWtr4ZJsKxtvNYprfV3jAEPdSxGGyrGUW0Fj97O9cN00GIlXuba
+IsvKLCrftftxpcWv10Sk8MPvphqB5riYVdnudyYIfQplQFrWa50bIP0gt3+hPfL1
+rwfWS5rWsBuOuexS5HzYh4CMJ2du/rAgLaFizKaiJ93i8POwgnkWOWdQu0oHSLSa
+DFuHoDcEfLUSOWYjJ9G6MNHlYYpbitN0IFc+aRXIH2bTM0DmHIY05R/LTxWNYO4b
+bN1kM+JlqTgbEA0PPjah6SlgJakVHH4xfLtyg85jqWdCB45o3h28mQgj1Xuf+swi
+kspnCdJCvtyXvwODshZPKZmwMGSoNvTswlnJgBjd7NdJj+zAfKgRbprRQKhMoJ/0
+ZlvBs/H1iWBgI1J3WTOb8X1OfZrRmG48kAzjdMwd+ViY43pHbpgg6KbcI+QdJZwN
+mxnqFFh+dWL7067iDfRX2v1UC/1dboVR/J4uJLGwYJed72EulN4MtLdG7ckblXLs
+CMreFV9DYO6eNNvvziNu7zEeXhhubPIigv7eo+WXwrV4rh+htsaRwC/JVE5bcx3h
+CmcELQp0YnMM7oWCjZ/G443c7irLhAaE3NLCAVTKTuVZf/Sv65RYhya3On119L63
+27/RReJyr2jp8A9G6Agl1w==
+=Simw
+-----END PGP SIGNATURE-----

Added: dev/airflow/helm-chart/1.5.0rc2/airflow-1.5.0.tgz.prov
==============================================================================
--- dev/airflow/helm-chart/1.5.0rc2/airflow-1.5.0.tgz.prov (added)
+++ dev/airflow/helm-chart/1.5.0rc2/airflow-1.5.0.tgz.prov Tue Mar  8 17:55:00 
2022
@@ -0,0 +1,156 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+annotations:
+  artifacthub.io/changes: |
+    - description: Add support for custom command and args in jobs
+      kind: added
+      links:
+      - name: '#20864'
+        url: https://github.com/apache/airflow/pull/20864
+    - description: Support for priorityClassName
+      kind: added
+      links:
+      - name: '#20794'
+        url: https://github.com/apache/airflow/pull/20794
+    - description: Add envFrom to the flower deployment
+      kind: added
+      links:
+      - name: '#21401'
+        url: https://github.com/apache/airflow/pull/21401
+    - description: Add annotations to cleanup pods
+      kind: added
+      links:
+      - name: '#21484'
+        url: https://github.com/apache/airflow/pull/21484
+    - description: Speedup liveness probe for scheduler and triggerer
+      kind: changed
+      links:
+      - name: '#20833'
+        url: https://github.com/apache/airflow/pull/20833
+      - name: '#21108'
+        url: https://github.com/apache/airflow/pull/21108
+      - name: '#22041'
+        url: https://github.com/apache/airflow/pull/22041
+    - description: Update git-sync to v3.4.0
+      kind: changed
+      links:
+      - name: '#21309'
+        url: https://github.com/apache/airflow/pull/21309
+    - description: Remove default auth backend setting
+      kind: changed
+      links:
+      - name: '#21640'
+        url: https://github.com/apache/airflow/pull/21640
+    - description: Fix elasticsearch URL when username/password are empty
+      kind: fixed
+      links:
+      - name: '#21222'
+        url: https://github.com/apache/airflow/pull/21222
+    - description: Mount `airflow.cfg` in wait-for-airflow-migrations 
containers
+      kind: fixed
+      links:
+      - name: '#20609'
+        url: https://github.com/apache/airflow/pull/20609
+    - description: Grant pod log reader to triggerer serviceaccount
+      kind: fixed
+      links:
+      - name: '#21111'
+        url: https://github.com/apache/airflow/pull/21111
+    - description: 'Docs: Simplify chart docs for configuring Airflow'
+      kind: changed
+      links:
+      - name: '#21747'
+        url: https://github.com/apache/airflow/pull/21747
+    - description: 'Docs: Add extra information about time synchronization 
needed'
+      kind: changed
+      links:
+      - name: '#21685'
+        url: https://github.com/apache/airflow/pull/21685
+    - description: 'Docs: Fix extra containers docs'
+      kind: changed
+      links:
+      - name: '#20787'
+        url: https://github.com/apache/airflow/pull/20787
+    - description: 'Docs: Fix example DAGs env var in quickstart'
+      kind: changed
+      links:
+      - name: '#21990'
+        url: https://github.com/apache/airflow/pull/21990
+    - description: 'Misc: Use ``2.2.4`` as default Airflow version'
+      kind: changed
+      links:
+      - name: '#21745'
+        url: https://github.com/apache/airflow/pull/21745
+    - description: 'Misc: Change Redis image to bullseye'
+      kind: changed
+      links:
+      - name: '#21875'
+        url: https://github.com/apache/airflow/pull/21875
+  artifacthub.io/links: |
+    - name: Documentation
+      url: https://airflow.apache.org/docs/helm-chart/1.5.0/
+  artifacthub.io/screenshots: |
+    - title: DAGs View
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/dags.png
+    - title: Tree View
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/tree.png
+    - title: Graph View
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/graph.png
+    - title: Calendar View
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/calendar.png
+    - title: Variable View
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/variable_hidden.png
+    - title: Gantt Chart
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/gantt.png
+    - title: Task Duration
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/duration.png
+    - title: Code View
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/code.png
+    - title: Task Instance Context Menu
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/context.png
+apiVersion: v2
+appVersion: 2.2.4
+dependencies:
+- - condition: postgresql.enabled
+  name: postgresql
+  repository: https://charts.bitnami.com/bitnami
+  version: 10.5.3
+description: The official Helm chart to deploy Apache Airflow, a platform to 
programmatically
+  author, schedule, and monitor workflows
+home: https://airflow.apache.org/
+icon: 
https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
+keywords:
+- - apache
+- - airflow
+- - workflow
+- - scheduler
+maintainers:
+- - email: d...@airflow.apache.org
+  name: Apache Airflow PMC
+name: airflow
+sources:
+- - https://github.com/apache/airflow
+type: application
+version: 1.5.0
+
+...
+files:
+  airflow-1.5.0.tgz: 
sha256:aea992fc3d59d34e0b932c77b0a55b8868a8b406665e1c85216dccdd77d1ff30
+-----BEGIN PGP SIGNATURE-----
+
+iQJNBAEBCAA3FiEE4aHphPVbjygL2cuiC7cWOJKi5I4FAmInl3sZHGplZGN1bm5p
+bmdoYW1AYXBhY2hlLm9yZwAKCRALtxY4kqLkjiaCEACZ8uWGbRBVCa9i+iJX5Rb0
+KcjQcp7M/Ur+0Wc6pdQQjc8k7F2MiJhn8v9b1Hr5i1JY4KgK1OoicJY9VuxAgioY
+Cp63cUAAxn97Ffy+va0qYMikgOuh0QUc4f5NmA5KhtDYR3Cv06q63dOQtQL9oPWj
+eZZh+4pY8aE7+R53yokmYECbh9YnYKh9kmAAFf1Yzzfe/V3k9sV2bbAaO1tAxedi
+9/u1okMe+RaelPzo6LgyYisdQiJTUjJhe40F9R3K9pD7acXQz+GqeHDwLXKYdEek
+go6Z+cscfvdK3hbltQWN+on9orVetHJivPXgcW8pgql5jBjNSBANE44BR74BmQtS
+LCAYHL9BQxtHPDg3DBnoRcfg53E288RSsscXAnn7EIOHW36XBHRKaFA86qXQuQe/
+4v1rOCEeb3Ui6FHaMI5yPEEEyh1iYAoVjja6l1Aq/f4djnrn7W72ChPVVZbhOVrI
+xoLBWKigP4vVkhE4IQvsJXpxMgoDORV+9WR/YoNBBZ07fgGxx4FK+WynRwVXpl/u
+4sVds+fiiY6NMUbzn5ybBtfnbcdisFxiy0Kye8roiT6vWNXyXWyCbwc4sZOsNdsE
+QzeU5ds0UZz4kLFnFTVNv/H+fdOyINqWRcv30Az0phBvmr6srkA6MhDCDq3VIIJB
+S1+fG0a6zIHYLdSnw8wAwg==
+=ENOZ
+-----END PGP SIGNATURE-----

Added: dev/airflow/helm-chart/1.5.0rc2/airflow-1.5.0.tgz.sha512
==============================================================================
--- dev/airflow/helm-chart/1.5.0rc2/airflow-1.5.0.tgz.sha512 (added)
+++ dev/airflow/helm-chart/1.5.0rc2/airflow-1.5.0.tgz.sha512 Tue Mar  8 
17:55:00 2022
@@ -0,0 +1 @@
+6b8502500df025aca7bc31c57514b713998c5d0bcc2706797e0f35d26aa3aa028e9a3b37da9e429af3f304c515bb0a5309c5200a81be07a44ed47d314abc2fc5
  airflow-1.5.0.tgz

Added: dev/airflow/helm-chart/1.5.0rc2/airflow-chart-1.5.0-source.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/airflow/helm-chart/1.5.0rc2/airflow-chart-1.5.0-source.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/airflow/helm-chart/1.5.0rc2/airflow-chart-1.5.0-source.tar.gz.asc
==============================================================================
--- dev/airflow/helm-chart/1.5.0rc2/airflow-chart-1.5.0-source.tar.gz.asc 
(added)
+++ dev/airflow/helm-chart/1.5.0rc2/airflow-chart-1.5.0-source.tar.gz.asc Tue 
Mar  8 17:55:00 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQJNBAABCAA3FiEE4aHphPVbjygL2cuiC7cWOJKi5I4FAmInl6kZHGplZGN1bm5p
+bmdoYW1AYXBhY2hlLm9yZwAKCRALtxY4kqLkjgwWD/9vQck3fPD1oNb5//T8MPBi
+LmpIkprKo8YyA07onn8VvR3KxS+QX0BkNJbuzdRVoXHEQMZ6G/YyOOvCwz+6eqP5
+J+BC8DJl7z8RITJUFpn0BK4/GwHFyW7uQrlANw6v+sgAerm+eWIYmzZWM3w/DM5b
+gIaSmSaenM5SMwkRYuyol+aW2+YW/Q8NvKbT7O9/n72ZdniXtmgm5Gc5QJQGhsk7
+WVedVNotyeRsKf9I6kQirM26lJXSdM8QITiBAVrq6fs9lCv9hcvsxUKUU9lLxgOE
+CKDSDVweJqJcY38idGZm6BOvzmB2p7hH0/nzZB0ILAtdHaM14AGFfsHiBbuLqSMT
+AAkq8LLsUsqLqYFLP9u+juMxpb5obIMJNyjrQkNwPYhdLMzl3nqXySmT9ZlO5qIY
+QKCLjIDtCGN1gyr2Fna2Cxc2IBnTPD5YsdUQBasy/fmmn00IuudnRJUsc9m8nGJg
+xSRMaHXo3RCnr1SuGObnZ8v9tAwb51rGf0lIoPLPIbftk0H99GZTevXbwP/hpIgP
+67PweHA3iTJeHLOp1pIMPAue+06bpAAoShEKjpFdZHAcmbxLx71Yfx7JVym0yVJK
+P8eCvZeyJpyRBoVyBqkanI02VEreHDlidV1ebkuan+fgEvTlU7Ksz1F5W29cPi/r
+ntfP/urI2JfLqK9ptP309w==
+=sqBm
+-----END PGP SIGNATURE-----

Added: dev/airflow/helm-chart/1.5.0rc2/airflow-chart-1.5.0-source.tar.gz.sha512
==============================================================================
--- dev/airflow/helm-chart/1.5.0rc2/airflow-chart-1.5.0-source.tar.gz.sha512 
(added)
+++ dev/airflow/helm-chart/1.5.0rc2/airflow-chart-1.5.0-source.tar.gz.sha512 
Tue Mar  8 17:55:00 2022
@@ -0,0 +1 @@
+fd78dc53b9e8c2e353df16d08e704b23c4b6dd1a53733de43170c6aeefe3990faed0a7baefc9721f75af69d7503dc9aabc65666e8a7d0b9057c6673541b6f948
  airflow-chart-1.5.0-source.tar.gz

Added: dev/airflow/helm-chart/1.5.0rc2/index.yaml
==============================================================================
--- dev/airflow/helm-chart/1.5.0rc2/index.yaml (added)
+++ dev/airflow/helm-chart/1.5.0rc2/index.yaml Tue Mar  8 17:55:00 2022
@@ -0,0 +1,461 @@
+apiVersion: v1
+entries:
+  airflow:
+  - annotations:
+      artifacthub.io/changes: |
+        - description: Add support for custom command and args in jobs
+          kind: added
+          links:
+          - name: '#20864'
+            url: https://github.com/apache/airflow/pull/20864
+        - description: Support for priorityClassName
+          kind: added
+          links:
+          - name: '#20794'
+            url: https://github.com/apache/airflow/pull/20794
+        - description: Add envFrom to the flower deployment
+          kind: added
+          links:
+          - name: '#21401'
+            url: https://github.com/apache/airflow/pull/21401
+        - description: Add annotations to cleanup pods
+          kind: added
+          links:
+          - name: '#21484'
+            url: https://github.com/apache/airflow/pull/21484
+        - description: Speedup liveness probe for scheduler and triggerer
+          kind: changed
+          links:
+          - name: '#20833'
+            url: https://github.com/apache/airflow/pull/20833
+          - name: '#21108'
+            url: https://github.com/apache/airflow/pull/21108
+          - name: '#22041'
+            url: https://github.com/apache/airflow/pull/22041
+        - description: Update git-sync to v3.4.0
+          kind: changed
+          links:
+          - name: '#21309'
+            url: https://github.com/apache/airflow/pull/21309
+        - description: Remove default auth backend setting
+          kind: changed
+          links:
+          - name: '#21640'
+            url: https://github.com/apache/airflow/pull/21640
+        - description: Fix elasticsearch URL when username/password are empty
+          kind: fixed
+          links:
+          - name: '#21222'
+            url: https://github.com/apache/airflow/pull/21222
+        - description: Mount `airflow.cfg` in wait-for-airflow-migrations 
containers
+          kind: fixed
+          links:
+          - name: '#20609'
+            url: https://github.com/apache/airflow/pull/20609
+        - description: Grant pod log reader to triggerer serviceaccount
+          kind: fixed
+          links:
+          - name: '#21111'
+            url: https://github.com/apache/airflow/pull/21111
+        - description: 'Docs: Simplify chart docs for configuring Airflow'
+          kind: changed
+          links:
+          - name: '#21747'
+            url: https://github.com/apache/airflow/pull/21747
+        - description: 'Docs: Add extra information about time synchronization 
needed'
+          kind: changed
+          links:
+          - name: '#21685'
+            url: https://github.com/apache/airflow/pull/21685
+        - description: 'Docs: Fix extra containers docs'
+          kind: changed
+          links:
+          - name: '#20787'
+            url: https://github.com/apache/airflow/pull/20787
+        - description: 'Docs: Fix example DAGs env var in quickstart'
+          kind: changed
+          links:
+          - name: '#21990'
+            url: https://github.com/apache/airflow/pull/21990
+        - description: 'Misc: Use ``2.2.4`` as default Airflow version'
+          kind: changed
+          links:
+          - name: '#21745'
+            url: https://github.com/apache/airflow/pull/21745
+        - description: 'Misc: Change Redis image to bullseye'
+          kind: changed
+          links:
+          - name: '#21875'
+            url: https://github.com/apache/airflow/pull/21875
+      artifacthub.io/links: |
+        - name: Documentation
+          url: https://airflow.apache.org/docs/helm-chart/1.5.0/
+      artifacthub.io/screenshots: |
+        - title: DAGs View
+          url: 
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/dags.png
+        - title: Tree View
+          url: 
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/tree.png
+        - title: Graph View
+          url: 
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/graph.png
+        - title: Calendar View
+          url: 
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/calendar.png
+        - title: Variable View
+          url: 
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/variable_hidden.png
+        - title: Gantt Chart
+          url: 
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/gantt.png
+        - title: Task Duration
+          url: 
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/duration.png
+        - title: Code View
+          url: 
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/code.png
+        - title: Task Instance Context Menu
+          url: 
https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/context.png
+    apiVersion: v2
+    appVersion: 2.2.4
+    created: "2022-03-08T10:53:12.04068-07:00"
+    dependencies:
+    - condition: postgresql.enabled
+      name: postgresql
+      repository: https://charts.bitnami.com/bitnami
+      version: 10.5.3
+    description: The official Helm chart to deploy Apache Airflow, a platform 
to programmatically
+      author, schedule, and monitor workflows
+    digest: aea992fc3d59d34e0b932c77b0a55b8868a8b406665e1c85216dccdd77d1ff30
+    home: https://airflow.apache.org/
+    icon: 
https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
+    keywords:
+    - apache
+    - airflow
+    - workflow
+    - scheduler
+    maintainers:
+    - email: d...@airflow.apache.org
+      name: Apache Airflow PMC
+    name: airflow
+    sources:
+    - https://github.com/apache/airflow
+    type: application
+    urls:
+    - 
https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.5.0rc2/airflow-1.5.0.tgz
+    version: 1.5.0
+  - annotations:
+      artifacthub.io/changes: |
+        - description: Add ``type`` to extra secrets param
+          kind: added
+          links:
+            - name: "#20599"
+              url: https://github.com/apache/airflow/pull/20599
+        - description: Support elasticsearch connection ``scheme``
+          kind: added
+          links:
+            - name: "#20564"
+              url: https://github.com/apache/airflow/pull/20564
+        - description: Allows to disable built-in secret variables individually
+          kind: added
+          links:
+            - name: "#18974"
+              url: https://github.com/apache/airflow/pull/18974
+        - description: Add support for ``securityContext``
+          kind: added
+          links:
+            - name: "#18249"
+              url: https://github.com/apache/airflow/pull/18249
+        - description: Add extra containers, volumes and volume mounts for jobs
+          kind: added
+          links:
+            - name: "#18808"
+              url: https://github.com/apache/airflow/pull/18808
+        - description: Allow ingress multiple hostnames w/diff secrets
+          kind: added
+          links:
+            - name: "#18542"
+              url: https://github.com/apache/airflow/pull/18542
+        - description: PgBouncer extra volumes, volume mounts, and sslmode
+          kind: added
+          links:
+            - name: "#19749"
+              url: https://github.com/apache/airflow/pull/19749
+        - description: Allow specifying kerberos keytab
+          kind: added
+          links:
+            - name: "#19054"
+              url: https://github.com/apache/airflow/pull/19054
+        - description: Allow disabling the Helm hooks
+          kind: added
+          links:
+            - name: "#18776"
+              url: https://github.com/apache/airflow/pull/18776
+        - description: Add ``migration-wait-timeout``
+          kind: added
+          links:
+            - name: "#20069"
+              url: https://github.com/apache/airflow/pull/20069
+        - description: Increase default livenessProbe timeout
+          kind: changed
+          links:
+            - name: '#20698'
+              url: https://github.com/apache/airflow/pull/20698
+        - description: Strict schema for k8s objects for values.yaml
+          kind: changed
+          links:
+            - name: "#19181"
+              url: https://github.com/apache/airflow/pull/19181
+        - description: Remove unnecessary ``pod_template_file`` defaults
+          kind: changed
+          links:
+            - name: "#19690"
+              url: https://github.com/apache/airflow/pull/19690
+        - description: Use built-in ``check-migrations`` command for Airflow>=2
+          kind: changed
+          links:
+            - name: "#19676"
+              url: https://github.com/apache/airflow/pull/19676
+        - description: Fix precedence of ``affinity``, ``nodeSelector``, and 
``tolerations``
+          kind: fixed
+          links:
+            - name: "#20641"
+              url: https://github.com/apache/airflow/pull/20641
+        - description: Fix chart elasticsearch default port 80 to 9200.
+          kind: fixed
+          links:
+            - name: "#20616"
+              url: https://github.com/apache/airflow/pull/20616
+        - description: Fix network policy issue for webserver and flowerui
+          kind: fixed
+          links:
+            - name: "#20199"
+              url: https://github.com/apache/airflow/pull/20199
+        - description: Use local definitions for k8s schema validation
+          kind: fixed
+          links:
+            - name: "#20544"
+              url: https://github.com/apache/airflow/pull/20544
+        - description: Add custom labels for ingresses/PVCs
+          kind: fixed
+          links:
+            - name: "#20535"
+              url: https://github.com/apache/airflow/pull/20535
+        - description: Fix extra secrets/configmaps labels
+          kind: fixed
+          links:
+            - name: "#20464"
+              url: https://github.com/apache/airflow/pull/20464
+        - description: Fix flower restarts on update
+          kind: fixed
+          links:
+            - name: "#20316"
+              url: https://github.com/apache/airflow/pull/20316
+        - description: Properly quote namespace names
+          kind: fixed
+          links:
+            - name: "#20266"
+              url: https://github.com/apache/airflow/pull/20266
+        - description: "Docs: Add ``helm dependency update`` step to chart 
INSTALL"
+          kind: changed
+          links:
+            - name: '#20702'
+              url: https://github.com/apache/airflow/pull/20702
+        - description: "Docs: Reword section covering the envvar secrets"
+          kind: changed
+          links:
+            - name: "#20566"
+              url: https://github.com/apache/airflow/pull/20566
+        - description: 'Docs: Add "Customizing Workers" page'
+          kind: changed
+          links:
+            - name: "#20331"
+              url: https://github.com/apache/airflow/pull/20331
+        - description: "Docs: Include Datadog example in production guide"
+          kind: changed
+          links:
+            - name: "#17996"
+              url: https://github.com/apache/airflow/pull/17996
+        - description: "Docs: Update production Helm guide database section to 
use k8s secret"
+          kind: changed
+          links:
+            - name: "#19892"
+              url: https://github.com/apache/airflow/pull/19892
+        - description: "Docs: Fix ``multiNamespaceMode`` docs to also cover 
KPO"
+          kind: changed
+          links:
+            - name: "#19879"
+              url: https://github.com/apache/airflow/pull/19879
+        - description: "Docs: Clarify Helm behaviour when it comes to loading 
default connections"
+          kind: changed
+          links:
+            - name: "#19708"
+              url: https://github.com/apache/airflow/pull/19708
+        - description: "Misc: Use ``2.2.3`` as default Airflow version"
+          kind: changed
+          links:
+            - name: "#20450"
+              url: https://github.com/apache/airflow/pull/20450
+        - description: "Misc: Add ArtifactHUB annotations for docs and 
screenshots"
+          kind: changed
+          links:
+            - name: "#20558"
+              url: https://github.com/apache/airflow/pull/20558
+        - description: "Misc: Add kubernetes 1.21 support"
+          kind: changed
+          links:
+            - name: "#19557"
+              url: https://github.com/apache/airflow/pull/19557
+      artifacthub.io/links: |
+        - name: Documentation
+          url: https://airflow.apache.org/docs/helm-chart/1.4.0/
+      artifacthub.io/screenshots: |
+        - title: DAGs View
+          url: 
https://airflow.apache.org/docs/apache-airflow/2.2.3/_images/dags.png
+        - title: Tree View
+          url: 
https://airflow.apache.org/docs/apache-airflow/2.2.3/_images/tree.png
+        - title: Calendar View
+          url: 
https://airflow.apache.org/docs/apache-airflow/2.2.3/_images/calendar.png
+        - title: Variable View
+          url: 
https://airflow.apache.org/docs/apache-airflow/2.2.3/_images/variable_hidden1.png
+        - title: Gantt Chart
+          url: 
https://airflow.apache.org/docs/apache-airflow/2.2.3/_images/gantt.png
+        - title: Task Duration
+          url: 
https://airflow.apache.org/docs/apache-airflow/2.2.3/_images/duration.png
+        - title: Code View
+          url: 
https://airflow.apache.org/docs/apache-airflow/2.2.3/_images/code.png
+        - title: Task Instance Context Menu
+          url: 
https://airflow.apache.org/docs/apache-airflow/2.2.3/_images/context.png
+    apiVersion: v2
+    appVersion: 2.2.3
+    created: "2022-01-10T09:53:36.265962-07:00"
+    dependencies:
+    - condition: postgresql.enabled
+      name: postgresql
+      repository: https://charts.bitnami.com/bitnami
+      version: 10.5.3
+    description: The official Helm chart to deploy Apache Airflow, a platform 
to programmatically
+      author, schedule, and monitor workflows
+    digest: b33eac716e0416a18af89fb4fa1043fcfcf24f9f903cda3912729815213525df
+    home: https://airflow.apache.org/
+    icon: 
https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
+    keywords:
+    - apache
+    - airflow
+    - workflow
+    - scheduler
+    maintainers:
+    - email: d...@airflow.apache.org
+      name: Apache Airflow PMC
+    name: airflow
+    sources:
+    - https://github.com/apache/airflow
+    type: application
+    urls:
+    - 
https://archive.apache.org/dist/airflow/helm-chart/1.4.0/airflow-1.4.0.tgz
+    version: 1.4.0
+  - apiVersion: v2
+    appVersion: 2.2.1
+    created: "2021-11-08T15:29:58.238059-07:00"
+    dependencies:
+    - condition: postgresql.enabled
+      name: postgresql
+      repository: https://charts.bitnami.com/bitnami
+      version: 10.5.3
+    description: The official Helm chart to deploy Apache Airflow, a platform 
to programmatically
+      author, schedule, and monitor workflows
+    digest: 1021af8e59799794e349d156814d73e094ea422f351f5017df43d1a8e048213a
+    home: https://airflow.apache.org/
+    icon: 
https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
+    keywords:
+    - apache
+    - airflow
+    - workflow
+    - scheduler
+    maintainers:
+    - email: d...@airflow.apache.org
+      name: Apache Airflow PMC
+    name: airflow
+    sources:
+    - https://github.com/apache/airflow
+    type: application
+    urls:
+    - 
https://archive.apache.org/dist/airflow/helm-chart/1.3.0/airflow-1.3.0.tgz
+    version: 1.3.0
+  - apiVersion: v2
+    appVersion: 2.1.4
+    created: "2021-09-24T16:15:53.053177-06:00"
+    dependencies:
+    - condition: postgresql.enabled
+      name: postgresql
+      repository: https://charts.bitnami.com/bitnami
+      version: 10.5.3
+    description: The official Helm chart to deploy Apache Airflow, a platform 
to programmatically
+      author, schedule, and monitor workflows
+    digest: 96bce4de0d06df5f556c2800655fb713b23af78432696f61c0bf66e337bc7d9d
+    home: https://airflow.apache.org/
+    icon: 
https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
+    keywords:
+    - apache
+    - airflow
+    - workflow
+    - scheduler
+    maintainers:
+    - email: d...@airflow.apache.org
+      name: Apache Airflow PMC
+    name: airflow
+    sources:
+    - https://github.com/apache/airflow
+    type: application
+    urls:
+    - 
https://archive.apache.org/dist/airflow/helm-chart/1.2.0/airflow-1.2.0.tgz
+    version: 1.2.0
+  - apiVersion: v2
+    appVersion: 2.1.2
+    created: "2021-07-22T20:03:33.816211+01:00"
+    dependencies:
+    - condition: postgresql.enabled
+      name: postgresql
+      repository: https://charts.bitnami.com/bitnami
+      version: 10.5.3
+    description: The official Helm chart to deploy Apache Airflow, a platform 
to programmatically
+      author, schedule, and monitor workflows
+    digest: 571a0b77fa283b4db4686bcc45324448964516c32fbe76bfcf9575c2355808c3
+    home: https://airflow.apache.org/
+    icon: 
https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
+    keywords:
+    - apache
+    - airflow
+    - workflow
+    - scheduler
+    maintainers:
+    - email: d...@airflow.apache.org
+      name: Apache Airflow PMC
+    name: airflow
+    sources:
+    - https://github.com/apache/airflow
+    type: application
+    urls:
+    - 
https://archive.apache.org/dist/airflow/helm-chart/1.1.0/airflow-1.1.0.tgz
+    version: 1.1.0
+  - apiVersion: v1
+    appVersion: 2.0.2
+    created: "2021-05-16T02:11:02.558176+01:00"
+    dependencies:
+    - condition: postgresql.enabled
+      name: postgresql
+      repository: https://charts.bitnami.com/bitnami
+      version: 6.3.12
+    description: Helm chart to deploy Apache Airflow, a platform to 
programmatically
+      author, schedule, and monitor workflows
+    digest: 6cd3f13fc93d60424a771a1a8a4121c4439f7b6b48fab946436da0ab70d5a507
+    home: https://airflow.apache.org/
+    icon: 
https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
+    keywords:
+    - apache
+    - airflow
+    - workflow
+    - scheduler
+    maintainers:
+    - email: d...@airflow.apache.org
+      name: Apache Airflow PMC
+    name: airflow
+    sources:
+    - https://github.com/apache/airflow
+    urls:
+    - 
https://archive.apache.org/dist/airflow/helm-chart/1.0.0/airflow-1.0.0.tgz
+    version: 1.0.0
+generated: "2022-03-08T10:53:12.028582-07:00"


Reply via email to