Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-09-21 08:50:15 +00:00
parent d976ce2065
commit 87e3219b6f
176 changed files with 1563 additions and 362 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="airsonic-2.0.2"></a>
### [airsonic-2.0.2](https://github.com/truecharts/apps/compare/airsonic-2.0.1...airsonic-2.0.2) (2021-09-21)
#### Chore
* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013))
<a name="airsonic-2.0.1"></a>
### [airsonic-2.0.1](https://github.com/truecharts/apps/compare/airsonic-1.11.15...airsonic-2.0.1) (2021-09-13)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 10.6.2
appVersion: "10.6.2"
dependencies:
- name: common
repository: https://truecharts.org/
+3 -11
View File
@@ -1,15 +1,7 @@
<a name="airsonic-2.0.1"></a>
### [airsonic-2.0.1](https://github.com/truecharts/apps/compare/airsonic-1.11.15...airsonic-2.0.1) (2021-09-13)
<a name="airsonic-2.0.2"></a>
### [airsonic-2.0.2](https://github.com/truecharts/apps/compare/airsonic-2.0.1...airsonic-2.0.2) (2021-09-21)
#### Chore
* move all LSIO containers to github registry ([#957](https://github.com/truecharts/apps/issues/957))
* update non-major ([#962](https://github.com/truecharts/apps/issues/962))
#### Feat
* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977))
* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973))
* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963))
* Move some common containers to our own containers
* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013))
+1 -1
View File
@@ -19,7 +19,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/linuxserver/airsonic"` | image repository |
| image.tag | string | `"version-v10.6.2@sha256:531bdcbb5362bbd72d13ea91f11d386542f04a6cced1d8614e2091685c262057"` | image tag |
| image.tag | string | `"version-v10.6.2@sha256:bdce3fe421c0502a8e87acf31d680a7ad4acbb7027a83813b25fab3c3aa0713f"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |