Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cp Helm Charts | 742 | 21 days ago | 265 | apache-2.0 | Mustache | |||||
The Confluent Platform Helm charts enable you to deploy Confluent Platform services on Kubernetes for development, test, and proof of concept environments. | ||||||||||
Kubeview | 716 | 21 days ago | 30 | mit | Vue | |||||
Kubernetes cluster visualiser and graphical explorer | ||||||||||
Skywalking Kubernetes | 409 | 2 days ago | apache-2.0 | Smarty | ||||||
Apache SkyWalking Kubernetes Deployment Helm Chart | ||||||||||
K8s Wait For | 404 | 4 months ago | 4 | mit | Shell | |||||
A simple script that allows to wait for a k8s service, job or pods to enter a desired state | ||||||||||
Airflow Chart | 246 | 3 days ago | 15 | other | Python | |||||
A Helm chart to install Apache Airflow on Kubernetes | ||||||||||
Datadog Operator | 184 | 1 | 4 days ago | 70 | February 02, 2023 | 62 | apache-2.0 | Go | ||
Datadog Agent Kubernetes Operator | ||||||||||
Helm Kubernetes Services | 165 | 10 days ago | 24 | apache-2.0 | Go | |||||
Helm charts that can be used to package your applications into production ready deployments for Kubernetes. https://www.gruntwork.io | ||||||||||
Pulsar Helm Chart | 164 | 12 days ago | 85 | apache-2.0 | Shell | |||||
Official Apache Pulsar Helm Chart | ||||||||||
Acs Deployment | 151 | 6 days ago | 13 | apache-2.0 | Smarty | |||||
Alfresco Content Services containerized deployment (Helm and Docker Compose) | ||||||||||
Meilisearch Kubernetes | 131 | 15 days ago | 7 | mit | Mustache | |||||
Meilisearch on Kubernetes Helm charts and manifests |
This GitHub repository is the official source for Milvus's Helm charts.
For instructions about how to install charts from this repository, visit the public website at: Milvus Helm Charts
If you make changes to an existing chart, but do not change its version, nothing new will be published to the charts repository.
When a commit to master includes a new version of a chart, a GitHub action will make it available on the charts repository.
With each commit to master, a GitHub action will compare all charts versions at the charts
folder on master branch with published versions at the index.yaml
chart list on gh-pages branch.
When it detects that the version in the folder doesn't exist in index.yaml
, it will create a release with the packaged chart content on the GitHub repository, and update index.yaml
to include it on the charts repository
.
index.yaml
is accesible from milvus-io.github.io/milvus-helm/index.yaml and is the list of all charts and their versions available when you interact with the charts repository using Helm.
The packaged referenced in index.yaml
, when it's updated using the GitHub action, will link for download to the URL provided by the GitHub repository release files.
To add a new chart, create a directory inside charts with it contents at master branch.
When you commit it, it will be picked up by the GitHub action, and if it contains a chart and version that doesn't already exist in the charts repository, a new release with the package for the chart will be published on the GitHub repository,
and the list of all charts at index.yaml
on gh-pages branch will be updated on the charts repository.
You can find more information at: