diff --git a/charts/airflow/Chart.yaml b/charts/airflow/Chart.yaml index c7a1ae45..d8972570 100644 --- a/charts/airflow/Chart.yaml +++ b/charts/airflow/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: the community-maintained descendant of the stable/airflow helm chart - focused on ease-of-use name: airflow -version: 8.3.0 +version: 8.3.1 appVersion: 2.0.1 icon: https://airflow.apache.org/_images/pin_large.png home: https://airflow.apache.org/ diff --git a/charts/airflow/examples/google-gke/custom-values.yaml b/charts/airflow/examples/google-gke/custom-values.yaml index cf54d266..989295b9 100644 --- a/charts/airflow/examples/google-gke/custom-values.yaml +++ b/charts/airflow/examples/google-gke/custom-values.yaml @@ -315,6 +315,15 @@ dags: ## sshSecretKey: id_rsa + ## resource requests/limits for the git-sync container + ## + ## WARNING: + ## - you MUST SPECIFY a resource request for gitSync if using `workers.autoscaling` + ## + requests: + cpu: "50m" + memory: "64Mi" + ################################### # Kubernetes - RBAC ###################################