articulate / helmcharts

MIT License
8 stars 7 forks source link

are those charts published somewhere? #3

Closed kostyrev closed 4 years ago

kostyrev commented 4 years ago

I mean helm repository

hetii commented 4 years ago

Probably not, but if you install helm-git you can use this repository directly.

Example:

helm repo add articulate "git+https://github.com/articulate/helmcharts@stable"
helm upgrade --install pritunl articulate/pritunl -n pritunl -f pritunl-values.yaml
echoboomer commented 4 years ago

@kostyrev @hetii I have republished the latest version of this chart with some improvements: https://github.com/shipwreckdev/charts/tree/master/stable/pritunl

A binary of the chart is included in that repository, but I realize this is not as useful as having a public repo to pull them from. This will at least assist as a temporary measure.