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

Miretpl 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 ae0370c8c32 [chart/v1-2x-test] Helm: Point flower extraNetworkPolicies 
deprecation at the real key (#72052) (#72436)
ae0370c8c32 is described below

commit ae0370c8c32806b00c56242f4e3dea990a086740
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 2 16:11:34 2026 +0200

    [chart/v1-2x-test] Helm: Point flower extraNetworkPolicies deprecation at 
the real key (#72052) (#72436)
    
    The deprecation notice has named `flower.networkPolicy.peers` since the
    parameter was restructured, but that key never shipped. 
`flower.networkPolicy`
    is declared with `additionalProperties: false`, so anyone who follows the
    notice hits a schema validation error and cannot install or upgrade at all.
    The warning fires only when the deprecated parameter is set, so it reaches
    exactly the users who are trying to migrate and sends them into a dead end.
    (cherry picked from commit bdb9580de613078beeebe4fd9fa4417fde231af0)
    
    Co-authored-by: Y-C <[email protected]>
    Co-authored-by: Eason09053360 
<[email protected]>
---
 chart/templates/NOTES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/templates/NOTES.txt b/chart/templates/NOTES.txt
index ea7357051dc..d4cadf1cb6c 100644
--- a/chart/templates/NOTES.txt
+++ b/chart/templates/NOTES.txt
@@ -207,7 +207,7 @@ 
https://airflow.apache.org/docs/helm-chart/stable/production-guide.html#knownhos
 {{- if .Values.flower.extraNetworkPolicies }}
 
 DEPRECATION WARNING:
-   `flower.extraNetworkPolicies` has been renamed to 
`flower.networkPolicy.peers`.
+   `flower.extraNetworkPolicies` has been renamed to 
`flower.networkPolicy.ingress.from`.
    Please change your values as support for the old name will be dropped in a 
future release.
 
 {{- end }}

Reply via email to