-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md.gotmpl
More file actions
63 lines (37 loc) · 2.5 KB
/
Copy pathREADME.md.gotmpl
File metadata and controls
63 lines (37 loc) · 2.5 KB
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
62
63
# {{ template "chart.name" . }} Helm Chart
{{ template "chart.versionBadge" . }}
[](https://artifacthub.io/packages/search?repo=airsonic-advanced)
From {{ template "chart.homepage" . }}:
> Airsonic-Advanced is a more modern implementation of the Airsonic fork with several key performance and feature enhancements. It adds and supersedes several features in Airsonic.
> Airsonic is a free, web-based media streamer, providing ubiquitous access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.
## Get Repo Info
helm repo add my-airsonic-advanced https://pmoscode-helm.github.io/airsonic-advanced/
helm repo update
## Install chart
helm install [RELEASE_NAME] my-gotify/gotify
The command deploys airsonic-advanced 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