项目作者: ListnPlay

项目描述 :
helm chart repo
高级语言: Mustache
项目地址: git://github.com/ListnPlay/charts.git
创建时间: 2019-11-26T12:42:35Z
项目社区:https://github.com/ListnPlay/charts

开源协议:Apache License 2.0

下载


Charts

Usage

Setup helm to use this repo

  1. helm repo add featurefm 'https://raw.githubusercontent.com/listnplay/charts/master/'
  2. helm repo update

Install

install package with helm, e.g.:

  1. helm install --name druid featurefm/druid -f values.yaml

Update a chart (upload to the repo)

see this blog post
for more details (although we use a public repo).

  1. Change the version in Chart.yaml
  2. Package and reindex with:

    1. cd charts
    2. helm package druid
    3. helm repo index .
  3. Commit & push change
  4. helm repo update to grab latest changes