Skip to content
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

Add customCA in Redmine causes an initContainer failure #31328

Closed
tkraha opened this issue Jan 13, 2025 · 3 comments
Closed

Add customCA in Redmine causes an initContainer failure #31328

tkraha opened this issue Jan 13, 2025 · 3 comments
Assignees
Labels
redmine solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@tkraha
Copy link

tkraha commented Jan 13, 2025

Name and Version

bitname/redmine 32.1.1

What architecture are you using?

arm64

What steps will reproduce the bug?

  1. In kubernet 1.31 cluster
  2. helm install redmine with custom values.yaml
  3. During redmine pod initial, the certificates Container will crash.

Are you using any custom parameters or values?

certificates:
  customCAs:
    - secret: custom-cert-secret

What do you see instead?

In the default values.yaml, the certificates use the image docker.io/bitnami/os-shell:12-debian-12-r34, which lacks the necessary permissions to execute the command install_packages ca-certificates openssl as defined in _redmine/template/certificates.tpl.

Additional information

Change the image to bitnami/minideb, or modify the script in _redmine/template/certificates.tpl to avoid reinstalling ca-certificates and openssl, as they are already included in bitnami/os-shell:12-debian-12-r34.

@tkraha tkraha added the tech-issues The user has a technical issue about an application label Jan 13, 2025
@github-actions github-actions bot added the triage Triage is needed label Jan 13, 2025
@carrodher
Copy link
Member

Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.

Copy link

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale 15 days without activity label Jan 29, 2025
Copy link

github-actions bot commented Feb 3, 2025

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

@github-actions github-actions bot added the solved label Feb 3, 2025
@bitnami-bot bitnami-bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
redmine solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

4 participants