Users may notice a version mismatch between the available Bitnami Secure Image (BSI) and the Helm charts listed on the portal. For example, a user may need to deploy Redis Secure Image 7.4.8 (Debian-based), but the portal only lists Chart version 8.6.
Common concerns include:
redis.conf), directory structures, and environment variables remain functional across versions.Bitnami Helm Chart
Bitnami Helm charts default to the latest available version branch of the product. However, the charts are designed to maintain backward compatibility with older, supported product branches.
Helm charts are compatible across multiple version branches. You can use a newer chart version with an older product image by overwriting the image tags.
The Redis Helm charts currently support multiple branches, including:
Steps to Deploy a Specific Image Version:
7.4.8-debian-12-rX).values.yaml file, overwrite the image repository and tag:image:
repository: [YOUR_REGISTRY]/bitnami/redis
tag: 7.4.8-debian-12-rXhelm install or helm upgrade. The configuration templates and environment variables in the newer chart version are tested for backward compatibility with these supported branches.