Skip to content

Commit

Permalink
Upgrade composer version (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
RissyRan authored Feb 21, 2024
1 parent b71bebc commit ad019d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/cloud_composer_template.tf
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ resource "google_composer_environment" "example_environment" {
config {
environment_size = "ENVIRONMENT_SIZE_MEDIUM"
software_config {
image_version = "composer-2.4.6-airflow-2.6.3"
image_version = "composer-2.6.1-airflow-2.6.3"
airflow_config_overrides = {
core-allowed_deserialization_classes = ".*"
scheduler-min_file_process_interval = "120"
Expand Down

0 comments on commit ad019d4

Please sign in to comment.