Closed chaospuppy closed 2 years ago
Yesterday, Bitnami removed chart versions older than 6 months from the bitami Helm Chart index, which means the Bitnami Helm chart dependency for the Renovatebot helmchart is now no longer resolvable.
Update the version of the Redis dependency
Alternatively, if compatibility with later versions of redis is a concern, the 14.6.0 version of the bitnami/redis chart could be pulled into a local deps/ directory and referenced as repository: file://./deps/bitnami/redis/
14.6.0
bitnami/redis
deps/
repository: file://./deps/bitnami/redis/
Summary
Yesterday, Bitnami removed chart versions older than 6 months from the bitami Helm Chart index, which means the Bitnami Helm chart dependency for the Renovatebot helmchart is now no longer resolvable.
Quick Fix
Update the version of the Redis dependency
Alternatively, if compatibility with later versions of redis is a concern, the
14.6.0
version of thebitnami/redis
chart could be pulled into a localdeps/
directory and referenced asrepository: file://./deps/bitnami/redis/