Skip to content

morsok/helm-charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm charts collection

Repository

Helm charts are currently hosted at https://registry.fhardy.fr

helm repo add fhardy-stable https://registry.fhardy.fr/chartrepo/stable
helm repo update

Charts

Available charts:

  • Plex

    helm install fhardy-stable/plex
  • Transmission

    helm install fhardy-stable/transmission

Contributors

Upload a chart

repo admin only

  1. Update chart version (and appVersion if necessary) in Chart.yaml file

  2. Make sure you have helm push plugin installed

  3. Create a credentials file:

    $  cat ~/.helm/push-fhardy.sh
    #!/bin/bash
    
    export HELM_REPO_USERNAME=USERNAME
    export HELM_REPO_PASSWORD=PASSWORD
  4. Source it and push:

    $ source ~/.helm/push-fhardy.sh
    $ export CHART_PATH=$(pwd)
    $ helm push $CHART_PATH fhardy

About

Helm chart collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 100.0%