{"id":42837447,"url":"https://github.com/cloudogu/ecosystem-core","last_synced_at":"2026-04-08T14:00:58.263Z","repository":{"id":312990515,"uuid":"1049037799","full_name":"cloudogu/ecosystem-core","owner":"cloudogu","description":"Helm chart providing the core components required to run the ecosystem.","archived":false,"fork":false,"pushed_at":"2026-01-28T15:11:28.000Z","size":343,"stargazers_count":13,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2026-01-28T23:35:53.984Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudogu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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-09-02T11:54:50.000Z","updated_at":"2026-01-28T15:11:32.000Z","dependencies_parsed_at":"2025-09-03T09:20:45.602Z","dependency_job_id":"330cca59-ebb4-40d7-bee3-cc5238709aed","html_url":"https://github.com/cloudogu/ecosystem-core","commit_stats":null,"previous_names":["cloudogu/ecosystem-core"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/cloudogu/ecosystem-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fecosystem-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fecosystem-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fecosystem-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fecosystem-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudogu","download_url":"https://codeload.github.com/cloudogu/ecosystem-core/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fecosystem-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28911977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T08:15:08.179Z","status":"ssl_error","status_checked_at":"2026-01-30T08:14:31.507Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2026-01-30T11:45:51.228Z","updated_at":"2026-01-30T11:45:51.851Z","avatar_url":"https://github.com/cloudogu.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ecosystem-core\n\nEcosystem-Core is a Helm chart that installs the core components (operators) required to run the [Cloudogu Ecosystem](https://platform.cloudogu.com/en/info/cloudogu-ecosystem/)\non Kubernetes.\nIt works standalone or via GitOps tools like [Argo CD](https://argoproj.github.io/cd/).\n\n## Prerequisites\n- A Kubernetes cluster with cluster-admin privileges (tested with recent LTS releases).\n- `kubectl` and `helm` v3.8+ installed.\n- A namespace: The chart is namespace-scoped. You can install to any namespace (e.g., ecosystem).\n\n## Validations / preconditions\n\nThe \"Component\" CustomResourceDefinition (CRD) must be installed first in the cluster.\nThis is required by the `k8s-component-operator` to manage component objects.\n\nThis chart can fail fast when required Secrets/ConfigMaps are missing. We use Helm’s `lookup` during install to \nverify they exist and (optionally) contain specific keys. \n\nMore information about the required CRDs, Secrets and ConfigMaps can be found [here](docs/operations/preparation_en.md).\n\nTo simplify the creation of secrets and ConfigMaps, there is a make target that can be used in conjunction with a .env file:\n\n- `cp .env.template .env`\n- Provide all information needed for Cloudogu's dogu registry, docker registry and helm registry\n- `make install-component-crd`\n- `make registry-configs`\n\n\n## Troubleshooting\n- **helm template fails**: When no cluster is available set skipPreconditionValidation=true in `values.yaml` for dry runs.\n- **Missing keys in Secret/ConfigMap**: ensure keys are in .data key.\n- **OCI pull errors**: verify helm registry login to Cloudogu's helm registry.\n\n\n---\n## What is the Cloudogu EcoSystem?\nThe Cloudogu EcoSystem is an open platform, which lets you choose how and where your team creates great software. Each service or tool is delivered as a Dogu, a Docker container. Each Dogu can easily be integrated in your environment just by pulling it from our registry.\n\nWe have a growing number of ready-to-use Dogus, e.g. SCM-Manager, Jenkins, Nexus Repository, SonarQube, Redmine and many more. Every Dogu can be tailored to your specific needs. Take advantage of a central authentication service, a dynamic navigation, that lets you easily switch between the web UIs and a smart configuration magic, which automatically detects and responds to dependencies between Dogus.\n\nThe Cloudogu EcoSystem is open source and it runs either on-premises or in the cloud. The Cloudogu EcoSystem is developed by Cloudogu GmbH under [AGPL-3.0-only](https://spdx.org/licenses/AGPL-3.0-only.html).\n\n## License\nCopyright © 2020 - present Cloudogu GmbH\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.\nYou should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.\nSee [LICENSE](LICENSE) for details.\n\n\n---\nMADE WITH :heart:\u0026nbsp;FOR DEV ADDICTS. [Legal notice / Imprint](https://cloudogu.com/en/imprint/?mtm_campaign=ecosystem\u0026mtm_kwd=imprint\u0026mtm_source=github\u0026mtm_medium=link)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudogu%2Fecosystem-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudogu%2Fecosystem-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudogu%2Fecosystem-core/lists"}