This is an automated email from the ASF dual-hosted git repository.

jscheffl pushed a commit to branch chart/v1-2x-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/chart/v1-2x-test by this push:
     new a51c5fb6e4a [chart/v1-2x-test] Bugfix/fix invalid notes deprecation 
warning (#64296) (#64390)
a51c5fb6e4a is described below

commit a51c5fb6e4a9d2d6eb6fa245adaa249990eff7e8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 28 23:54:19 2026 +0100

    [chart/v1-2x-test] Bugfix/fix invalid notes deprecation warning (#64296) 
(#64390)
    
    * clarify non-trivial deprecation warning in chart
    
    * fix NOTES.txt deprecation warning
    (cherry picked from commit 4a1bc69ed36bca6cf4742f9d295c2a82b391cc0d)
    
    Co-authored-by: Nataneljpwd <[email protected]>
---
 chart/templates/NOTES.txt | 4 ++--
 chart/values.yaml         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/chart/templates/NOTES.txt b/chart/templates/NOTES.txt
index 86709424b3b..bec0dbad801 100644
--- a/chart/templates/NOTES.txt
+++ b/chart/templates/NOTES.txt
@@ -405,10 +405,10 @@ DEPRECATION WARNING:
 
 {{- end }}
 
-{{- if hasKey .Values.workers.podDisruptionBudget.config "minUnavailable" }}
+{{- if hasKey .Values.workers.podDisruptionBudget.config "minAvailable" }}
 
  DEPRECATION WARNING:
-    `workers.podDisruptionBudget.config.minUnavailable` has been renamed to 
`workers.celery.podDisruptionBudget.config.minUnavailable`.
+    `workers.podDisruptionBudget.config.minAvailable` has been renamed to 
`workers.celery.podDisruptionBudget.config.minAvailable`.
     Please change your values as support for the old name will be dropped in a 
future release.
 
 {{- end }}
diff --git a/chart/values.yaml b/chart/values.yaml
index 41478c25d90..70aa347d6bd 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -777,10 +777,10 @@ workers:
     # (deprecated, use `workers.celery.podDisruptionBudget.config` instead)
     config:
       # minAvailable and maxUnavailable are mutually exclusive
-      # (deprecated, use 
`workers.celery.podDisruptionBudget.config.maxUnavailable` instead)
       maxUnavailable: 1
-      # (deprecated, use 
`workers.celery.podDisruptionBudget.config.minAvailable` instead)
+      # (deprecated, use 
`workers.celery.podDisruptionBudget.config.maxUnavailable` instead)
       # minAvailable: 1
+      # (deprecated, use 
`workers.celery.podDisruptionBudget.config.minAvailable` instead)
 
   # Create ServiceAccount for Airflow Celery workers and pods created with 
pod-template-file
   serviceAccount:

Reply via email to