[bitnami/redis] Switch shell from /bin/sh to /bin/bash to improve process handling#33181
Merged
juan131 merged 8 commits intobitnami:mainfrom Apr 30, 2025
Merged
Conversation
Signed-off-by: Paulo Ferreira <pauloaugustodealmeidaferreira@gmail.com>
Signed-off-by: Paulo Ferreira <pauloaugustodealmeidaferreira@gmail.com>
4dc2426 to
b7edfec
Compare
Contributor
Author
Member
|
Thanks for your contribution! For our automated testing pipeline to evaluate these modifications, it is necessary to separate the changes into two different PRs, one for each chart. Could you please do that before continuing? Thanks. |
…n PR Signed-off-by: Paulo Ferreira <pauloaugustodealmeidaferreira@gmail.com>
Contributor
Author
|
Yes, absolutely! I’ll split the changes into two separate PRs as requested. |
Signed-off-by: Paulo Ferreira <pauloaugustodealmeidaferreira@gmail.com>
Contributor
Author
Signed-off-by: Paulo Ferreira <pauloaugustodealmeidaferreira@gmail.com>
Signed-off-by: Paulo Ferreira <pauloaugustodealmeidaferreira@gmail.com>
Merged
4 tasks
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
juan131
approved these changes
Apr 30, 2025
Contributor
juan131
left a comment
There was a problem hiding this comment.
Thanks for the contribution! LGTM
rstribrn
pushed a commit
to rstribrn/bitnami_charts
that referenced
this pull request
May 9, 2025
QustodioPablo
pushed a commit
to QustodioPablo/charts
that referenced
this pull request
May 16, 2025
…cess handling (bitnami#33181) Signed-off-by: Pablo Fernandez <pablo.fernandez@qustodio.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description of the change
This change replaces the default shell from /bin/sh to /bin/bash in scripts executed by the container.
Benefits
Using /bin/bash allows for more reliable process management and advanced signal handling. This change is aimed at mitigating issues related to defunct (zombie) processes observed in certain server environments.
Applicable issues
fixes:
- #9654
- #8475
- #5328
- #2441
Checklist
Chart.yamlaccording to semver. This is not necessary when the changes only affect README.md files.README.mdusing readme-generator-for-helm