- Notifications
You must be signed in to change notification settings - Fork16.6k
License
helm/charts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project is no longer supported. |
---|
The canonical source for Helm charts is theArtifact Hub, an aggregator for distributed chart repos.
This GitHub project is the source for Helmstable
andincubator
Helm chart repositories. This is now an archive no longer under active development.
For more information about installing and using Helm, see theHelm Docs. For a quick introduction to Charts, see theChart Guide.
Similar to theHelm 2 Support Plan, this GitHub project has begun transition to a 1 year "maintenance mode" (seeDeprecation Timeline below). Given the deprecation plan, this project is intended forapiVersion: v1 Charts (installable by both Helm 2 and 3), and not forapiVersion: v2
charts (installable by Helm 3 only).
Nov 13, 2019 | AtHelm 3's public release, new charts are no longer accepted tostable orincubator . Patches to existing charts may continue to be submitted by the community, and (time permitting) reviewed by chart OWNERS for acceptance |
Aug 13, 2020 | At 9 months – when Helm v2 goes security fix only – thestable andincubator repos will be de-listed from the Helm Hub. Chart OWNERS are encouraged to accept security fixes only. ℹ️Note: the original date has been extended 3 months to match Helm v2 support. SeeCOVID-19: Extending Helm v2 Bug Fixes |
Nov 13, 2020 | At 1 year, support for this project will formally end, at which point thestable andincubator chart repos will be marked obsolete. At that time these chart repos will likely be garbage collected and no longer available. This git repository will remain as an archive. |
This timeline gives the community (chart OWNERS, organizations, groups or individuals who want to host charts) 9 months to move charts to new Helm repos, and list these new repos on the Helm Hub beforestable
andincubator
are de-listed.
Note that this project has been under active development for some time, so you might run intoissues. If you do, please don't be shy about letting us know, or better yet, contribute a fix or feature (within the deprecation timeline of course). Also be aware the repo and chart OWNERS are volunteers so reviews are as time allows, and acceptance is up to the chart OWNERS - you mayreach out but please be patient and courteous.
For general Helm Chart discussions join the Helm Charts (#charts) room in theKubernetes Slack instance.
For issues and support for Helm and Charts seeSupport Channels.
Justhelm install stable/<chart>
. This is the default repository for Helm v2 which is located athttps://charts.helm.sh/stable/ and was installed by default prior to Helm v3.
For more information on using Helm, refer to theHelm documentation.
To add the Helm Stable Charts for your local client, runhelm repo add
:
$ helm repo add stable https://charts.helm.sh/stable"stable" has been added to your repositories
To add the Incubator charts for your local client, runhelm repo add
:
$ helm repo add incubator https://charts.helm.sh/incubator"incubator" has been added to your repositories
You can then runhelm search incubator
to see the charts.
Take a look at thealpine example chart for reference when you're writing your first few charts.
Before contributing a Chart, become familiar with the format. Note that the project is still under active development and the format may still evolve a bit.
This GitHub repository contains the source for the packaged and versioned charts released usingGitHub pages (the Chart Repository).
The Charts in thestable/
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.
The 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.
The Charts in this repository are organized into two folders:
- stable
- incubator
Stable Charts meet the criteria in thetechnical requirements.
Incubator Charts are those that do not meet these criteria. Having the incubator folder allows charts to be shared and improved on until they are ready to be moved into the stable folder. The charts in theincubator/
directory can be found on thegh-pages
branch of the repository.
In order to get a Chart from incubator to stable, Chart maintainers should open a pull request that moves the chart folder.
We'd love for you to contribute to an existing Chart that you find provides a useful application or service for Kubernetes. Please read ourContribution Guide for more information on how you can contribute Charts.
Note: We use the sameworkflow,License andContributor License Agreement as the main Kubernetes repository.
Individual charts can be maintained by one or more users of GitHub. When someone maintains a chart they have the access to merge changes to that chart. To have merge access to a chart someone needs to:
- Be listed on the chart, in the
Chart.yaml
file, as a maintainer. If you need sponsors and have contributed to the chart, please reach out to the existing maintainers, or if you are having trouble connecting with them, please reach out to one of theOWNERS of the charts repository. - Be invited (and accept your invite) as a read-only collaborator onthis repo. This is required for @k8s-ci-robotPR comment interaction.
- An OWNERS file needs to be added to a chart. That OWNERS file should list the maintainers' GitHub login names for both the reviewers and approvers sections. For an example see theDrupal chart. The
OWNERS
file should also be appended to the.helmignore
file.
Once these three steps are done a chart approver can merge pull requests following the directions in theREVIEW_GUIDELINES.md file.
Thepull-charts-e2e
test run, that installs a chart to test it, is required before a pull request can be merged. These tests run automatically for members of the Helm Org and for chartrepository collaborators. For regular contributors who are trusted, in a manner similar to Kubernetes community members, we have trusted collaborators. These individuals can have their tests run automatically as well as mark other pull requests as ok to test by adding a comment of/ok-to-test
on pull requests.
There are two paths to becoming a trusted collaborator. One only needs follow one of them.
- If you are a Kubernetes GitHub org member and have your Kubernetes org membership public you can become a trusted collaborator for Helm Charts
- Get sponsorship from one of the Charts Maintainers listed in the OWNERS file at the root of this repository
The process to get added is:
- File an issue asking to be a trusted collaborator
- A Helm Chart Maintainer can then add the user as a read only collaborator to the repository
For information related to the review procedure used by the Chart repository maintainers, seeMerge approval and release process.
Pull 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.
This chart repository supports the latest and previous minor versions of Kubernetes. For example, if the latest minor release of Kubernetes is 1.8 then 1.7 and 1.8 are supported. Charts may still work on previous versions of Kubernertes even though they are outside the target supported window.
To provide that support the API versions of objects should be those that work for both the latest minor release and the previous one.
If you are in China, there are some problems to use upstream Helm Charts directly (e.g. images hosted ongcr.io
,quay.io
, and Charts hosted ongoogleapis.com
etc), you can use this mirror repo athttps://github.com/cloudnativeapp/charts which automatically sync & replace unavailable image & repo URLs in every Chart.
About
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3,371
Uh oh!
There was an error while loading.Please reload this page.