SIENTIAPDE-1110

Update GITHUB_BRANCH and helm version in values.yaml for SIENTIAPDE-1110
This commit is contained in:
vitor-aignosi
2025-07-07 15:50:19 -03:00
parent 0aa58ba1da
commit f7f95d3148
2 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ def process_path_priority(path_priority: list[str]):
def predictions_batch(config: dict[str, Any]):
tags = {}
for tag in config['write_tags']:
for tag in config.get('write_tags', []):
if tag['server_id'] not in tags:
tags[tag['server_id']] = {}