diff --git a/.github/workflows/retag.yaml b/.github/workflows/retag.yaml index 42394c6..5bc1dae 100644 --- a/.github/workflows/retag.yaml +++ b/.github/workflows/retag.yaml @@ -79,8 +79,8 @@ jobs: - name: Update values file in Airflow Helm Chart run: | - sed -i "s|repository: .*|repository: $GAR_LOCATION-docker.pkg.dev/$PROJECT_ID/$REPOSITORY/$IMAGE|" $VALUES_FILE - sed -i "s|tag: .*|tag: $SHORT_SHA|" $VALUES_FILE + sed -i "s|repository: .*|repository: '$GAR_LOCATION-docker.pkg.dev/$PROJECT_ID/$REPOSITORY/$IMAGE'|" $VALUES_FILE + sed -i "s|tag: .*|tag: '$SHORT_SHA'|" $VALUES_FILE - name: Commit changes to values file run: | diff --git a/requirements.txt b/requirements.txt index 9b19e4c..b33abb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ apache-airflow-providers-google==10.9.0 apache-airflow-providers-postgres==5.6.1 astronomer-cosmos[dbt-bigquery]==1.1.1 airflow_provider_great_expectations==0.2.6 -# google-cloud-secret-manager==2.16.4 +#google-cloud-secret-manager==2.16.4