-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bitnami/redis] Redis trying to use values from postgres #20504
Comments
Hi! Just to ensure, are you creating a custom chart with these subcharts? We would like to reproduce the issue |
@javsalgar Yes, the whole thing is here at the moment: https://gitlab.eox.at/vs/vs/-/tree/csc-production-updates/chart |
same issue aswell with mariadb and redis. if both are enabled in values i get the same error, chart is in development and available here: https://github.com/psych0d0g/romm/tree/helm/helm/romm dependencies:
- name: redis
version: ~18.2.0
repository: https://charts.bitnami.com/bitnami
alias: redis
condition: redis.enabled
- name: mariadb
version: ~11.1.2
repository: https://charts.bitnami.com/bitnami
alias: mariadb
condition: mariadb.enabled
|
Hi @jankovicgd,
Charts @psych0d0g Same case with MariaDB prior to 13.1.0. Edit: Version 2.9.0 of bitnami/common was indeed backward-compatible (#18154). The issue appears to be with Helm handling conflicting dependencies. In this case, redis:18.2.0 uses Real behavior appears to be that Helm is using a 'last to be loaded is taken' criteria, which does not consider versioning, as mentioned here: helm/helm#11561 (comment) |
Hey @migruiz4 thanks for the help! I will see to update postgresql to >= 12.9.0 and write here the findings. |
I updated to 12.12.10 and am able to render charts again, thanks! |
Name and Version
bitnami/redis:17.17.1
What architecture are you using?
amd64
What steps will reproduce the bug?
values.yaml
Chart.yaml
Are you using any custom parameters or values?
No response
What is the expected behavior?
Rendered templates
What do you see instead?
Additional information
The chart was working prior but I wanted to update redis to a newer version (old was 10.9). Seems like the redis service.yaml is trying to use .tpl files from postgres.
Any help would be greatly appreciated. I am unsure if this is a bug or something on my side.
The text was updated successfully, but these errors were encountered: