-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.md.gotmpl
61 lines (36 loc) · 2.33 KB
/
README.md.gotmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# {{ template "chart.name" . }} Helm Chart
{{ template "chart.versionBadge" . }}
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/jdownloader2)](https://artifacthub.io/packages/search?repo=jdownloader2)
From {{ template "chart.homepage" . }}:
> JDownloader is a free, open-source download management tool with a huge community that makes downloading as easy and fast as it should be. Users can start, stop or pause downloads, set bandwith limitations, auto-extract archives and much more. It's an easy-to-extend framework that can save hours of your valuable time every day!
## Get Repo Info
helm repo add my-jdownloader https://pmoscode-helm.github.io/jdownloader2/
helm repo update
## Install chart
helm install [RELEASE_NAME] my-jdownloader/jdownloader2
The command deploys jdownloader2 on the Kubernetes cluster in the default configuration.
See configuration below.
See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation.
## Uninstall Chart
helm uninstall [RELEASE_NAME]
This removes all the Kubernetes components associated with the chart and deletes the release.
See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command documentation.
## Upgrading Chart
helm upgrade [RELEASE_NAME] [CHART] --install
See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation.
{{ template "chart.deprecationWarning" . }}
{{ template "chart.requirementsSection" . }}
{{ template "chart.valuesHeader" . }}
{{ template "chart.valuesTable" . }}
{{ template "chart.maintainersSection" . }}
## Contributing
If you want to add features or bugfixes, please open an issue (either feature or bug) and provide also an unittest (https://github.com/helm-unittest/helm-unittest).
To make things easier, you can use Taskfile (https://taskfile.dev/) to get a small shortcut for some useful commands.
You also need to copy the ".env-template" file as ".env" and configure it for your needs.
The Taskfile itself needs this tools to run the tasks:
- https://github.com/helm/chart-releaser
- https://helm.sh/docs/intro/quickstart/
- https://github.com/mbenabda/helm-local-chart-version (install it outside an GIT repo!)
- https://github.com/norwoodj/helm-docs
- https://github.com/helm-unittest/helm-unittest/
- https://github.com/pawamoy/git-changelog