All Projects → salesforce → helm-starter

salesforce / helm-starter

Licence: BSD-3-Clause license
A helm plugin for managing chart starters.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to helm-starter

helm-mapkubeapis
This is a Helm plugin which map deprecated or removed Kubernetes APIs in a release to supported APIs
Stars: ✭ 287 (+796.88%)
Mutual labels:  helm, helm-plugin
helm-namespace
Namespace auto-creation for Helm 3
Stars: ✭ 29 (-9.37%)
Mutual labels:  helm, helm-plugin
helm-spray
Helm plugin for installing or upgrading sub-charts from an umbrella-chart using dependency orders
Stars: ✭ 64 (+100%)
Mutual labels:  helm, helm-plugin
helm-inject
Inject additional configurations during Helm upgrade
Stars: ✭ 17 (-46.87%)
Mutual labels:  helm, helm-plugin
helm-edit
Edit a Helm release
Stars: ✭ 109 (+240.63%)
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 (+106.25%)
Mutual labels:  helm, helm-plugin
helm-local
Helm plugin to run Tiller as a local daemon
Stars: ✭ 22 (-31.25%)
Mutual labels:  helm, helm-plugin
helm-github
A Helm plugin to install raw Helm Charts from Github
Stars: ✭ 54 (+68.75%)
Mutual labels:  helm, helm-plugin
helm-github
Implement a Helm chart repository with GitHub pages
Stars: ✭ 18 (-43.75%)
Mutual labels:  helm, helm-plugin
helm-ssm
Injects values from AWS SSM parameters on the values.yaml file
Stars: ✭ 43 (+34.38%)
Mutual labels:  helm, helm-plugin
helm-backup
Helm plugin which performs backup/restore of releases in a namespace to/from a file
Stars: ✭ 70 (+118.75%)
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 (+225%)
Mutual labels:  helm, helm-plugin
helm-unittest
BDD styled unit test framework for Kubernetes Helm charts as a Helm plugin.
Stars: ✭ 276 (+762.5%)
Mutual labels:  helm, helm-plugin
helm-certgen
Helm plugin for generation of TLS certificates
Stars: ✭ 15 (-53.12%)
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 (+15.63%)
Mutual labels:  helm, helm-plugin
lokole
Source code for the Lokole project. Lokole enables communities in the Congo DRC to pool resources to access efficient communication via email at an affordable price.
Stars: ✭ 37 (+15.63%)
Mutual labels:  helm
helm-postgresql
Helm Chart for postgresql
Stars: ✭ 35 (+9.38%)
Mutual labels:  helm
Certified-Rancher-Operator-Thai
มาเรียนรู้ Kuberntes แบบ On-Premise และ Architecture ของ Rancher ที่ใช้ในการจัดการ Kubernetes Cluster เพื่อนำสู่ Certified Kubernetes Administrator และ Certified Rancer Operator
Stars: ✭ 78 (+143.75%)
Mutual labels:  helm
substrate-graph
a compact graph indexer stack for parity substrate, polkadot, kusama
Stars: ✭ 28 (-12.5%)
Mutual labels:  helm
vault-charts
Charts to deploy Hashicorp Vault in Kubernetes
Stars: ✭ 15 (-53.12%)
Mutual labels:  helm

helm-starter

A helm3 plugin for managing helm starters. Helm starters are used by the helm create command to customize the default chart. For example, an Istio starter can create VirtualService and DestinationRule objects, in addition to the standard Service and Deployment objects.

Example helm starters:

Installation

> helm plugin install https://github.com/salesforce/helm-starter.git

Usage

  • helm starter fetch GITURL: Clones a bare helm starter repo into $HELM_HOME/starters
  • helm starter list: Lists all the starters in $HELM_HOME/starters
  • helm starter update NAME: Refresh an installed Helm starter
  • helm starter delete NAME: Delete name from $HELM_HOME/starters
  • helm starter inspect NAME: Print out a starter's readme
  • helm starter --help: print help

To use a starter, run:

> helm create NAME --starter STARTERNAME

Example

> helm starter fetch https://github.com/salesforce/helm-starter-istio.git
> helm create banana-service --starter helm-starter-istio
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].