Override deleted Bitnami Redis image tags in Open Match#59
Merged
sdpoueme merged 2 commits intoaws-solutions-library-samples:mainfrom Mar 31, 2026
Merged
Conversation
The bundled bitnami/redis chart 17.15.4 pins three images that Bitnami has deleted from Docker Hub: redis:7.2.0-debian-11-r0, redis-exporter:1.52.0-debian-11-r17, and os-shell:11-debian-11-r37. Override all three to latest via Helm set values.
sdpoueme
approved these changes
Mar 31, 2026
Contributor
sdpoueme
left a comment
There was a problem hiding this comment.
Looks good. And it gives better control on the image used.
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.
Fixes #58
Summary
Open Match bundles
bitnami/redischart 17.15.4 which pins three images that Bitnami has deleted from Docker Hub. Redis pods fail withErrImagePull, blocking all Open Match functionality.Override all three deleted image tags to
latestvia Helm set values:redis.image.tagredis.metrics.image.tagredis.sysctl.image.tagThis affects both OM 1.8.0 (current) and 1.8.1, since both bundle the same Redis chart version.
Files Changed
terraform/intra-cluster/main.tfsetblocks tohelm_release "open-match"Test plan
terraform validatepasses