fix(ess-helm): align app version to ESS 0.4.13 - #791
Merged
Conversation
The chart still shipped the upstream image version v0.58.5, which does not correspond to the ESS service released from this monorepo. Point the chart at the current ESS release image so a default install deploys the matching build. - Chart.yaml appVersion: v0.58.5 -> 0.4.13 - values.yaml ess.image.tag: v0.58.5 -> 0.4.13 (kept in sync with appVersion)
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ESS API Helm chart reports version ChangesESS API version update
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Populate values.local.yaml with the dev image coordinates so a local `make install` renders a pullable ESS image without extra overrides.
nvaghela-oss
enabled auto-merge
August 12, 2026 20:45
nvaghela-oss
disabled auto-merge
August 12, 2026 20:55
This reverts commit a212942.
Contributor
|
🎉 This PR is included in version helm-nvcf-ess-api-v1.7.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
TL;DR
Bump the ESS Helm chart's app version from the stale upstream
v0.58.5to0.4.13, the current ESS service release from this monorepo, so a default install deploys the matching image.Additional Details
ess-api/Chart.yamlappVersion:v0.58.5->0.4.13.ess-api/values.yamless.image.tag:v0.58.5->0.4.13(kept in sync; the tag default is the chart appVersion).helm lintpasses.fix(ess-helm)is scoped todeploy/helm/encrypted-secret-store, so release automation cuts a chart patch under the new prefix (deploy/helm/encrypted-secret-store/v1.7.2) vialegacy_tag_prefix. The chartversionfield stays0.0.0(autoversioned by the pipeline); onlyappVersionchanges here.For the Reviewer
appVersion(deployed ESS image) is independent of the chartversion(package release line). This aligns the former to the ESS service released from this repo.For QA
No QA needed.
helm lintandhelm templaterender with the CI values file. Verify the release helper resolves ess-helm to1.7.2underdeploy/helm/encrypted-secret-store/.Issues
Relates to #747
Checklist
Summary by CodeRabbit