Skip to content

Update charts to latest service versions with no TLS#34

Merged
ronenh merged 6 commits intomainfrom
self-host
Jan 24, 2025
Merged

Update charts to latest service versions with no TLS#34
ronenh merged 6 commits intomainfrom
self-host

Conversation

@ronenh
Copy link
Copy Markdown
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.

Ronen Hilewicz 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
@ronenh ronenh merged commit b853250 into main Jan 24, 2025
@ronenh ronenh deleted the self-host branch January 24, 2025 14:50
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