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.1.4
Patch Changes
b3f06d1: Fix templating error when empty s3 existingSecret name is given
87f9dc4: Fix S3 secret lookup
There were two problems:
The namespace was hardcoded
The whitespace trimming was breaking the yaml
Now the lookup will be based on the namespace where the
release is being deployed, and the whitespace trimming
has been fixed.
aa80a44: Correct attribute mapping environment name for OIDC
e63389c: Allow controlling whether tmp volumes are used or not
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.1.4
Patch Changes
b3f06d1: Fix templating error when empty s3 existingSecret name is given
87f9dc4: Fix S3 secret lookup
There were two problems:
Now the lookup will be based on the namespace where the release is being deployed, and the whitespace trimming has been fixed.
aa80a44: Correct attribute mapping environment name for OIDC
e63389c: Allow controlling whether tmp volumes are used or not