Skip to content

Commit 2ad5c7f

Browse files
authored
time-series-analytics: Add "helm" suffix to helm charts (open-edge-platform#1814)
Updates the time-series-analytics Helm chart versioning scheme to add a -helm suffix, aligning chart metadata and user documentation with the new published chart version format. Signed-off-by: B, Vinod K <vinod.k.b@intel.com>
1 parent d970186 commit 2ad5c7f

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

microservices/time-series-analytics/docs/user-guide/get-started/deploy-with-helm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323

2424
1. Download helm chart with the following command
2525

26-
`helm pull oci://registry-1.docker.io/intel/time-series-analytics-microservice --version 2026.0.0-<date>-weekly`
26+
`helm pull oci://registry-1.docker.io/intel/time-series-analytics-microservice --version 2026.0.0-<date>-weekly-helm`
2727

2828
Replace `<date>` with the actual patch version date (e.g., `20260120` for January 20th, 2026).
29-
`helm pull oci://registry-1.docker.io/intel/time-series-analytics-microservice --version 2026.0.0-20260120-weekly`
29+
`helm pull oci://registry-1.docker.io/intel/time-series-analytics-microservice --version 2026.0.0-20260120-weekly-helm`
3030

3131
2. unzip the package using the following command
3232

33-
`tar -xvzf time-series-analytics-microservice-2026.0.0-<date>-weekly.tgz`
33+
`tar -xvzf time-series-analytics-microservice-2026.0.0-<date>-weekly-helm.tgz`
3434

3535
- Get into the helm directory
3636

microservices/time-series-analytics/helm/Chart.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,14 @@ type: application
2323
# Versions are expected to follow Semantic Versioning (https://semver.org/)
2424
#
2525
# Before pushing helm charts to a chart repository:
26-
# 1. Update this version to format: 2026.0.0-<date>-weekly where <date> is in yyyymmdd format
26+
# 1. Update this version to format: 2026.0.0-<date>-weekly-helm where <date> is in yyyymmdd format
2727
# 2. Update the appVersion below with the same date
2828
# 3. Update the date in values.yaml file under images.weekly_build_date: "<date>"
2929
#
3030
# Example: If the release date is February 2, 2026:
31-
# version: 2026.0.0-20260202-weekly
32-
# appVersion: "2026.0.0-20260202-weekly"
31+
# version: 2026.0.0-20260202-weekly-helm
3332
# values.yaml -> images.weekly_build_date: "20260202"
34-
version: 2026.0.0
33+
version: 2026.0.0-helm
3534

3635
# This is the version number of the application being deployed. This version number should be
3736
# incremented each time you make changes to the application. Versions are not expected to
@@ -40,8 +39,8 @@ version: 2026.0.0
4039
#
4140
# Before pushing helm charts to a chart repository:
4241
# 1. Update this appVersion to match the chart version above (same date format)
43-
# 2. Ensure this matches the version field above: 2026.0.0-<date>-weekly
42+
# 2. Ensure this matches the version field above: 2026.0.0-<date>-weekly-helm
4443
#
4544
# Example: If the release date is February 2, 2026:
46-
# appVersion: "2026.0.0-20260202-weekly"
47-
appVersion: "2026.0.0"
45+
# appVersion: "2026.0.0-20260202-weekly-helm"
46+
appVersion: "2026.0.0-helm"

0 commit comments

Comments
 (0)