Conversation
Updated rc1 tag refs in .env and helm charts Signed-off-by: B, Vinod K <vinod.k.b@intel.com>
|
Hey @sathyendranv |
There was a problem hiding this comment.
Pull request overview
This PR updates version tags from "2026.0.0" to "2026.0.0-rc1" across the time-series-analytics microservice configuration files, preparing for an rc1 (release candidate 1) release. The changes consistently apply the rc1 suffix to image versions and helm chart versions, with helm charts also receiving the "-helm" suffix as per the established convention.
Changes:
- Updated image version suffix from "2026.0.0" to "2026.0.0-rc1" in Docker and Helm configurations
- Updated Helm chart version and appVersion from "2026.0.0" to "2026.0.0-rc1-helm"
- Updated documentation comments to include "-helm" suffix in version format examples
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| microservices/time-series-analytics/helm/values.yaml | Updated image_suffix to "2026.0.0-rc1" for container image versioning |
| microservices/time-series-analytics/helm/Chart.yaml | Updated version and appVersion to "2026.0.0-rc1-helm" and added "-helm" suffix to comment examples |
| microservices/time-series-analytics/docker/.env | Updated IMAGE_SUFFIX to "2026.0.0-rc1" for Docker compose configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # 1. Update this appVersion to match the chart version above (same date format) | ||
| # 2. Ensure this matches the version field above: 2026.0.0-<date>-weekly | ||
| # 2. Ensure this matches the version field above: 2026.0.0-<date>-weekly-helm | ||
| # | ||
| # Example: If the release date is February 2, 2026: | ||
| # appVersion: "2026.0.0-20260202-weekly" | ||
| appVersion: "2026.0.0" | ||
| # appVersion: "2026.0.0-20260202-weekly-helm" |
There was a problem hiding this comment.
The documentation comments describe the version format for weekly builds (2026.0.0--weekly-helm), but the actual appVersion is now set to an rc1 release (2026.0.0-rc1-helm). The comments should be updated to match the actual version format being used or document both weekly and rc release formats.
|
@vkb1 please the conflict. Also I have approved it you can merge once release branch is available |
Description
Updated rc1 tag refs in .env and helm charts
Fixes # (issue)
Any Newly Introduced Dependencies
None
How Has This Been Tested?
Yes
Checklist: