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

jedcunningham 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 16d93363e27 Remove unneeded logic in api-server (#60147)
16d93363e27 is described below

commit 16d93363e27680366d7b0c4aa10808d7ede329ef
Author: Przemysław Mirowski <[email protected]>
AuthorDate: Tue Jan 6 03:07:12 2026 +0100

    Remove unneeded logic in api-server (#60147)
---
 chart/templates/api-server/api-server-deployment.yaml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/chart/templates/api-server/api-server-deployment.yaml 
b/chart/templates/api-server/api-server-deployment.yaml
index f6591fedb17..b4d905e587a 100644
--- a/chart/templates/api-server/api-server-deployment.yaml
+++ b/chart/templates/api-server/api-server-deployment.yaml
@@ -221,9 +221,6 @@ spec:
             {{- include "custom_airflow_environment" . | indent 10 }}
             {{- include "standard_airflow_environment" . | indent 10 }}
             {{- include "container_extra_envs" (list . .Values.apiServer.env) 
| indent 10 }}
-        {{- if and (.Values.dags.gitSync.enabled) (not 
.Values.dags.persistence.enabled) (semverCompare "<2.0.0" 
.Values.airflowVersion) }}
-          {{- include "git_sync_container" . | nindent 8 }}
-        {{- end }}
         {{- if .Values.apiServer.extraContainers }}
           {{- tpl (toYaml .Values.apiServer.extraContainers) . | nindent 8 }}
         {{- end }}
@@ -236,8 +233,6 @@ spec:
           configMap:
             name: {{ template "airflow_api_server_config_configmap_name" . }}
         {{- end }}
-        {{- if (semverCompare "<2.0.0" .Values.airflowVersion) }}
-        {{- end }}
         {{- if .Values.logs.persistence.enabled }}
         - name: logs
           persistentVolumeClaim:

Reply via email to