File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
iac/cal-itp-data-infra-staging/composer/us Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ COMPOSER_ENVIRONMENT_NAME := calitp-development-composer
55COMPOSER_PATH := composer
66COMPOSER_ENVIRONMENT_PATH := $(COMPOSER_PATH ) /$(COMPOSER_ENVIRONMENT_NAME )
77
8- COMPOSER_VERSION := composer-2.13.1 -airflow-2.9.3
8+ COMPOSER_VERSION := composer-2.14.2 -airflow-2.9.3
99COMPOSER_PROJECT := cal-itp-data-infra-staging
1010COMPOSER_LOCATION := us-west2
1111
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ We use Terraform to manage the Composer environment. To tell Terraform to make t
9090+ environment_size = "ENVIRONMENT_SIZE_LARGE"
9191
9292 software_config {
93- image_version = "composer-2.13.1 -airflow-2.9.3"
93+ image_version = "composer-2.14.2 -airflow-2.9.3"
9494
9595 airflow_config_overrides = {
9696- celery-worker_concurrency = 4
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ resource "google_composer_environment" "calitp-staging-composer" {
3636 environment_size = " ENVIRONMENT_SIZE_SMALL"
3737
3838 software_config {
39- image_version = " composer-2.13.1 -airflow-2.9.3"
39+ image_version = " composer-2.14.2 -airflow-2.9.3"
4040
4141 airflow_config_overrides = {
4242 celery-worker_concurrency = 4
You can’t perform that action at this time.
0 commit comments