Conversation
PR SummaryMedium Risk Overview Also bumps the Helm chart metadata ( Written by Cursor Bugbot for commit c0448fd. This will update automatically on new commits. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: Typo in fallback version tag: extra trailing digit
- Fixed typo in generate-secrets image fallback version from v29.14.01 to v29.14.0 to match all other version references in the codebase.
Or push these changes by commenting:
@cursor push 16af7da44b
Preview (16af7da44b)
diff --git a/docker/external-node.yml b/docker/external-node.yml
--- a/docker/external-node.yml
+++ b/docker/external-node.yml
@@ -52,7 +52,7 @@
# Generation of consensus secrets.
# The secrets are generated iff the secrets file doesn't already exist.
generate-secrets:
- image: "matterlabs/external-node:${EN_VERSION:-v29.14.01}"
+ image: "matterlabs/external-node:${EN_VERSION:-v29.14.0}"
entrypoint:
[
"/configs/generate_secrets.sh",This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.
|
Bugbot Autofix prepared a fix for the issue found in the latest run.
Or push these changes by commenting: Preview (807471198d)diff --git a/docker/external-node.yml b/docker/external-node.yml
--- a/docker/external-node.yml
+++ b/docker/external-node.yml
@@ -52,7 +52,7 @@
# Generation of consensus secrets.
# The secrets are generated iff the secrets file doesn't already exist.
generate-secrets:
- image: "matterlabs/external-node:${EN_VERSION:-v29.4.1}"
+ image: "matterlabs/external-node:${EN_VERSION:-v29.14.0}"
entrypoint:
[
"/configs/generate_secrets.sh",
@@ -61,7 +61,7 @@
volumes:
- ./configs:/configs
external-node:
- image: "matterlabs/external-node:${EN_VERSION:-v29.4.1}"
+ image: "matterlabs/external-node:${EN_VERSION:-v29.14.0}"
entrypoint: ["/usr/bin/entrypoint.sh"]
restart: always
depends_on:This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard. |


PR-Codex overview
This PR updates the versioning of the
external-nodeand related configurations across multiple files tov29.14.0, enhancing the deployment settings for bothmainnetandtestnet.Detailed summary
EN_VERSIONindocker/.env.mainnetanddocker/.env.testnettov29.14.0.tagincharts/abstract-node/values.yamltov29.14.0.versionincharts/abstract-node/Chart.yamlto0.1.36.appVersionincharts/abstract-node/Chart.yamlto29.14.0.imageindocker/external-node.ymlfor secrets generation to usev29.14.0.imageforexternal-nodeservice indocker/external-node.ymltov29.14.0.