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

jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 4a1bc69ed36 Bugfix/fix invalid notes deprecation warning (#64296)
4a1bc69ed36 is described below

commit 4a1bc69ed36bca6cf4742f9d295c2a82b391cc0d
Author: Nataneljpwd <[email protected]>
AuthorDate: Sun Mar 29 01:49:11 2026 +0300

    Bugfix/fix invalid notes deprecation warning (#64296)
    
    * clarify non-trivial deprecation warning in chart
    
    * fix NOTES.txt deprecation warning
---
 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