New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/rubykube/peatio-charts

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/rubykube/peatio-charts

v0.0.0-20171222142609-f1d96947a6ea
Source
Go
Version published
Created
Source

Peatio Helm Charts

Official peatio.tech helm charts repository.

How-to

Adding this repo to helm

# add the repo
$ helm repo add peatio https://apps.peatio.com

# check for it
$ helm repo list

Installing a single chart

# list all charts
$ helm search

# list only peatio charts
$ helm search peatio

# install a chart
$ helm install peatio/gerrit

# update repo index
$ helm repo update

Contributing

# create base with helm
$ helm create stable/my-awesome-peatio-chart

# modify it
$ ...

# test changes locally
$ make index
$ helm install packages/my-awesome-chart-0.1.0.tgz

# deploy
$ make deploy

FAQs

Package last updated on 22 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts