{"id":28533563,"url":"https://github.com/epam/edp-codebase-operator","last_synced_at":"2026-04-04T20:02:51.459Z","repository":{"id":41400528,"uuid":"324031575","full_name":"epam/edp-codebase-operator","owner":"epam","description":"This operator prepares codebase repositories in order to use them in CI/CD process","archived":false,"fork":false,"pushed_at":"2025-06-17T09:47:11.000Z","size":3166,"stargazers_count":3,"open_issues_count":2,"forks_count":8,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-17T10:41:04.869Z","etag":null,"topics":["cd","ci","deployment-platform","edp","k8s","kubernetes","microservice","operator"],"latest_commit_sha":null,"homepage":"https://docs.kuberocketci.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epam.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG-pre-2.17.0.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-2.0","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-12-24T00:45:56.000Z","updated_at":"2025-05-16T13:24:37.000Z","dependencies_parsed_at":"2023-02-18T08:01:03.931Z","dependency_job_id":"80a7d034-228b-4f9b-90dc-9a3ba805140a","html_url":"https://github.com/epam/edp-codebase-operator","commit_stats":null,"previous_names":[],"tags_count":1013,"template":false,"template_full_name":null,"purl":"pkg:github/epam/edp-codebase-operator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fedp-codebase-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fedp-codebase-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fedp-codebase-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fedp-codebase-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epam","download_url":"https://codeload.github.com/epam/edp-codebase-operator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fedp-codebase-operator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264142595,"owners_count":23563526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cd","ci","deployment-platform","edp","k8s","kubernetes","microservice","operator"],"created_at":"2025-06-09T17:07:43.210Z","updated_at":"2026-03-15T20:01:17.871Z","avatar_url":"https://github.com/epam.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![codecov](https://codecov.io/gh/epam/edp-codebase-operator/branch/master/graph/badge.svg?token=9C0CBQS08X)](https://codecov.io/gh/epam/edp-codebase-operator)\n\n# Codebase Operator\n\n| :heavy_exclamation_mark: Please refer to the [KubeRocketCI documentation](https://docs.kuberocketci.io/) to get the notion of the main concepts and guidelines. |\n| --- |\n\nGet acquainted with the Codebase Operator and the installation process as well as the local development, and architecture scheme.\n\n## Overview\n\nCodebase Operator is an KubeRocketCI operator that is responsible for provisioning codebase entities. Operator installation can be applied on two container orchestration platforms: OpenShift and Kubernetes.\n\n_**NOTE:** Operator is platform-independent, that is why there is a unified instruction for deploying._\n\n## Prerequisites\n\n1. Linux machine or Windows Subsystem for Linux instance with [Helm 3](https://helm.sh/docs/intro/install/) installed;\n2. Cluster admin access to the cluster;\n3. KubeRocketCI project/namespace is deployed by following the [Install KubeRocketCI](https://docs.kuberocketci.io/) instruction.\n\n## Installation\n\nIn order to install the Codebase Operator, follow the steps below:\n\n1. To add the Helm EPAMEDP Charts for local client, run \"helm repo add\":\n\n     ```bash\n     helm repo add epamedp https://epam.github.io/edp-helm-charts/stable\n     ```\n\n2. Choose available Helm chart version:\n\n     ```bash\n     helm search repo epamedp/codebase-operator -l\n     NAME                           CHART VERSION   APP VERSION     DESCRIPTION\n     epamedp/codebase-operator      2.23.0          2.23.0          A Helm chart for KubeRocketCI Codebase Operator\n     ```\n\n    _**NOTE:** It is highly recommended to use the latest released version._\n\n3. Full chart parameters available in [deploy-templates/README.md](deploy-templates/README.md).\n\n4. Install operator in the \u003cedp-project\u003e namespace with the helm command; find below the installation command example:\n\n    ```bash\n    helm install codebase-operator epamedp/codebase-operator --version \u003cchart_version\u003e --namespace \u003cedp-project\u003e --set name=codebase-operator --set global.edpName=\u003cedp-project\u003e --set global.platform=\u003cplatform_type\u003e --set jira.integration=false\n    ```\n\n5. Check the \u003cedp-project\u003e namespace that should contain operator deployment with your operator in a running status.\n\n## Local Development\n\nIn order to develop the operator, first set up a local environment. For details, please refer to the [Developer Guide](https://docs.kuberocketci.io/docs/next/developer-guide) page.\n\nDevelopment versions are also available, please refer to the [snapshot helm chart repository](https://epam.github.io/edp-helm-charts/snapshot/) page.\n\n### Related Articles\n\n- [Install KubeRocketCI](https://docs.kuberocketci.io/docs/next/operator-guide/installation-overview)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepam%2Fedp-codebase-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepam%2Fedp-codebase-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepam%2Fedp-codebase-operator/lists"}