Is there an existing issue for this?
Current Behavior
The Helm charts released by our CI are not being marked as "latest" on Github. Therefore, when the user access the Helm charts repository the latest release is from Nov 4, 2024.
It looks like a bug in the command calling chart releaser:
|
# Upload the chart to the GitHub release |
|
cr upload --config ${CONFIG_FILE} -o ${OWNER} -r ${REPO} -c "$(git rev-parse HEAD)" --skip-existing --make-release-latest=false --token ${CR_TOKEN} --push |
|
echo "Charts released!" |
The script never set release as latest.
Expected Behavior
The CI should mark the latest Helm chart as "latest" on Github UI.
Steps To Reproduce
No response
Environment
Anything else?
No response
Is there an existing issue for this?
Current Behavior
The Helm charts released by our CI are not being marked as "latest" on Github. Therefore, when the user access the Helm charts repository the latest release is from Nov 4, 2024.
It looks like a bug in the command calling chart releaser:
helm-charts/.github/workflows/helm-chart-release.yml
Lines 130 to 132 in 702a166
The script never set release as latest.
Expected Behavior
The CI should mark the latest Helm chart as "latest" on Github UI.
Steps To Reproduce
No response
Environment
Anything else?
No response