Skip to content

Releases: opf/helm-charts

openproject-5.1.0

06 Mar 12:38
55e65a9
Compare
Choose a tag to compare

Minor Changes

  • 102c403: Add relative URL root configuration to health checks

openproject-5.0.0

20 Feb 12:54
9447081
Compare
Choose a tag to compare

Major Changes

  • b645553: Allow for multiple worker types, and defining replicas, strategy, resources

openproject-4.5.0

31 Jan 19:05
b08fd90
Compare
Choose a tag to compare

Minor Changes

  • b224135: Allow sealed secrets for OIDC secrets

openproject-4.4.0

17 Jan 12:58
eb081db
Compare
Choose a tag to compare

Minor Changes

  • 08a7935: do not require a postgresql password anymore, allowing for automatically genererated credentials by default

openproject-4.3.1

15 Jan 10:21
Compare
Choose a tag to compare

Patch Changes

  • c9585aa: Add image PullSecrets to seeder job if configured

openproject-4.3.0

10 Jan 13:50
3ec804d
Compare
Choose a tag to compare

Minor Changes

  • 8e9c8e1: Feature: OIDC client id secret and docs
  • 1f2594c: Add existingSecret for OIDC

openproject-4.2.1

09 Jan 14:49
Compare
Choose a tag to compare

Patch Changes

  • 8456845: Allow seting existing secret for s3 id and key

openproject-4.2.0

09 Jan 12:43
Compare
Choose a tag to compare

Minor Changes

  • ab8b83d: Fix tmp volume mounts not being consistent

openproject-4.1.4

08 Jan 12:28
Compare
Choose a tag to compare

Patch Changes

  • b3f06d1: Fix templating error when empty s3 existingSecret name is given

  • 87f9dc4: Fix S3 secret lookup

    There were two problems:

    1. The namespace was hardcoded
    2. 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

openproject-4.1.3

27 Dec 10:47
79ad735
Compare
Choose a tag to compare

Patch Changes