Skip to content

Conversation

PurseChicken
Copy link
Contributor

@PurseChicken PurseChicken commented Aug 8, 2025

This PR addresses the following issues:

#31
#23

Each change has been validated using helm template --debug. Additionally the ReadMe has been updated accordingly.

This PR updates the chart to allow the use of existing secrets for the following areas:

peerdb Password
peerdbUI Password
peerdbUI nextauth key

This allows you to remove any sensitive passwords \ keys from the values file. Replacing them with k8s secret(s) which can be created manually or via some other charting method or template addition.

Checklist:

  • Bumped the chart version(s) according to semantic versioning
    • Bump up both peerdb and peerdb-catalog charts to the same version
  • Update peerdb-catalog/values.yaml:
    • Set temporal.admintools.image.tag pointing to version with correct value from the dependency in peerdb/Chart.yaml subdependency

…rets for peerdb.credentials.password, peerdbUI.credentials.password and peerdbUI.credentials.nexauth
@CLAassistant
Copy link

CLAassistant commented Aug 8, 2025

CLA assistant check
All committers have signed the CLA.

@PurseChicken PurseChicken marked this pull request as ready for review August 8, 2025 04:00
Copy link
Member

@iamKunalGupta iamKunalGupta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for the PR!
A few suggestions to make things simpler and uniform

@PurseChicken
Copy link
Contributor Author

Thanks! Your changes have been merged in. Definitely much simpler!

@iamKunalGupta iamKunalGupta enabled auto-merge (squash) August 20, 2025 12:00
@iamKunalGupta iamKunalGupta merged commit df4f6cd into PeerDB-io:main Aug 20, 2025
4 checks passed
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.

Use existing secret for peerdb password, peerdbUI password and nextauth key add support for peerdb ui existing secret (peerdb-server-ui-secret)
3 participants