{"id":13928964,"url":"https://github.com/redhat-cop/gitops-catalog","last_synced_at":"2025-05-15T14:08:32.414Z","repository":{"id":37083640,"uuid":"250591307","full_name":"redhat-cop/gitops-catalog","owner":"redhat-cop","description":"Tools and technologies that are hosted on an OpenShift cluster","archived":false,"fork":false,"pushed_at":"2025-05-05T18:42:30.000Z","size":1392,"stargazers_count":334,"open_issues_count":11,"forks_count":164,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-05-05T19:52:42.646Z","etag":null,"topics":["container-cop","gitops","kustomize"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/redhat-cop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-03-27T16:53:43.000Z","updated_at":"2025-05-05T18:42:33.000Z","dependencies_parsed_at":"2022-08-02T20:15:42.057Z","dependency_job_id":"9a40e530-2d71-4414-801c-8ec608d28c82","html_url":"https://github.com/redhat-cop/gitops-catalog","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-cop%2Fgitops-catalog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-cop%2Fgitops-catalog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-cop%2Fgitops-catalog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-cop%2Fgitops-catalog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redhat-cop","download_url":"https://codeload.github.com/redhat-cop/gitops-catalog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254355335,"owners_count":22057354,"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":["container-cop","gitops","kustomize"],"created_at":"2024-08-07T18:02:01.094Z","updated_at":"2025-05-15T14:08:27.404Z","avatar_url":"https://github.com/redhat-cop.png","language":"Shell","funding_links":[],"categories":["others","Shell"],"sub_categories":[],"readme":"# GitOps Catalog\n\n[![Validate Manifests](https://github.com/redhat-cop/gitops-catalog/actions/workflows/validate-manifests.yaml/badge.svg)](https://github.com/redhat-cop/gitops-catalog/actions/workflows/validate-manifests.yaml)\n\nThe GitOps Catalog includes kustomize bases and overlays for a number of OpenShift operators and applications.\n\nThis catalog is not officially supported by Red Hat and customers are discouraged from referencing this repo directly as a remote repo in kustomize as future changes may break these references. Instead customers are encouraged to take individual items of interest into their own curated catalog and maintain it as their own.\n\nSee [Operator Info](operator_info.txt) for a detailed list of dumped OpenShift operator info.\n\n## Catalog Refactoring for Consistency\n\nNow that this catalog is part of the Red Hat Community of Practice, there will be some structural refactoring to improve consistency.  If you have been using this catalog since before it was part of the `redhat-cop` organization, or at least before any refactoring has begun, be sure to include a `ref` in your `oc/kubectl` commands or `kustomization.yaml` files to avoid any negative side effects.  The last tag before the repository was migrated is `v0.3`.  Simply include `?ref=v0.3` at the end of the repository reference.  \n\nFor example:\n\n```\noc apply -k https://github.com/redhat-cop/gitops-catalog/jenkins2/overlays/default?ref=v0.3\n```\n\nOr\n\n```\napiVersion: kustomize.config.k8s.io/v1beta1\nkind: Kustomization\n\nresources:\n- github.com/redhat-cop/gitops-catalog/jenkins2/base/?ref=v0.3\n```\n\n## Usage\n\nEach catalog item has (or will have) its own README in its directory root with instructions.  Generally speaking, you can usually just apply a \"base\" or \"overlay\" directly in your cluster by cloning this repository and using the `-k` flag (for Kustomize) built into `oc` and `kubectl`:\n\n```\ngit clone https://github.com/redhat-cop/gitops-catalog\noc apply -k catalog/jenkins2/overlays/default\n```\n\nOr to skip the cloning step:\n\n```\noc apply -k https://github.com/redhat-cop/gitops-catalog/jenkins2/overlays/default\n```\n\n## Kustomize\n\nYou can reference bases for the various tools here in your own kustomize overlay without explicitly cloning this repo, for example:\n\n```\napiVersion: kustomize.config.k8s.io/v1beta1\nkind: Kustomization\n\nnamespace: product-catalog-cicd\n\nresources:\n- github.com/redhat-cop/gitops-catalog/jenkins2/bases/?ref=main\n```\n\nThis enables you to patch these resources for your specific environments. Note that none of these bases specify a namespace, in your kustomization\noverlay you can include the specific namespace you want to install the tool into.\n\n## Development\n\nYou can use the following to help you create the basic structure for an operator.\n\n```\n# load functions\nsource scripts/automate_operators.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-cop%2Fgitops-catalog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredhat-cop%2Fgitops-catalog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-cop%2Fgitops-catalog/lists"}