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

Update charts to latest service versions with no TLS #34

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

ronenh
Copy link
Contributor

@ronenh ronenh commented Jan 10, 2025

This also fixes a bug in the way the charts manage secrets.
Users should be able to create secrets with API keys or database credentials on their own, in which case the charts should not attempt to overwrite them.
With this PR charts create secrets under two conditions:

  • The secret doesn't exist. It is created with a randomly generated value.
  • The secret exists and was created by a previous deployment of the current release. The secret is left unmodified.

ronenh added 4 commits January 9, 2025 19:06
Users have the option of managing secrets that hold API keys
and database credentials on their own. The charts should only
create and update secrets that are managed by helm.
@ronenh ronenh marked this pull request as ready for review January 14, 2025 17:01
@ronenh ronenh requested a review from florindragos January 14, 2025 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants