feat: switch to github raw url for bitnami charts #324
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/324/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?
Bitnami charts repo had a breaking change upstream - https://github.com/bitnami/charts/issues/10539 to work around a very large index.yaml file.
The recommendation is to use github cdn to get the index.yaml file.
I have done
helm dep build
locally and it seems to work fine. (helm dep build
is broken onmaster
currently).LGTM