bitnami / charts

Bitnami Helm Charts

Home Page:https://bitnami.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bitnami/redis] openssl not found in redis chart

figpom-solutions opened this issue · comments

Name and Version

bitnami/redis 20.0.2

What architecture are you using?

amd64

What steps will reproduce the bug?

  1. install the chart with sentinel enabled
  2. error occured in sentinel pod: /opt/bitnami/scripts/start-scripts/start-sentinel.sh: line 57: openssl: command not found
  3. the pod fails (crashloopbackoff)

Are you using any custom parameters or values?

sentinel.enabled: true
persistence.enabled: false
persistentVolumeClaimRetentionPolicy.enabled: false

What is the expected behavior?

the chart should work and pods deploying without errors.

What do you see instead?

error occured in sentinel pod: /opt/bitnami/scripts/start-scripts/start-sentinel.sh: line 57: openssl: command not found

Additional information

in fact, when I launch the sentinel container manually, openssl binary is not present.

Hi @figpom-solutions

We just released a new container version that should fix this issue, see:

Could you please give it a try using the 7.2.5-debian-12-r5 container image tag?