Skip to content

Releases: opf/helm-charts

openproject-8.3.1

23 Oct 18:03
b786987
Compare
Choose a tag to compare

Patch Changes

  • a636fc2: Fix indent when outputting host without ingress
  • b3d31ef: apply secret reset fix from other envs in core where it was missing

openproject-8.3.0

23 Oct 14:43
57ea985
Compare
Choose a tag to compare

Minor Changes

  • 9a71b28: Allow unsetting the host name env

openproject-8.2.0

23 Oct 11:38
7b78e0b
Compare
Choose a tag to compare

Minor Changes

  • b82aaf4: Allow setting options for the deployment strategy:

    You can now provide custom options to the strategy, for example:

    values.yaml:

    strategy:
      type: RollingUpdate
      rollingUpdate:
        maxSurge: 30%
        maxUnavailable: 30%

openproject-8.1.3

23 Oct 08:37
9b5c289
Compare
Choose a tag to compare

Patch Changes

  • 284e340: Fix background queue name not being picked up

openproject-8.1.2

22 Oct 10:01
b72d1e8
Compare
Choose a tag to compare

Patch Changes

  • 79680db: Upgrade OpenProject core version to 14.6.2 (patch update)

openproject-8.1.1

10 Oct 15:18
3f330ee
Compare
Choose a tag to compare

Patch Changes

  • a17c6a8: Upgrade OpenProject core version to 14.6.1 (patch update)

openproject-8.1.0

09 Oct 08:48
4837f33
Compare
Choose a tag to compare

Minor Changes

  • 1646954: Bump OpenProject version to 14.6.0

openproject-8.0.0

23 Sep 14:49
9a22838
Compare
Choose a tag to compare

Major Changes

  • b460db3: Rename initdb -> dbInit to be consistent

Minor Changes

  • b460db3: Fix resource limits/requests for worker and web deployment
  • 0fa8a05: add resource limit for init-container - for worker-deployment

openproject-7.2.0

21 Sep 07:13
ff39032
Compare
Choose a tag to compare

Minor Changes

  • 3ff3f95: add resource limit for init-container

openproject-7.1.0

17 Sep 07:53
77b514b
Compare
Choose a tag to compare

Minor Changes

  • cc06e6f: add resource request and limit for seederJob container