Skip to content

feat(chart): add extra env support#26

Merged
coffeexcoin merged 1 commit into
mainfrom
codex/bump-node-chart-v29-19-extra-env
May 27, 2026
Merged

feat(chart): add extra env support#26
coffeexcoin merged 1 commit into
mainfrom
codex/bump-node-chart-v29-19-extra-env

Conversation

@coffeexcoin
Copy link
Copy Markdown
Contributor

@coffeexcoin coffeexcoin commented May 27, 2026

What changed

  • Bumped the abstract-node chart version from 0.1.37 to 0.1.38.
  • Updated the default external node app/image version from 29.14.0 / v29.14.0 to 29.19.0 / v29.19.0.
  • Added node.extraEnv so operators can append arbitrary environment variables to the external node container beyond the chart's preconfigured env vars.

Impact

Chart users can now set additional node environment variables through values without needing to fork or patch the StatefulSet template.

Validation

  • helm lint /private/tmp/abstract-node-chart-test.9mSFAy/abstract-node
  • helm template abstract-node /private/tmp/abstract-node-chart-test.9mSFAy/abstract-node
  • helm template abstract-node /private/tmp/abstract-node-chart-test.9mSFAy/abstract-node --set node.extraEnv.FOO=bar --set node.extraEnv.NUMERIC=123

PR-Codex overview

This PR updates the abstract-node Helm chart by adding support for additional environment variables, updating version numbers, and modifying configuration for the external node.

Detailed summary

  • Added support for extraEnv in statefulset.yaml to allow additional environment variables.
  • Updated tag from v29.14.0 to v29.19.0 in values.yaml.
  • Incremented version from 0.1.37 to 0.1.38 in Chart.yaml.
  • Updated appVersion from 29.14.0 to 29.19.0 in Chart.yaml.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@coffeexcoin coffeexcoin marked this pull request as ready for review May 27, 2026 14:26
@coffeexcoin coffeexcoin merged commit afa0008 into main May 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant