helm-chart/.gitea
justusbunsi 34c1212939 Use `helm dependency build` in release build (#563)
Using `helm dependency update` may result in unwillingly updating the
dependencies while cutting a release. I wasn't able to do so. Most
likely due to the dependency pinning in Chart.yaml and Chart.lock.

Based on Helm documentation, `update` uses Chart.yaml[^1] while `build`
uses Chart.lock[^2].
All in all it is safer to use `helm dependency build`. :D

[^1]: https://helm.sh/docs/helm/helm_dependency_update/
[^2]: https://helm.sh/docs/helm/helm_dependency_build/

Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/563
Reviewed-by: pat-s <pat-s@noreply.gitea.com>
2023-11-27 18:35:42 +00:00
..
workflows Use `helm dependency build` in release build (#563) 2023-11-27 18:35:42 +00:00
PULL_REQUEST_TEMPLATE.md Add unittests to PR checklist (#455) 2023-06-11 08:15:59 +00:00