{"id":40996229,"url":"https://github.com/opf/integration-qa-helmfile","last_synced_at":"2026-01-22T08:12:58.240Z","repository":{"id":326355793,"uuid":"1090873336","full_name":"opf/integration-qa-helmfile","owner":"opf","description":"Helmfile-based setup for OpenProject integration QA","archived":false,"fork":false,"pushed_at":"2025-12-16T09:38:50.000Z","size":359,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-19T22:45:47.490Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-06T08:54:18.000Z","updated_at":"2025-12-16T09:38:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/opf/integration-qa-helmfile","commit_stats":null,"previous_names":["opf/integration-qa-helmfile"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/opf/integration-qa-helmfile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opf%2Fintegration-qa-helmfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opf%2Fintegration-qa-helmfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opf%2Fintegration-qa-helmfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opf%2Fintegration-qa-helmfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opf","download_url":"https://codeload.github.com/opf/integration-qa-helmfile/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opf%2Fintegration-qa-helmfile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28659414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2026-01-22T08:12:57.612Z","updated_at":"2026-01-22T08:12:58.234Z","avatar_url":"https://github.com/opf.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Openproject-Nextcloud Integration Helm Chart\n\n- [Dependencies](#dependencies)\n- [Deploy Setup Locally (k3d)](#deploy-setup-locally-k3d)\n- [Configuring the Deployment](#configuring-the-deployment)\n- [Serve From Git Branch](#serve-from-git-branch)\n- [Serve OpenProject From Local Branch](#serve-openproject-from-local-branch)\n- [Serve Standalone OpenProject (Local Branch)](#serve-standalone-openproject-local-branch)\n- [Trust Self-Signed Certificates](#trust-self-signed-certificates)\n\n## Dependencies\n\n- [k3d](https://k3d.io/stable/#install-script)\n- [docker](https://docs.docker.com/engine/install/)\n- [helm](https://helm.sh/docs/intro/install/#through-package-managers)\n- [helm-diff](https://github.com/databus23/helm-diff?tab=readme-ov-file#using-helm-plugin-manager--23x) plugin\n- [helmfile](https://helmfile.readthedocs.io/en/latest/#installation)\n- [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl)\n- [make](https://sp21.datastructur.es/materials/guides/make-install.html)\n\n## Deploy Setup Locally (k3d)\n\n1. Setup Kubernetes cluster and necessary resources:\n\n   ```bash\n   make setup\n   ```\n\n2. Deploy the integration chart:\n\n   ```bash\n   make deploy\n   ```\n\n3. Check the pods:\n\n   ```bash\n   kubectl get pods -n opnc-integration\n   ```\n\n4. Add these hosts to your `/etc/hosts` file:\n   ```bash\n    sudo echo \"127.0.0.1\topenproject.test nextcloud.test keycloak.test openproject-assets.test\" | sudo tee -a /etc/hosts\n   ```\n\nNOTE: make sure at least one `setup-job-*` pod is completed successfully before proceeding.\n\n```bash\nNAME                                          READY   STATUS      RESTARTS   AGE\nsetup-job-5nwlm                               0/1     Error       0          17m\nsetup-job-mkgrf                               0/1     Completed   0          12m\n```\n\nAccess the services via the following URLs:\n\n- OpenProject: [https://openproject.test](https://openproject.test)\n- Nextcloud: [https://nextcloud.test](https://nextcloud.test)\n- Keycloak: [https://keycloak.test](https://keycloak.test)\n\nTo uninstall the deployment, run:\n\n```bash\nmake teardown\n```\n\nor if you want to delete the K8s cluster as well, run:\n\n```bash\nmake teardown-all\n```\n\n## Configuring the Deployment\n\n⚠️ Do not edit `charts/opnc-integration/values.yaml` directly.\nAll configuration must go into [environments/default/config.yaml](https://github.com/saw-jan/opnc-helm-chart/blob/master/environments/default/config.yaml).\nThis file overrides the chart defaults and is the source of truth for deployments.\n\n### Example: Changing app version\n\nTo change the version of the `integration_openproject` app in Nextcloud:\n\n```yaml\n# environments/default/config.yaml\nnextcloud:\n  extraApps:\n    - name: integration_openproject\n      version: '2.8.1'\n```\n\n## Serve From Git Branch\n\nYou can serve the OpenProject and Nextcloud servers using a specific git branch. Set the following config in the [config.yaml](./environments/default/config.yaml) file:\n\n```yaml\nopenproject:\n  gitSourceBranch: '\u003cgit-branch-name\u003e'\n\nnextcloud:\n  gitSourceBranch: '\u003cgit-branch-name\u003e'\n```\n\nSimilarly, you can enable Nextcloud apps using a specific git branch:\n\n```yaml\nnextcloud:\n  enableApps:\n    - name: 'app_name'\n      gitBranch: '\u003capp-git-branch\u003e'\n```\n\n_**NOTE**: This can take a long time to build the source code and deploy the application._\n\n## Serve OpenProject From Local Branch\n\nYou can serve the OpenProject using the local source path. Run the following command:\n\n1. Teardown existing deployment (if any):\n\n   ```bash\n   make teardown-all\n   ```\n\n2. Setup the cluster again with local source path:\n\n   ```bash\n   OP_LOCAL_REPO_DIR=\u003cpath-to-local-openproject-repo\u003e make setup\n   ```\n\n3. Deploy the dev setup:\n\n   ```bash\n   make deploy-dev\n   ```\n\n_**NOTE**: This can take a long time to build the source code and deploy the application._\n\n## Serve Standalone OpenProject (Local Branch)\n\nYou can serve the OpenProject in standalone mode for the development setup. This doesn't run Nextcloud and Keycloak. Run the following command:\n\n1. Teardown existing deployment (if any):\n\n   ```bash\n   make teardown-all\n   ```\n\n2. Setup the cluster again with local source path:\n\n   ```bash\n   OP_LOCAL_REPO_DIR=\u003cpath-to-local-openproject-repo\u003e make setup\n   ```\n\n3. Deploy the dev setup:\n\n   ```bash\n   make dev-op-standalone\n   ```\n\n## Trust Self-Signed Certificates\n\nIf you are using self-signed certificates, you may need to trust them in your browser. Follow these steps:\n\n1. Get the certificate from the cluster:\n\n   ```bash\n   kubectl get secret opnc-ca-secret -n opnc-integration -o jsonpath='{.data.ca\\.crt}' | base64 -d \u003e opnc-root-ca.crt\n   ```\n\n2. Import the certificate:\n\n   **a. Linux**\n\n   ```bash\n   sudo cp opnc-root-ca.crt /usr/local/share/ca-certificates/\n   sudo update-ca-certificates\n   ```\n\n   Import the certificate into the certificates store (for browsers):\n\n   ```bash\n   certutil -A -n \"NC-OP Integration Root CA\" -t TC -d sql:\"$HOME/.pki/nssdb\" -i opnc-root-ca.crt\n   ```\n\n   **b. macOS**\n\n   ```bash\n   sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain opnc-root-ca.crt\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopf%2Fintegration-qa-helmfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopf%2Fintegration-qa-helmfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopf%2Fintegration-qa-helmfile/lists"}