bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
9.04k stars 9.22k forks source link

[bitnami/redis] feat: :sparkles: Allow updating credentials via values.yaml #30452

Closed javsalgar closed 1 week ago

javsalgar commented 1 week ago

Signed-off-by: Javier J. Salmerón García javier.salmeron@broadcom.com

Description of the change

This PR adds the honorProvidedValues option to common.secrets.manage, so users can update the redis password using the auth.password value.

Redis already supports updating the password (as it is set via redis.conf), so we do not need a password update job like in MariaDB, PostgreSQL or MySQL

Benefits

Better password management

Possible drawbacks

n/a

Applicable issues

Additional information

Checklist