Skip to content

Override deleted Bitnami Redis image tags in Open Match#59

Merged
sdpoueme merged 2 commits intoaws-solutions-library-samples:mainfrom
jpvelasco:fix/redis-image-tags
Mar 31, 2026
Merged

Override deleted Bitnami Redis image tags in Open Match#59
sdpoueme merged 2 commits intoaws-solutions-library-samples:mainfrom
jpvelasco:fix/redis-image-tags

Conversation

@jpvelasco
Copy link
Copy Markdown
Contributor

Fixes #58

Summary

Open Match bundles bitnami/redis chart 17.15.4 which pins three images that Bitnami has deleted from Docker Hub. Redis pods fail with ErrImagePull, blocking all Open Match functionality.

Override all three deleted image tags to latest via Helm set values:

  • redis.image.tag
  • redis.metrics.image.tag
  • redis.sysctl.image.tag

This affects both OM 1.8.0 (current) and 1.8.1, since both bundle the same Redis chart version.

Files Changed

File Change
terraform/intra-cluster/main.tf Add 3 set blocks to helm_release "open-match"

Test plan

  • terraform validate passes
  • Open Match Redis pods start successfully after deploy

JP Velasco and others added 2 commits March 30, 2026 18:09
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 sdpoueme self-assigned this Mar 31, 2026
@sdpoueme sdpoueme self-requested a review March 31, 2026 17:47
Copy link
Copy Markdown
Contributor

@sdpoueme sdpoueme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. And it gives better control on the image used.

@sdpoueme sdpoueme closed this Mar 31, 2026
@sdpoueme sdpoueme reopened this Mar 31, 2026
@sdpoueme sdpoueme merged commit 16801b5 into aws-solutions-library-samples:main Mar 31, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Open Match Redis pods fail to start: Bitnami images deleted from Docker Hub

2 participants