Skip to content

Commit accd0a3

Browse files
authored
chore: update semantic-release to version 24.2.7 (#51)
feat: add script to update Helm values.yaml with new version tags - Introduced `update-helm-values.py` to update specific service image tags in `values.yaml`. - Preserves existing formatting and disables line wrapping using ruamel.yaml. - Supports updating multiple services: backend, frontend, adminBackend, extractor, and adminFrontend. - Provides feedback on updates and handles errors gracefully.
1 parent 9301d31 commit accd0a3

File tree

4 files changed

+6778
-6784
lines changed

4 files changed

+6778
-6784
lines changed

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
9191
# Update Helm values using Python script
9292
pip install ruamel.yaml
93-
python3 scripts/update-helm-values.py "$NEW_VERSION"
93+
python3 tools/update-helm-values.py "$NEW_VERSION"
9494
9595
# Show git diff for verification
9696
if ! git diff --quiet "$VALUES_FILE"; then

0 commit comments

Comments
 (0)