{"id":28533938,"url":"https://github.com/epam/edp-gerrit-operator","last_synced_at":"2025-07-07T21:31:46.220Z","repository":{"id":37463665,"uuid":"324031768","full_name":"epam/edp-gerrit-operator","owner":"epam","description":"This operator installs and manages Gerrit EDP Component in order to use it as GitProvider and store codebases code","archived":false,"fork":false,"pushed_at":"2025-06-17T13:40:18.000Z","size":1247,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-17T14:35:36.044Z","etag":null,"topics":["cd","ci","edp","gerrit","gerrit-operator","git","k8s","kubernetes","kuberocketci","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.16.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:47:28.000Z","updated_at":"2025-06-17T13:35:15.000Z","dependencies_parsed_at":"2023-09-29T13:34:48.435Z","dependency_job_id":"5d659ffc-a7eb-4087-a005-dace26e8df3d","html_url":"https://github.com/epam/edp-gerrit-operator","commit_stats":null,"previous_names":[],"tags_count":471,"template":false,"template_full_name":null,"purl":"pkg:github/epam/edp-gerrit-operator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fedp-gerrit-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fedp-gerrit-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fedp-gerrit-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fedp-gerrit-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epam","download_url":"https://codeload.github.com/epam/edp-gerrit-operator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fedp-gerrit-operator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264149235,"owners_count":23564423,"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","edp","gerrit","gerrit-operator","git","k8s","kubernetes","kuberocketci","operator"],"created_at":"2025-06-09T17:09:18.157Z","updated_at":"2025-07-07T21:31:46.215Z","avatar_url":"https://github.com/epam.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build](https://github.com/epam/edp-gerrit-operator/actions/workflows/build.yaml/badge.svg)](https://github.com/epam/edp-gerrit-operator/actions/workflows/build.yaml)\n[![codecov](https://codecov.io/gh/epam/edp-gerrit-operator/branch/master/graph/badge.svg?token=8JOEVZL3VL)](https://codecov.io/gh/epam/edp-gerrit-operator)\n[![Go Report Card](https://goreportcard.com/badge/github.com/epam/edp-gerrit-operator/v2)](https://goreportcard.com/report/github.com/epam/edp-gerrit-operator/v2)\n[![GitHub license](https://img.shields.io/github/license/epam/edp-gerrit-operator)](https://github.com/epam/edp-gerrit-operator/blob/master/LICENSE-2.0)\n\n# Gerrit Operator\n\n| :heavy_exclamation_mark: Please refer to [KubeRocketCI documentation](https://docs.kuberocketci.io/) to get the notion of the main concepts and guidelines. |\n| --- |\n\nGet acquainted with the Gerrit Operator and the installation process as well as the local development, and architecture scheme.\n\n## Overview\n\nGerrit Operator is a KubeRocketCI operator that is responsible for installing and configuring Gerrit. Operator installation can be applied on OpenShift container orchestration platform.\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/docs/operator-guide/install-kuberocketci) instruction.\n4. Make sure Git [`FSMonitor`](https://www.git-scm.com/docs/git-fsmonitor--daemon) feature is turned off. This is due to [limitations](https://github.com/go-git/go-git/issues/299) of `go-git`.\n\n## Installation\n\nIn order to install the KubeRocketCI Gerrit Operator, follow the steps below:\n\n1. To add the Helm EPAMEDP Charts for local client, run \"helm repo add\":\n     ```bash\n     helm repo add epamedp https://epam.github.io/edp-helm-charts/stable\n     ```\n2. Choose available Helm chart version:\n     ```bash\n     helm search repo epamedp/gerrit-operator -l\n     NAME                     CHART VERSION   APP VERSION     DESCRIPTION\n     epamedp/gerrit-operator  2.21.0          2.21.0          A Helm chart for KubeRocketCI Gerrit 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    ```bash\n    helm install gerrit-operator epamedp/gerrit-operator --version \u003cchart_version\u003e --namespace \u003cedp-project\u003e --set name=gerrit-operator --set global.platform=\u003cplatform_type\u003e --set global.dnsWildCard=\u003ccluster_DNS_wildcard\u003e\n    ```\n5. Check the \u003cedp-project\u003e namespace that should contain 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/developer-guide/local-development) 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- [Architecture Scheme of Gerrit Operator](documentation/arch.md)\n- [Install KubeRocketCI](https://docs.kuberocketci.io/docs/operator-guide/install-kuberocketci)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepam%2Fedp-gerrit-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepam%2Fedp-gerrit-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepam%2Fedp-gerrit-operator/lists"}