Inject chart versions into replicated manifests at build time#450
Merged
Conversation
The Makefile now dynamically reads each chart's version from charts/*/Chart.yaml and writes it into the build copy of the corresponding replicated manifest, eliminating manual version sync. A clean step prevents stale chart tarballs from breaking releases. CI workflows for replicated now also trigger on charts/** and Makefile changes.
The Makefile now dynamically reads each chart's version from charts/*/Chart.yaml and writes it into the build copy of the corresponding replicated manifest, eliminating manual version sync. Hardcoded chartVersion values removed from source manifests since they are now injected. A clean step prevents stale chart tarballs from breaking releases. CI workflows for replicated now also trigger on charts/** and Makefile changes.
aivong-openhands
approved these changes
Mar 16, 2026
aivong-openhands
pushed a commit
that referenced
this pull request
Mar 16, 2026
Inject chart versions into replicated manifests at build time
aivong-openhands
added a commit
that referenced
this pull request
Mar 19, 2026
* port over chart changes from all hands replicated branch with the same name * Update replicated openhands chart version to 0.2.10 (#323) * Add enterprise SSO config to latest helm chart. (#325) * Inject chart versions into replicated manifests at build time (#450) Inject chart versions into replicated manifests at build time * Add Sandbox Configuration Settings & Update Warm Runtime image (#449) * Update runtime-api version (#452) * Update enterprise server and runtime-api versions (#453) * Update enterprise server and runtime-api versions * Fix typo * Add VolumeSnapshotClass documentation for PVC snapshot support (#454) Add documentation for configuring VolumeSnapshotClass alongside StorageClass. This enables cost optimization by allowing the runtime-api to snapshot paused runtime PVCs instead of keeping them active. Includes examples for both AWS EKS and GKE. Co-authored-by: openhands <openhands@all-hands.dev> * Default bitbucket DC auth to not enabled (#457) * Use patched image for replicated (#458) * Fix model proxy configuration (#456) * PLTF-76: AWS Terraform Configuration (#455) * Add AWS Terraform for Replicated OpenHands VM Provisions a single EC2 instance with VPC, Elastic IP, Route 53 DNS, and Let's Encrypt (or BYO) TLS — ready for Replicated embedded cluster install. Includes config-values.yaml generation, Makefile, and docs. * bump secrets chart version --------- Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: aivong-openhands <ai.vong@openhands.dev> Co-authored-by: chuckbutkus <chuck@all-hands.dev> Co-authored-by: Joe Laverty <jlav@users.noreply.github.com> Co-authored-by: Tim O'Farrell <tofarr@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The Makefile now dynamically reads each chart's version from
charts/*/Chart.yamland injects it into the build copy of the corresponding replicated manifest, eliminating the need to manually keepchartVersionfields in sync.Also updated the CI release process to publish a release to
Unstableany time the charts are updated, in addition to thereplicateddirectory.Helm Chart Checklist
All N/A since this is not a change to the charts.
versionfield inChart.yamlfor each modified chartAdditional Notes