This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@openproject/helm-charts@4.0.0
Major Changes
5f4bce6: Improve secret management.
Add support for existingSecret for postgresql authentication.
Move s3.accessKeyId and s3.secretAccessKey to s3.auth. and add an existingSecret option for S3.
Patch Changes
8623b11: Add artifacthub-repo verification and badge
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@openproject/helm-charts@4.0.0
Major Changes
5f4bce6: Improve secret management.
Add support for
existingSecret
forpostgresql
authentication. Moves3.accessKeyId
ands3.secretAccessKey
tos3.auth.
and add anexistingSecret
option for S3.Patch Changes