Fix #1544: Restore Bitnami Helm dependency images#1784
Open
theonlypal wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR closes #1544 by pointing the pinned Bitnami Redis and PostgreSQL subcharts at the immutable images Bitnami moved from
docker.io/bitnamitodocker.io/bitnamilegacy.The chart currently resolves versioned Redis, PostgreSQL, and helper-image tags that no longer exist in Bitnami's primary Docker Hub repositories. A default installation therefore fails while pulling its dependencies unless users rewrite every rendered image with a Helm post-renderer.
This keeps the dependency versions already selected and tested by the chart, restores pullable images without an installation-time rewrite, and avoids silently upgrading Redis or PostgreSQL across major versions.
Changes
Verification
helm dependency buildpasses.helm lintpasses.docker.io/bitnami/*dependency image.docker.io/bitnamilegacy/*tags resolve through the Docker registry.main.Closes #1544
Summary by cubic
Restores pullable Bitnami Helm dependency images by switching Redis and PostgreSQL subcharts to immutable tags under
docker.io/bitnamilegacy, fixing default install failures without upgrading across major versions. Closes #1544.juicefs-redis) tobitnamilegacy/redisand supporting images (redis-sentinel,redis-exporter,os-shell,sysctl).bitnamilegacy/postgresql,os-shell, andpostgres-exporter.Written for commit f381f33. Summary will update on new commits.