From 03d4339d2265aeacf71e61d0f20115824b2e1ee3 Mon Sep 17 00:00:00 2001 From: Nataneljpwd <104094207+Nataneljpwd@users.noreply.github.com> Date: Sun, 29 Mar 2026 01:49:11 +0300 Subject: [PATCH] [chart/v1-2x-test] Bugfix/fix invalid notes deprecation warning (#64296) * clarify non-trivial deprecation warning in chart * fix NOTES.txt deprecation warning (cherry picked from commit 4a1bc69ed36bca6cf4742f9d295c2a82b391cc0d) Co-authored-by: Nataneljpwd <104094207+Nataneljpwd@users.noreply.github.com> --- 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 86709424b3b25..bec0dbad8013f 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 41478c25d9000..70aa347d6bd28 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: