All Projects → renovatebot → helm-charts

renovatebot / helm-charts

Licence: AGPL-3.0 License
docs.renovatebot.com/helm-charts

Programming Languages

shell
77523 projects
Mustache
554 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to helm-charts

helm-charts
Source & Repo of https://charts.kubesphere.io/main & https://charts.kubesphere.io/test
Stars: ✭ 85 (+66.67%)
Mutual labels:  helm, helm-charts, helm-chart
helm-charts
Helm charts for sigstore project
Stars: ✭ 33 (-35.29%)
Mutual labels:  chart, helm, helm-charts
charts
My helm charts
Stars: ✭ 15 (-70.59%)
Mutual labels:  chart, helm, helm-charts
aks-multi-tenant-agic
This sample shows how to use the Application Gateway Ingress Controller in a multi-tenant AKS cluster to expose multiple instances of the same application, one for each tenant.
Stars: ✭ 27 (-47.06%)
Mutual labels:  helm, helm-charts, helm-chart
charts
Public helm charts
Stars: ✭ 15 (-70.59%)
Mutual labels:  helm, helm-charts, helm-chart
k8s-ovpn-chart
[DEPRECATED] Helm chart for a private OpenVPN server
Stars: ✭ 19 (-62.75%)
Mutual labels:  helm, helm-charts, helm-chart
charts
Helm charts for creating reproducible and maintainable deployments of Polyaxon with Kubernetes.
Stars: ✭ 32 (-37.25%)
Mutual labels:  helm, helm-charts, helm-chart
charts
☸️ Helm Charts for YOURLS
Stars: ✭ 12 (-76.47%)
Mutual labels:  chart, helm, helm-charts
aks-terraform-helm
Showcase for Azure, AKS, Terraform, Helm and Let's Encrypt
Stars: ✭ 23 (-54.9%)
Mutual labels:  chart, helm, helm-chart
hull
The incredible HULL - Helm Uniform Layer Library - is a Helm library chart to improve Helm chart based workflows
Stars: ✭ 66 (+29.41%)
Mutual labels:  helm, helm-charts, helm-chart
billimek-charts
DEPRECATED - new home is https://github.com/k8s-at-home/charts
Stars: ✭ 90 (+76.47%)
Mutual labels:  chart, helm, helm-charts
khelm
A Helm chart templating CLI, kpt function and kustomize plugin
Stars: ✭ 46 (-9.8%)
Mutual labels:  helm, helm-charts, helm-chart
helm-charts
Helm Charts
Stars: ✭ 24 (-52.94%)
Mutual labels:  chart, helm, helm-charts
stackstorm-ha
K8s Helm Chart (βeta!) that codifies StackStorm (aka "IFTTT for Ops" https://stackstorm.com/) Highly Availability fleet as a simple to use reproducible infrastructure-as-code app
Stars: ✭ 74 (+45.1%)
Mutual labels:  helm, helm-charts, helm-chart
k3s-gitops
GitOps principles to define kubernetes cluster state via code
Stars: ✭ 103 (+101.96%)
Mutual labels:  helm, renovate
litmus-helm
Helm Charts for the Litmus Chaos Operator & CRDs
Stars: ✭ 23 (-54.9%)
Mutual labels:  helm, helm-chart
helm-github-pages
Publish your Kubernetes Helm Charts on GitHub Pages. DEPRECATED: please use https://github.com/helm/chart-releaser
Stars: ✭ 22 (-56.86%)
Mutual labels:  helm, helm-charts
kube-karp
☸ Add a floating virtual IP to Kubernetes cluster nodes for load balancing easily.
Stars: ✭ 104 (+103.92%)
Mutual labels:  helm, helm-chart
anchore-charts
Helm charts for Anchore tools and services
Stars: ✭ 38 (-25.49%)
Mutual labels:  helm, helm-charts
helm-charts
Official Helm Chart Repository for InfluxData Applications
Stars: ✭ 133 (+160.78%)
Mutual labels:  helm, helm-charts

Renovate

GitHub release (latest SemVer) License

Automated dependency updates. Multi-platform and multi-language.

This repository hosts Renovate's Helm charts. Chart documentation is automatically generated using helm-docs.

Kubernetes version support

We test the four latest versions of Kubernetes. The general concept is that we track the versions of Kubernetes that are supported by the major cloud providers.

Add Helm repository

helm repo add renovate https://docs.renovatebot.com/helm-charts
helm repo update

Install chart

Using config from a file:

helm install --generate-name --set-file renovate.config=config.json renovate/renovate

Using config from a string:

helm install --generate-name --set renovate.config='\{\"token\":\"...\"\}' renovate/renovate

Note: renovate.config must be a valid Renovate self-hosted configuration.

Contributing

When using this repo locally or contributing to this repo, you will need to build the dependencies used for each helm chart. You can run the following commands to do so:

helm repo add bitnami https://charts.bitnami.com/bitnami
cd charts/renovate
helm dependency build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].