{"id":13451643,"url":"https://github.com/helm/monocular","last_synced_at":"2025-09-28T19:32:09.325Z","repository":{"id":39617602,"uuid":"66493660","full_name":"helm/monocular","owner":"helm","description":"⚠️(OBSOLETE) Search and discovery UI for Helm Chart repositories","archived":true,"fork":false,"pushed_at":"2021-06-21T17:29:36.000Z","size":18739,"stargazers_count":1418,"open_issues_count":119,"forks_count":220,"subscribers_count":56,"default_branch":"master","last_synced_at":"2024-11-17T12:47:34.373Z","etag":null,"topics":["chart","charts-repositories","docker","helm","kubernetes"],"latest_commit_sha":null,"homepage":"","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/helm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-24T19:35:09.000Z","updated_at":"2024-10-08T04:54:44.000Z","dependencies_parsed_at":"2022-08-27T05:20:11.623Z","dependency_job_id":null,"html_url":"https://github.com/helm/monocular","commit_stats":null,"previous_names":["kubernetes-helm/monocular"],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helm%2Fmonocular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helm%2Fmonocular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helm%2Fmonocular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helm%2Fmonocular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helm","download_url":"https://codeload.github.com/helm/monocular/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234555951,"owners_count":18851879,"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":["chart","charts-repositories","docker","helm","kubernetes"],"created_at":"2024-07-31T07:00:57.709Z","updated_at":"2025-09-28T19:32:03.787Z","avatar_url":"https://github.com/helm.png","language":"Go","readme":"|![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/156px-Warning.svg.png) | This project is no longer supported.\n|---|---|\n\n# Monocular\n[![CircleCI](https://circleci.com/gh/helm/monocular.svg?style=svg)](https://circleci.com/gh/helm/monocular)\n\nMonocular is a web-based application that enables the search and discovery of\ncharts from multiple Helm Chart repositories. It is the codebase that powers the\n[Helm Hub](https://github.com/helm/hub) project.\n\n![Monocular Screenshot](docs/MonocularScreenshot.gif)\n\nClick [here](docs/about.md) to learn more about Helm, Charts and Kubernetes.\n\n## ⚠️ Deprecation and Archive Notice\n\nMonocular is deprecated and no longer supported. There have been no new updates\nto the codebase since March 2020. It has now been deprecated by the maintainers.\n\nIf you need an open source project to display your charts you may consider using\nthe [Artifact Hub](https://github.com/artifacthub/hub) (which you can\n[run yourself](https://artifacthub.io/packages/helm/artifact-hub/artifact-hub)).\nHelm uses the Artifact Hub software to power the built-in hub search.\n\n## Install\n\nYou can use the chart in this repository to install Monocular in your cluster.\n\n### Prerequisites\n- [Helm and Tiller installed](https://helm.sh/docs/using_helm/#quickstart)\n- [Nginx Ingress controller](https://kubeapps.com/charts/stable/nginx-ingress)\n  - Install with Helm: `helm install stable/nginx-ingress`\n  - **Minikube/Kubeadm**: `helm install stable/nginx-ingress --set controller.hostNetwork=true`\n\n\n```console\n$ helm repo add monocular https://helm.github.io/monocular\n$ helm install monocular/monocular\n```\n\n### Access Monocular\n\nUse the Ingress endpoint to access your Monocular instance:\n\n```console\n# Wait for all pods to be running (this can take a few minutes)\n$ kubectl get pods --watch\n\n$ kubectl get ingress\nNAME                        HOSTS     ADDRESS         PORTS     AGE\ntailored-alpaca-monocular   *         192.168.64.30   80        11h\n```\n\nVisit the address specified in the Ingress object in your browser, e.g. http://192.168.64.30.\n\nRead more on how to deploy Monocular [here](chart/monocular/README.md).\n\n## Documentation\n\n- [Configuration](chart/monocular/README.md#configuration)\n- [Deployment](chart/monocular/README.md)\n- [Development](docs/development.md)\n\n## Looking for an in-cluster Application management UI?\n\nTo focus on the CNCF Helm Hub requirements, in-cluster features have been\nremoved from Monocular 1.0 and above. We believe that providing a good solution\nfor deploying and managing apps in-cluster is an orthogonal user experience to a\npublic search and discovery site. There is other tooling that can support this\nusecase better (e.g. [Kubeapps](https://github.com/kubeapps/kubeapps) or [RedHat\nAutomation\nBroker](https://blog.openshift.com/automation-broker-discovering-helm-charts/)).\n\n[Monocular v0.7.3](https://github.com/helm/monocular/releases/tag/v0.7.3)\nincludes in-cluster features and can still be installed and used until your team\nhas migrated to another tool.\n\n## Roadmap\n\nThe [Monocular roadmap is currently located in the wiki](https://github.com/helm/monocular/wiki/Roadmap).\n\n## Contribute\n\nThis project is still under active development, so you'll likely encounter\n[issues](https://github.com/helm/monocular/issues).\n\nInterested in contributing? Check out the [documentation](CONTRIBUTING.md).\n\nAlso see [developer's guide](docs/development.md) for information on how to\nbuild and test the code.\n","funding_links":[],"categories":["Go","kubernetes","Cluster"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelm%2Fmonocular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelm%2Fmonocular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelm%2Fmonocular/lists"}