All Projects → sagansystems → helm-github

sagansystems / helm-github

Licence: Apache-2.0 license
A Helm plugin to install raw Helm Charts from Github

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to helm-github

helm-ssm
Injects values from AWS SSM parameters on the values.yaml file
Stars: ✭ 43 (-20.37%)
Mutual labels:  helm, helm-plugin
helm-schema-gen
So that you don't have to write values.schema.json by hand from scratch for your Helm 3 charts. [CURRENTLY NOT MAINTAINED]
Stars: ✭ 104 (+92.59%)
Mutual labels:  helm, helm-plugin
helm-github
Implement a Helm chart repository with GitHub pages
Stars: ✭ 18 (-66.67%)
Mutual labels:  helm, helm-plugin
helm-local
Helm plugin to run Tiller as a local daemon
Stars: ✭ 22 (-59.26%)
Mutual labels:  helm, helm-plugin
helm-starter
A helm plugin for managing chart starters.
Stars: ✭ 32 (-40.74%)
Mutual labels:  helm, helm-plugin
helm-unittest
BDD styled unit test framework for Kubernetes Helm charts as a Helm plugin.
Stars: ✭ 276 (+411.11%)
Mutual labels:  helm, helm-plugin
helm-certgen
Helm plugin for generation of TLS certificates
Stars: ✭ 15 (-72.22%)
Mutual labels:  helm, helm-plugin
helm-namespace
Namespace auto-creation for Helm 3
Stars: ✭ 29 (-46.3%)
Mutual labels:  helm, helm-plugin
helm-backup
Helm plugin which performs backup/restore of releases in a namespace to/from a file
Stars: ✭ 70 (+29.63%)
Mutual labels:  helm, helm-plugin
helm-inject
Inject additional configurations during Helm upgrade
Stars: ✭ 17 (-68.52%)
Mutual labels:  helm, helm-plugin
helm-edit
Edit a Helm release
Stars: ✭ 109 (+101.85%)
Mutual labels:  helm, helm-plugin
helm-mapkubeapis
This is a Helm plugin which map deprecated or removed Kubernetes APIs in a release to supported APIs
Stars: ✭ 287 (+431.48%)
Mutual labels:  helm, helm-plugin
helm-whatup
A Helm plugin to help users determine if there's an update available for their installed charts.
Stars: ✭ 37 (-31.48%)
Mutual labels:  helm, helm-plugin
hull
The incredible HULL - Helm Uniform Layer Library - is a Helm library chart to improve Helm chart based workflows
Stars: ✭ 66 (+22.22%)
Mutual labels:  helm, helm-plugin
helm-spray
Helm plugin for installing or upgrading sub-charts from an umbrella-chart using dependency orders
Stars: ✭ 64 (+18.52%)
Mutual labels:  helm, helm-plugin
polkadot-deployer
Tool for deploying polkadot networks
Stars: ✭ 99 (+83.33%)
Mutual labels:  helm
onechart
A generic Helm chart for your application deployments
Stars: ✭ 30 (-44.44%)
Mutual labels:  helm
falcon-helm
Helm Charts for running CrowdStrike Falcon with Kubernetes
Stars: ✭ 34 (-37.04%)
Mutual labels:  helm
ververica-platform-k8s-operator
Kubernetes Operator for the Ververica Platform
Stars: ✭ 28 (-48.15%)
Mutual labels:  helm
helm-lobste.rs
An Helm front-end for Lobste.rs
Stars: ✭ 20 (-62.96%)
Mutual labels:  helm

helm-github

A Helm plugin that installs or upgrades raw Helm charts from GitHub

Installation

  • helm plugin install --version master https://github.com/sagansystems/helm-github.git
  • helm github --help

image

helm-github plugin updates

Automatically

  • helm github --update

Manually

  • cd $HELM_HOME/plugins/
  • git pull

Usage

Install a chart from a GitHub repo

  • helm github install --repo [email protected]:kubernetes/charts.git --path stable/external-dns
  • helm github install --repo [email protected]:coreos/alb-ingress-controller.git --ref 6d64984 --path alb-ingress-controller-helm
  • helm github install --repo [email protected]:coreos/alb-ingress-controller.git --ref master --path alb-ingress-controller-helm --namespace kube-system --name alb-ingress-ctlr-1 -f alb-ingress-controller/values.yml --version 0.0.6

Upgrade the happy-panda release to a new version of the chart from a GitHub repo

  • helm github upgrade happy-panda --repo [email protected]:kubernetes/charts.git --path stable/external-dns
  • helm github upgrade happy-panda --repo [email protected]:coreos/alb-ingress-controller.git --ref 6d64984 --path alb-ingress-controller-helm
  • helm github upgrade happy-panda --repo [email protected]:coreos/alb-ingress-controller.git --ref master --path alb-ingress-controller-helm -f alb-ingress-controller/values.yml --version 0.0.6
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].