Enhance chart and add support for external PostgreSQL and Redis#7
Merged
NeptuneHub merged 2 commits intoNeptuneHub:mainfrom Apr 8, 2026
Merged
Enhance chart and add support for external PostgreSQL and Redis#7NeptuneHub merged 2 commits intoNeptuneHub:mainfrom
NeptuneHub merged 2 commits intoNeptuneHub:mainfrom
Conversation
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.
Major overhaul for the chart. Adds external PostgreSQL and Redis support and improve usability of the chart.
Key changes include:
Configuration and Flexibility Enhancements:
existingSecret, allowing credentials to be managed by external secret managers. [1] [2]Helm Chart Logic and Template Updates:
audiomuse-ai.secretEnvVarsto inject the correct secret references and keys into Flask and Worker containers, supporting both chart-generated and user-provided secrets.User Experience Improvements:
NOTES.txtto guide users after deployment, including instructions for accessing the app via port-forwarding, LoadBalancer, or Ingress, and displaying the chosen media server, AI provider, and database/Redis configuration.General Updates:
1.1.0to reflect these significant improvements.These changes make the chart more robust, easier to use in production environments, and much better documented for new users and operators.