luo jiyin
828c53f62d
Fix variable injection vulnerability in helm-release workflow ( #541 )
...
* Fix variable injection vulnerability in helm-release workflow
- Use explicit env block to pass GitHub context variables safely
- Remove duplicate hardcoded git config that overwrote earlier settings
- Prevents potential shell injection via expansion
Signed-off-by: luojiyin <luojiyin@hotmail.com >
* Fix git config for gh-pages repository checkout
Apply git user config inside gh-pages directory before commit,
as the earlier config only applies to the main repository checkout.
Signed-off-by: luojiyin <luojiyin@hotmail.com >
---------
Signed-off-by: luojiyin <luojiyin@hotmail.com >
2026-01-07 21:12:08 +01:00
Juan José Mata
60809dbf61
Helm chart is WIP
...
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com >
2025-12-23 15:47:04 +01:00
Juan José Mata
47ab93de79
Fix indentation and git username
...
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com >
2025-12-13 20:02:27 +01:00
Juan José Mata
9658745eb8
Add Helm dependency build steps
...
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com >
2025-12-13 19:48:07 +01:00
Juan José Mata
3ba63454e4
Modify Helm release workflow for nightly builds
...
Updated the Helm release workflow to generate a nightly version and package the chart accordingly.
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com >
2025-12-13 19:44:43 +01:00
Juan José Mata
e19b90370f
Add GitHub Actions workflow for Helm chart release
...
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com >
2025-12-13 19:35:41 +01:00