{"id":19675064,"url":"https://github.com/mesosphere/charts","last_synced_at":"2025-05-08T04:21:31.084Z","repository":{"id":35236378,"uuid":"193979651","full_name":"mesosphere/charts","owner":"mesosphere","description":"D2IQ Helm Chart Repository","archived":false,"fork":false,"pushed_at":"2025-04-29T12:09:22.000Z","size":267289,"stargazers_count":17,"open_issues_count":0,"forks_count":46,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-04-29T12:29:30.204Z","etag":null,"topics":["helm","ksphere","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Smarty","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mesosphere.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":"2019-06-26T21:24:28.000Z","updated_at":"2025-04-29T11:29:38.000Z","dependencies_parsed_at":"2023-02-17T16:30:34.517Z","dependency_job_id":"d183ebda-0d2f-49ad-9577-d0fec596014a","html_url":"https://github.com/mesosphere/charts","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesosphere%2Fcharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesosphere%2Fcharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesosphere%2Fcharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesosphere%2Fcharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mesosphere","download_url":"https://codeload.github.com/mesosphere/charts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252997545,"owners_count":21837836,"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":["helm","ksphere","kubernetes"],"created_at":"2024-11-11T17:21:02.125Z","updated_at":"2025-05-08T04:21:31.061Z","avatar_url":"https://github.com/mesosphere.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helm Charts\n\nUse this repository to submit Mesosphere-owned Charts for Helm. Charts are curated application definitions for Helm. For more information about installing and using Helm, see its\n[README.md](https://github.com/helm/helm/tree/master/README.md). To get a quick introduction to Charts see this [chart document](https://helm.sh/docs/topics/charts/).\n\n## Where to find us\n\nFor general Helm Chart discussions join the Konvoy (#kubernetes) room in [Slack](https://mesosphere.slack.com/).\n\nFor issues and support for Helm and Charts see [Support Channels](CONTRIBUTING.md#support-channels).\n\n## How do I install these charts\n\nTo add these charts for your local client, run `helm repo add`:\n\n```bash\n$ helm repo add mesosphere-staging https://mesosphere.github.io/charts/staging\n\"mesosphere-staging\" has been added to your repositories\n```\n\nYou can then run `helm search repo mesosphere-staging` to see the charts.\n\n## Chart Format\n\nTake a look at the [alpine example chart](https://github.com/helm/helm/tree/master/docs/examples/alpine) and the [nginx example chart](https://github.com/helm/helm/tree/master/docs/examples/nginx) for reference when you're writing your first few charts.\n\nBefore contributing a Chart, become familiar with the format. Note that the upstream project is still under active development and the format may still evolve a bit.\n\n## Repository Structure\n\nThis GitHub repository contains the source for the packaged and versioned charts released in the [mesosphere-stable](https://mesosphere.github.io/charts/stable) and [mesosphere-staging](https://mesosphere.github.io/charts/staging) repos.\n\nThe Charts in the `stable/` directory in the master branch of this repository match the latest packaged Chart in the Chart Repository, though there may be previous versions of a Chart available in that Chart Repository.\n\nThe purpose of this repository is to provide a place for maintaining and contributing official Charts, with CI processes in place for managing the releasing of Charts into the Chart Repository.\n\nThe Charts in this repository are organized into two folders:\n\n* stable\n* staging\n\nStable Charts meet the criteria in the [technical requirements](CONTRIBUTING.md#technical-requirements).\n\nStaging Charts are those that have pending contributions [upstream](https://artifacthub.io/) that are not yet merged. Having the staging folder allows charts to be hosted and used until a PR is accepted upstream. A chart PR into the `staging` repository will not be accepted without an accompanying upstream pull request.\n\n## Contributing a Chart\n\nWe'd love for you to contribute a Chart. Please consider contributing upstream first. Please read our [Contribution Guide](CONTRIBUTING.md) for more information on how you can contribute Charts.\n\nNote: We use the same [workflow](https://github.com/kubernetes/community/blob/master/contributors/devel/development.md#workflow).\n\n## Testing\n\nFor instructions on testing chart changes, see [TESTING.md](./TESTING.md)\n\n## Review Process\n\nFor information related to the review procedure used by the Chart repository maintainers, see [Merge approval and release process](CONTRIBUTING.md#merge-approval-and-release-process).\n\n### Stale Pull Requests and Issues\n\nPull Requests and Issues that have no activity for 30 days automatically become stale. After 30 days of being stale, without activity, they become rotten. Pull Requests and Issues can rot for 30 days and then they are automatically closed. This is the standard stale process handling for all repositories on the Kubernetes GitHub organization, a standard which we will follow.\n\n## Supported Kubernetes Versions\n\nThis chart repository supports the latest and previous two minor versions of Kubernetes. For example, if the latest minor release of Kubernetes is 1.15 than 1.13, 1.14, and 1.15 are supported. Charts may still work on previous versions of Kubernertes even though they are outside the target supported window.\n\nTo provide that support the Kubernetes API versions of objects should be those that work for all supported releases.\n\n## Status of the Project\n\nBy it's very nature, this project is still under active development, so you might run into [issues](https://github.com/mesosphere/charts/issues). If you do, please don't be shy about letting us know, or better yet, contribute a fix or feature.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmesosphere%2Fcharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmesosphere%2Fcharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmesosphere%2Fcharts/lists"}