├── CONTRIBUTING.md
├── LICENSE.md
├── cdwv-logo-new.svg
└── README.md
/CONTRIBUTING.md:
--------------------------------------------------------------------------------
1 | [awesome-docker]: https://github.com/veggiemonk/awesome-docker/blob/master/.github/CONTRIBUTING.md
2 |
3 |
4 | Contributing Guidelines:
5 | =======================================================================
6 |
7 | We appreciate and recognize all contributors.
8 |
9 |
10 | ## Contribution Guidelines
11 |
12 | * To add to the list: Submit a pull request
13 | * To remove from the list: Submit a pull request
14 | * Want to change something: Submit a pull request
15 | * Want to try something else: Submit a pull request
16 | * Don't know what to do: Submit a pull request
17 | * Each item should be limited to one link
18 | * The link should be the name of the package or project or website
19 | * Descriptions should be clear and concise (read it out loud to be sure)
20 | * Descriptions should follow the link, on the same line
21 | * If you want to add more than one link, please don't do all PR on the exact same line, it usually results in conflicts and your PR cannot be automatically merged...
22 | * Please contribute links to packages/projects you have used or are familiar with. This will help ensure high-quality entries.
23 |
24 | ## Quality standard
25 |
26 | To be on the list, it would be nice if entries adhere to these quality standards:
27 |
28 | * Generally useful to the community
29 | * Clearly "what is it" --> which category it belongs : article, video, twitter account, etc.
30 | * Clearly stating "what is it for": mention the problem it solves. Just try your best, make it clear for the next person
31 | * Solves a real problem (even a small one)
32 | * If it is a WIP (work in progress, not safe for production), mention it
33 |
34 |
35 | -----------------------------------------------------------------------
36 |
37 |
38 | Abstract adopted from [awesome-docker][awesome-docker].
39 |
--------------------------------------------------------------------------------
/LICENSE.md:
--------------------------------------------------------------------------------
1 | [](https://creativecommons.org/publicdomain/zero/1.0/)
2 |
3 | Statement of Purpose
4 |
5 | The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").
6 |
7 | Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.
8 |
9 | For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.
10 |
11 | 1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:
12 |
13 | the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;
14 | moral rights retained by the original author(s) and/or performer(s);
15 | publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;
16 | rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;
17 | rights protecting the extraction, dissemination, use and reuse of data in a Work;
18 | database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and
19 | other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.
20 |
21 | 2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.
22 |
23 | 3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.
24 |
25 | 4. Limitations and Disclaimers.
26 |
27 | No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.
28 | Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.
29 | Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.
30 | Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.
31 |
--------------------------------------------------------------------------------
/cdwv-logo-new.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
140 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Awesome Helm [](https://github.com/sindresorhus/awesome)
2 |
3 | > A collaborative list of awesome [Helm](https://helm.sh) resources.
4 |
5 | Helm is the package manager for Kubernetes, it makes deploying complex application workloads simple, helps organize the update process.
6 |
7 | # Contents
8 |
9 |
10 | - [Guides](#guides)
11 | - [Repositories / hubs](#repositories--hubs)
12 | - [Application repositories](#application-repositories)
13 | - [Plugins](#plugins)
14 | - [Tools, extras](#tools-extras)
15 | - [Community](#community)
16 |
17 |
18 | Guides
19 | ------
20 | * [How to create your first helm chart](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-create-first-helm-chart-index.html) - Broadcom guide on authoring your first chart
21 | * [Authoring awesome charts](https://github.com/helm/helm-classic/blob/master/docs/awesome.md) - official Helm guide on authoring Awesome Charts
22 | * [Kompose](https://kubernetes.io/docs/tasks/configure-pod-container/translate-compose-kubernetes/) - how to translate a docker-compose file into a Helm chart
23 |
24 | Repositories / hubs
25 | -------------------
26 | Official Kubernetes Helm repositories
27 |
28 | * [Kubernetes Helm charts stable repo](https://github.com/helm/charts/tree/master/stable)
29 | * [Kubernetes Helm charts incubating repo](https://github.com/helm/charts/tree/master/incubator)
30 | * [Helm Hub](https://hub.helm.sh) - Official Helm Hub
31 |
32 | 3rd party repositories / hubs
33 |
34 | * [Cloudsmith](https://cloudsmith.io/l/helm-repository/) - A fully managed package management SaaS, with first-class support for public and private Kubernetes registries (Docker + Helm Charts, plus many others). Has a generous free-tier and is also completely free for open-source.
35 | * [Fabric8](https://fabric8.io/helm/) - chart repository by Fabric8
36 | * [Kubeapps](https://hub.kubeapps.com/) - Kubeapps helm chart hub by Bitnami
37 | * [Fairwinds](https://hub.helm.sh/charts/fairwinds-stable) - Chart hub by Fairwinds
38 | * [ChartCenter](https://chartcenter.io) - Central repository of Helm charts by JFrog
39 |
40 | Application repositories
41 | ------------------------
42 | These usually hold a single chart or a group of connected charts. Can be more up to date than the mainstream Kubernetes repos.
43 |
44 | * [Gitlab Omnibus](https://charts.gitlab.io) - an All-In-One chart for deploying Gitlab in Kubernetes
45 | * [Jupyterhub and Binderhub](https://jupyterhub.github.io/helm-chart/) - charts for deploying services to run Jupyter notebooks
46 | * [Harbor](https://github.com/goharbor/harbor-helm) - Harbor is a container and Helm registry with built-in security
47 | * [OpenStack](https://github.com/openstack/openstack-helm) - various charts by the OpenStack project
48 | * [Fn Project](https://github.com/fnproject/fn-helm) - Fn serverless platform charts
49 | * [Lenses](https://github.com/Landoop/kafka-helm-charts) - charts for Lenses, Apache Kafka, Kafka Connect and other components for data streaming and data integration
50 | * [Zalenium](https://github.com/zalando/zalenium/tree/master/charts/zalenium) - flexible and scalable container based Selenium Grid with video recording, live preview, basic auth & dashboard
51 | * [Elasticsearch Fluentd Kibana](https://github.com/cdwv/efk-stack-helm) - chart to deploy a full EFK stack for Kubernetes monitoring
52 | * [Bitwarden](https://github.com/cdwv/bitwarden-k8s) - Helm chart for deploying bitwarden-rs - unofficial Bitwarden-compatible server
53 | * [Elastic](https://github.com/elastic/helm-charts/) - Official helm charts for [Elatic.co](https://www.elastic.co/)'s open source products (ElasticSearch, Kibana & filebeat)
54 | * [Mocktail](https://github.com/Huseyinnurbaki/mocktail) - Helm chart for deploying the free, tiny mock api server Mocktail
55 |
56 | Plugins
57 | -------
58 |
59 | * [Helm Blob](https://github.com/C123R/helm-blob) - Plugin that allows you to manage helm repositories on the blob storage like Azure Blob, GCS, S3, etc.
60 | * [Helm Cel](https://github.com/idsulik/helm-cel) - Plugin that uses Common Expression Language ([CEL](https://cel.dev/)) to validate values.
61 | * [Helm Diff](https://github.com/databus23/helm-diff) - Plugin that shows a diff explaing what a `helm upgrade` and `helm rollback` would change. It can also compare two separate revisions of the release.
62 | * [Helm Dt](https://github.com/vmware-labs/distribution-tooling-for-helm) - Plugin that helps moving Helm charts across OCI registries.
63 | * [Helm Env](https://github.com/adamreese/helm-env) - Plugin to show the environment variables available to a helm plugin.
64 | * [Helm Last](https://github.com/adamreese/helm-last) - Plugin that shows the latest release interacted with. This is useful for chaining commands together like `helm status $(helm last)`.
65 | * [Helm Local](https://github.com/adamreese/helm-local) - Plugin to run Tiller (helm 2's server-side component) as a local daemon.
66 | * [Helm Nuke](https://github.com/adamreese/helm-nuke) - Plugin that deletes and purges all releases stored by Tiller.
67 | * [Helm Secrets](https://github.com/jkroepke/helm-secrets) - Plugin to manage and store secrets safely.
68 | * [Helm Monitor](https://github.com/ContainerSolutions/helm-monitor) - Plugin to monitor a release and rollback based on Prometheus/ElasticSearch query.
69 | * [Helm S3](https://github.com/hypnoglow/helm-s3) - Plugin to fetch charts from S3.
70 | * [Helm Starter](https://github.com/salesforce/helm-starter) - Plugin that simplifies working with helm chart starter packs.
71 | * [Helm GCS](https://github.com/hayorov/helm-gcs) - Plugin that manages chart repos on Google Cloud Storage privately.
72 | * [Helm GitHub](https://github.com/web-seven/helm-github) - Plugin that detects and install Helm Charts from GitHub Public/Private Repository Releases.
73 | * [Helm Schema](https://github.com/dadav/helm-schema) - Auto-generate jsonschema files for helm charts.
74 | * [Helm Schema Gen](https://github.com/karuppiah7890/helm-schema-gen) - So that you don't have to write `values.schema.json` by hand from scratch for your Helm 3 charts
75 | * [Helm Datree](https://github.com/datreeio/helm-datree) - Plugin to prevent Kubernetes misconfigurations by ensuring that Helm charts follow best practices as well as your organization’s policies
76 | * [Helm Teller](https://github.com/SpectralOps/helm-teller) - Plugin that allows you to manage deployment configuration and secrets from multiple providers securely with [Teller](https://github.com/SpectralOps/teller)
77 | * [Helm Release](https://github.com/JovianX/helm-release-plugin) - Plugin that pulls(re-creates) Helm charts from deployed releases, also allows update values of deployed releases without supplying the chart(for modified or custom charts, or when there's no access to the chart)
78 | * [Helm Compose](https://github.com/seacrew/helm-compose) - Plugin that allows coupled multi release handling of one or many charts. With full configuration-as-code capabilities in a single yaml file similar to docker-compose.
79 | * [Helm Unittest](https://github.com/helm-unittest/helm-unittest) - Plugin that enables you to run BDD style unit tests against rendered Helm charts. Adds the `helm unittest` command to execute tests.
80 | * [Helm Kanvas Snapshot](https://github.com/meshery/helm-kanvas-snapshot) - Plugin that generates a visual snapshot of Helm charts.
81 |
82 |
83 | Tools, Extras
84 | -------------
85 | Helm-related tools
86 | * [Keel.sh](https://keel.sh) - Continuous delivery for Kubernetes - enhances Helm with auto upgrades and other cool features
87 | * [Helmfile](https://github.com/roboll/helmfile) - Helmfile is a declarative spec for deploying helm charts, supports flexible templating scenarios
88 | * [Helmsman](https://github.com/Praqma/helmsman) - Helmsman provides a declarative way of installing charts, features terraform-like desired state file approach and security enhancements
89 | * [Reckoner](https://github.com/FairwindsOps/reckoner) - Reckoner is a tool to simplify management and installation of multiple Helm chart releases
90 | * [Monocular](https://github.com/helm/monocular) - A web-based application that enables the search and discovery of charts from multiple Helm Chart repositories
91 | * [Ship](https://github.com/replicatedhq/ship) - A tool that makes it easy to watch and apply updates to Helm charts and integrates [Kustomize](https://kustomize.io) patches and overlays
92 | * [Brigade](https://github.com/brigadecore/brigade) - A tool for running scriptable, automated tasks in the cloud — as part of your Kubernetes cluster
93 | * [Helm-Starter-Istio](https://github.com/salesforce/helm-starter-istio) - A helm starter for creating [Istio](https://istio.io/) managed services
94 | * [Helm Broker](https://github.com/kyma-project/helm-broker) - A Service Broker which exposes Helm charts as Service Classes in the [Service Catalog](https://svc-cat.io/)
95 | * [Chart Releaser](https://github.com/helm/chart-releaser) - Helps Turn GitHub Repositories into Helm Chart Repositories
96 | * [ChartMuseum](https://chartmuseum.com/) - ChartMuseum is an open-source, easy to deploy, Helm Chart Repository server.
97 | * [Helmify](https://github.com/arttor/helmify) - Generates a Helm chart from Kubernetes yamls
98 | * [Helm Docs](https://github.com/norwoodj/helm-docs) - Auto-generates documentation from helm charts into markdown files
99 | * [Readme Generator](https://github.com/bitnami-labs/readme-generator-for-helm) - Autogenerate Helm Charts READMEs' tables based on values YAML file metadata.
100 | * [Chart Viewer](https://github.com/ecojuntak/chart-viewer) - Helps you inspect and compare chart template and also rendered manifest
101 | * [werf](https://werf.io/) - A CLI tool for implementing CI/CD best practices using an extended version of Helm under the hood for deployment
102 |
103 |
104 | Community
105 | ---------
106 | Forums, discussion groups, SO tags.
107 |
108 | * [Helm Slack](http://slack.k8s.io/) - #helm-users channel on Kubernetes Slack
109 | * [StackOverflow Kubernetes-Helm](https://stackoverflow.com/questions/tagged/kubernetes-helm) - Stack Overflow threads tagged kubernetes-helm
110 | * [StackOverflow Helm](https://stackoverflow.com/questions/tagged/helm) - Stack Overflow threads tagged Helm
111 |
112 | Contributing
113 | =======================================================================
114 |
115 | Contributions are most welcome!
116 |
117 | This list is just getting started, please contribute to make it super awesome.
118 |
119 | Check out the [Contributing Guidelines](https://github.com/cdwv/awesome-helm/blob/master/CONTRIBUTING.md).
120 |
121 |
122 | License
123 | =======================================================================
124 |
125 | awesome-helm by CodeWave is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
126 |
127 | Maintainers
128 | ===========
129 |
130 | [](https://codewave.eu)
131 |
132 | Project is currently maintained, in our spare time, by [codewave.eu](https://codewave.eu) and a growing number of Contributors!
133 |
--------------------------------------------------------------------------------