We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3b55c commit e8418a9Copy full SHA for e8418a9
src/airflow_dags/dags/uk/consume-ned-nl-dag.py
@@ -27,7 +27,7 @@
27
ned_nl_consumer = ContainerDefinition(
28
name="ned-nl-consumer",
29
container_image="ghcr.io/openclimatefix/solar-consumer",
30
- container_tag="1.4.14",
+ container_tag="1.4.15",
31
container_secret_env={
32
f"{env}/rds/pvsite": ["DB_URL"],
33
f"{env}/consumer/nednl": ["APIKEY_NEDNL"],
src/airflow_dags/dags/uk/consume-pvlive-dag.py
@@ -50,7 +50,7 @@
50
pvlive_consumer_data_platform = ContainerDefinition(
51
name="pvlive-consumer-data-platform",
52
53
- container_tag="1.4.9",
54
container_env={
55
"LOGURU_LEVEL": "INFO",
56
"PVLIVE_DOMAIN_URL": "api.pvlive.uk",
0 commit comments