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 e462578514d Add missing securityContext depracations (#68251)
e462578514d is described below

commit e462578514dc280bcaed348da7a6eb3c9dd2ed5f
Author: Przemysław Mirowski <[email protected]>
AuthorDate: Mon Jun 8 23:01:21 2026 +0200

    Add missing securityContext depracations (#68251)
---
 chart/templates/NOTES.txt | 64 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)

diff --git a/chart/templates/NOTES.txt b/chart/templates/NOTES.txt
index f724da7ebf2..ea7357051dc 100644
--- a/chart/templates/NOTES.txt
+++ b/chart/templates/NOTES.txt
@@ -253,6 +253,70 @@ DEPRECATION WARNING:
 
 {{- end }}
 
+{{- if .Values.createUserJob.securityContext }}
+
+ DEPRECATION WARNING:
+    `createUserJob.securityContext` has been renamed to 
`createUserJob.securityContexts`.
+    Please change your values as support for the old name will be dropped in a 
future release.
+
+{{- end }}
+
+{{- if .Values.migrateDatabaseJob.securityContext }}
+
+ DEPRECATION WARNING:
+    `migrateDatabaseJob.securityContext` has been renamed to 
`migrateDatabaseJob.securityContexts`.
+    Please change your values as support for the old name will be dropped in a 
future release.
+
+{{- end }}
+
+{{- if .Values.triggerer.securityContext }}
+
+ DEPRECATION WARNING:
+    `triggerer.securityContext` has been renamed to 
`triggerer.securityContexts`.
+    Please change your values as support for the old name will be dropped in a 
future release.
+
+{{- end }}
+
+{{- if .Values.dagProcessor.securityContext }}
+
+ DEPRECATION WARNING:
+    `dagProcessor.securityContext` has been renamed to 
`dagProcessor.securityContexts`.
+    Please change your values as support for the old name will be dropped in a 
future release.
+
+{{- end }}
+
+{{- if .Values.flower.securityContext }}
+
+ DEPRECATION WARNING:
+    `flower.securityContext` has been renamed to `flower.securityContexts`.
+    Please change your values as support for the old name will be dropped in a 
future release.
+
+{{- end }}
+
+{{- if .Values.redis.securityContext }}
+
+ DEPRECATION WARNING:
+    `redis.securityContext` has been renamed to `redis.securityContexts`.
+    Please change your values as support for the old name will be dropped in a 
future release.
+
+{{- end }}
+
+{{- if .Values.cleanup.securityContext }}
+
+ DEPRECATION WARNING:
+    `cleanup.securityContext` has been renamed to `cleanup.securityContexts`.
+    Please change your values as support for the old name will be dropped in a 
future release.
+
+{{- end }}
+
+{{- if .Values.dags.gitSync.securityContext }}
+
+ DEPRECATION WARNING:
+    `dags.gitSync.securityContext` {{ .Values.dags.gitSync.securityContext }} 
has been renamed to `dags.gitSync.securityContexts`.
+    Please change your values as support for the old name will be dropped in a 
future release.
+
+{{- end }}
+
 {{- if ne (int .Values.workers.replicas) 1 }}
 
  DEPRECATION WARNING:

Reply via email to