jedcunningham commented on code in PR #61193:
URL: https://github.com/apache/airflow/pull/61193#discussion_r2743165174
##########
chart/Chart.yaml:
##########
@@ -63,61 +63,393 @@ annotations:
- title: Code View
url:
https://airflow.apache.org/docs/apache-airflow/3.1.6/_images/dag_overview_code.png
artifacthub.io/changes: |
- - description: Allow ConfigMap and Secret references in ``apiServer.env``
+ - description: Add ``PodDisruptionBudget`` for Dag Processor
+ kind: added
+ links:
+ - name: '#60294'
+ url: https://github.com/apache/airflow/pull/60294
+ - description: Add ``PodDisruptionBudget`` for Triggerer and Workers
+ kind: added
+ links:
+ - name: '#59068'
+ url: https://github.com/apache/airflow/pull/59068
+ - description: Add ``HorizontalPodAutoscaler`` (HPA) for API Server
+ kind: added
+ links:
+ - name: '#52392'
+ url: https://github.com/apache/airflow/pull/52392
+ - description: Add support for launching jobs with
``KubernetesJobOperator``
+ kind: added
+ links:
+ - name: '#52024'
+ url: https://github.com/apache/airflow/pull/52024
+ - description: Add ``CronJob`` to clean old records in the database
+ kind: added
+ links:
+ - name: '#58155'
+ url: https://github.com/apache/airflow/pull/58155
+ - description: Improve dag_bundle_config_list Configuration
+ kind: changed
+ links:
+ - name: '#60645'
+ url: https://github.com/apache/airflow/pull/60645
+ - description: Add ``workers.celery.kerberosInitContainer`` &
``workers.kubernetes.kerberosInitContainer``
+ kind: changed
+ links:
+ - name: '#60751'
+ url: https://github.com/apache/airflow/pull/60751
+ - description: Add ``workers.celery.securityContexts`` &
``workers.kubernetes.securityContexts``
+ kind: changed
+ links:
+ - name: '#60396'
+ url: https://github.com/apache/airflow/pull/60396
+ - description: Add ``workers.celery.podManagementPolicy`` field
+ kind: changed
+ links:
+ - name: '#60359'
+ url: https://github.com/apache/airflow/pull/60359
+ - description: Add ``workers.celery.strategy`` field
+ kind: changed
+ links:
+ - name: '#60354'
+ url: https://github.com/apache/airflow/pull/60354
+ - description: Add ``workers.celery.updateStrategy`` field
+ kind: changed
+ links:
+ - name: '#60351'
+ url: https://github.com/apache/airflow/pull/60351
+ - description: Add ``workers.celery.persistence`` section
+ kind: changed
+ links:
+ - name: '#60238'
+ url: https://github.com/apache/airflow/pull/60238
+ - description: Add ``workers.celery.livenessProbe`` section
+ kind: changed
+ links:
+ - name: '#60186'
+ url: https://github.com/apache/airflow/pull/60186
+ - description: Add ``workers.celery.args`` field
+ kind: changed
+ links:
+ - name: '#60163'
+ url: https://github.com/apache/airflow/pull/60163
+ - description: Add ``workers.celery.command`` &
``workers.kubernetes.command``
+ kind: changed
+ links:
+ - name: '#60067'
+ url: https://github.com/apache/airflow/pull/60067
+ - description: Allow custom ``volumeClaimTemplates`` when
``logs.persistence.enabled``
+ is true
Review Comment:
It does look a little weird, but it is valid - its a plain scalar.
Here is an example from 1.18.
https://github.com/apache/airflow/blob/57ecf77a7c09a9cc701e4e2bbf45197c85f5c01a/chart/Chart.yaml#L92-L93
<img width="609" height="86" alt="Image"
src="https://github.com/user-attachments/assets/50d0180c-6fbc-480b-870c-b72fb4b1d5b0"
/>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]