-
Notifications
You must be signed in to change notification settings - Fork 21
Description
HKube micro-service
Helm Workflow
Describe the bug
The Helm version in the values.yaml file is not updating automatically in the kube-HPC.github.io repository. The version is showing as v2.6.5, but the latest version available is v2.6.16 (currently).
Expected behavior
The Helm version should automatically update to the latest version in the values.yaml file as part of the workflow.
To Reproduce
Steps to reproduce the behavior:
- Check the
values.yamlfile in thekube-HPC.github.iorepository. - Observe that the Helm version is
v2.6.5. - Compare with the actual latest version, which is currently
v2.6.16. - Notice the automatic update process does not reflect the latest version.
Additional context
This issue may be related to the automated workflows that handle version updates.
Further investigation into the workflow configuration is needed to identify why the Helm version isn't being updated correctly.
The issue may happen because the branch name is source in this repository, while it might count on that it's main or master.
Should have a check in helm or kube-HPC.github.io repositories, and also in release-manager repository.
This PR might have started working on that problem, need to be checked out - kube-HPC/release-manager#47