Properly lock chart dependencies #326
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/326/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As mentioned in the Bitnami chart issue, they've created a git tag to
represent the latest full content
index.yaml
. This should be usedinstead of a commit that could be changed.
https://github.com/bitnami/charts/issues/10539#issuecomment-1152641771
I've also removed the
Chart.lock
file from the ignore list. This fileensures correct dependency retrieval when using
helm dependency build
.https://helm.sh/docs/helm/helm_dependency_build/#helm-dependency-build
Signed-off-by: justusbunsi sk.bunsenbrenner@gmail.com
LGTM