opf / helm-charts

OPF helm chart repository
https://charts.openproject.org
GNU General Public License v3.0
11 stars 20 forks source link

seeder-job.yaml is missing tolerations #117

Closed harrison-seow-develab closed 1 week ago

harrison-seow-develab commented 1 month ago

Issue

The seeder-job.yaml file is missing the tolerations configuration as compared to web-deployment.yaml or worker-deployment.yaml.

This causes the entire helm installation to fail when using nodeSelector if the node has taints as the seeder will be stuck in pending state.

Workaround

  1. Run helm pull openproject --repo https://charts.openproject.org --destination ./chart
  2. Modify seeder-job.yaml
  3. Install using local helm chart

Fix

Please check PR 116.

oliverguenther commented 1 week ago

Released as 5.4.0: https://github.com/opf/helm-charts/releases/tag/openproject-5.4.0