{"id":29581182,"url":"https://github.com/iderr/openproject-helm","last_synced_at":"2026-02-14T06:31:56.634Z","repository":{"id":46604694,"uuid":"515488026","full_name":"IDerr/openproject-helm","owner":"IDerr","description":"Helm chart for ","archived":false,"fork":false,"pushed_at":"2022-07-19T09:52:38.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-25T13:04:59.164Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IDerr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-19T07:52:10.000Z","updated_at":"2022-07-19T07:53:18.000Z","dependencies_parsed_at":"2022-08-03T00:30:46.458Z","dependency_job_id":null,"html_url":"https://github.com/IDerr/openproject-helm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IDerr/openproject-helm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IDerr%2Fopenproject-helm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IDerr%2Fopenproject-helm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IDerr%2Fopenproject-helm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IDerr%2Fopenproject-helm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IDerr","download_url":"https://codeload.github.com/IDerr/openproject-helm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IDerr%2Fopenproject-helm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29438766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T05:24:35.651Z","status":"ssl_error","status_checked_at":"2026-02-14T05:24:34.830Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-19T19:13:16.697Z","updated_at":"2026-02-14T06:31:56.614Z","avatar_url":"https://github.com/IDerr.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenProject.org[]() Helm Chart\n\n## What is OpenProject?\n\n\u003e \"***Open source project management software***.\\\n\u003e *Efficient classic, agile or hybrid project management in a secure environment*.\\\n\u003e *OpenProject supports projects throughout the whole life-cycle*\". – [OpenProject.org](https://openproject.org)\n\n### OpenProject Community live\n\nThe online community project where the development of the OpenProject software\nand plugins takes place.\n\nCheck it out there:\n\u003e https://community.openproject.org/projects/openproject/\n\n\n## TL;DR\n\n### Are you looking forward for a demo?\n\n#### Rancher catalog\n\nCustom catalogs can be added into Rancher at a global scope, cluster scope, or project scope.\n\n**Prerequisite**: as *admin* or *cluster onwership* role you has the ability to add or remove cluster or project catalogs in Rancher.\n\n- Catalog:\n  - Name: `adrianovieira`\n  - URL: `https://gitlab.com/api/v4/projects/28363496/packages/helm/stable`\n  - Helm version: `v3`\n\nThem launch an \"***Apps***\" based on this catalog!\n\nCheck this documentation out if you need any details:\n\u003e Rancher - Adding Catalog Repositories (in cluster or project level):\\\n\u003e https://rancher.com/docs/rancher/v2.x/en/helm-charts/legacy-catalogs/adding-catalogs/\n\n#### Helm chart\n\n***Hey! These settings are for demonstration purposes only - and to calm down your anxiety...***\n\n```bash\n$ helm repo add adrianovieira https://gitlab.com/api/v4/projects/28363496/packages/helm/stable\n$ helm repo update\n$ helm install openproject adrianovieira/openproject \\\n                --set \"ingress.enabled=true\" \\\n                --set \"ingress.hosts[0].paths[0].path=/\" \\\n                --set \"persistence.enabled=false\" \\\n                --set \"postgresql.persistence.enabled=false\" \\\n                --set \"ingress.hosts[0].host=OPENPROJECT.DOMAIN-CHANGE.ME\"\n\n$ helm uninstall openproject\n```\n\n## Introduction\n\nThis chart bootstraps an [OpenProject.org](https://openproject.org) deployment\non a Kubernetes cluster using the Helm package manager.\n\n## Prerequisites\n\n- Rancher-2.4+ [^rancher] or Kubernetes 1.12+\n- Helm 3.1+\n- PV provisioner support in the underlying infrastructure\n\n\u003e ***Attention***:\\\n\u003e *Application storage root path is (fixed awhile)*: `/var/openproject`.\n\n## Installing the Chart\n\nTo install the chart with the release name `my-release`:\n\n```bash\n$ helm install my-release \u003cHELM_REPO\u003e/openproject\n```\n\nThe command deploys OpenProject on the Kubernetes cluster in the default configuration. The [***parameters***](#parameters) section lists the parameters that can be configured during installation.\n\n\u003e Tip: List all releases using `helm list`\n\n## Uninstalling the Chart\n\nTo uninstall/delete the `my-release` deployment:\n\n```bash\n$ helm delete my-release\n```\n\nThe command removes all the Kubernetes components but PVC's associated with the chart and deletes the release.\n\n## Dependencies\n\nPlease, make sure to read those documentations to know how to set their parameters up.\n\n- **Memcached**\n  https://github.com/bitnami/charts/tree/master/bitnami/memcached\n\n- **PostgreSQL**\n  https://github.com/bitnami/charts/tree/master/bitnami/postgresql\n\n## Parameters\n\n### OpenProject.org[]() parameters\n\n| Name                            | Description                                                                                         | Value                           |\n| ------------------------------- | --------------------------------------------------------------------------------------------------- | ------------------------------- |\n| `openProjectEnv`                | Set custom environment variables to configure OpenProject                                           | `{}`, read [bellow](#openprojectorg-environment-variables)|\n| `image.registry`                | OpenProject image registry                                                                          | `docker.io`                     |\n| `image.repository`              | OpenProject image repository                                                                        | `openproject/community`         |\n| `image.tag`                     | OpenProject image tag (immutable tags are recommended)                                              | `11.3.3`                        |\n| `image.pullPolicy`              | OpenProject image pull policy                                                                       | `IfNotPresent`                  |\n| `image.pullSecrets`             | Specify image pull secrets                                                                          | `[]`                            |\n| `persistence.enabled`           | Enable persistence using PVC                                                                        | `true`                          |\n| `persistence.existingClaim`     | Provide an existing `PersistentVolumeClaim`                                                         | `\"\"`                            |\n| `persistence.size`              | PVC Storage Request for OpenProject volume                                                          | `8Gi`                           |\n| `persistence.accessMode`        | PVC Access Mode for OpenProject volume                                                              | `ReadWriteOnce`                 |\n| `ingress.enabled`               | Set to true to enable ingress record generation                                                     | `false`                         |\n| `ingress.hosts`                 | When the ingress is enabled, a host pointing is created                                             | `[]`, e.g.: `openproject.local` |\n| `ingress.tls`                   | TLS secret to be used when the ingress is enabled                                                   | `[]`                            |\n| `postgresql.enabled`            | Set to `true` to enable deploy *PostgreSQL* on Kubernetes or `false` to an external database server | `true`                          |\n| `postgresql.auth.database` | Set PostgreSQL database name                                                                        | `openproject`                   |\n| `postgresql.auth.username` | Set PostgreSQL database username                                                                    | `openproject`                   |\n| `postgresql.auth.password` | Set PostgreSQL database password                                                                    | `S3cr3t-ch2nge-me`              |\n| `postgresql.host`               | If an external database server, set the `hostname` of PostgreSQL                                    | `postgresql-server.local`       |\n| `postgresql.port`               | If an external database server, set the `port` of PostgreSQL                                        | `5432`                          |\n| `memcached.enabled`             | Set to `true` to enable deploy Memcached on Kubernetes or `false` to an external *Memcached* server.\u003cbr\u003e Set `OPENPROJECT_CACHE__MEMCACHE__SERVER` on the secret created already                                                                     | `true`                      |\n\nCheck more options on [`values.yaml`](values.yaml).\n\n#### OpenProjectorg[]() environment variables\n\nSetting custom environment variables to configure OpenProject, e.g.:\n\n```yaml\nopenProjectEnv:\n  FOO: 'YmFyCg==' # bar\n  BAR: 'Zm9vCg==' # foo\n  OPENPROJECT_CACHE__MEMCACHE__SERVER: bWVtY2FjaGUtc2VydmVyLmxvY2Fs # memcache-server.local\n  OPENPROJECT_SHOW__COMMUNITY__LINKS: dHJ1ZQ== # true\n  # ...\n```\n\n\u003e All variables' values needs to be encoded in `base64` standard.\n\n## Authors\n\n- Mantainer: [Empresa Brasil de Comunicação](https://ebc.com.br)\n- Upstream repo: https://gitlab.com/adrianovieira/openproject.org-helm-chart\n\n## License\n\nApache License, Version 2.0\n\n\u003e Apache 2.0\n\n***Keep C.A.L.M.S. and kick unmanaged projects out...***\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiderr%2Fopenproject-helm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiderr%2Fopenproject-helm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiderr%2Fopenproject-helm/lists"}