Helm charts are currently hosted on GitHub releases
helm repo add fydrah https://raw.githubusercontent.com/fydrah/helm-charts/master/index.yaml
helm repo update
Available charts:
-
helm install fydrah/plex
-
helm install fydrah/transmission
repo admin only
-
Update chart
version
(andappVersion
if necessary) inChart.yaml
file -
Make sure you have:
-
Export variables
export CR_INDEX_PATH=index.yaml export CR_CHARTS_REPO=https://github.com/fydrah/helm-charts export CR_GIT_REPO=helm-charts export CR_PACKAGE_PATH=.deploy export CR_OWNER=fydrah export CR_TOKEN=REDACTED # This must be a github token with *repos* privileges
-
Deploy releases. This will package, tag and push tags, and index latest versions. This does not push produced index.yaml (to avoid indexation of wrong release):
# Launch this from root directory ./scripts/deploy-charts.sh