Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-01-11 14:09:37 +00:00
parent a7afb629ae
commit ab7888b1e5
10 changed files with 1927 additions and 10 deletions
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="airsonic-advanced-1.0.1"></a>
### [airsonic-advanced-1.0.1](https://github.com/truecharts/apps/compare/airsonic-advanced-1.0.0...airsonic-advanced-1.0.1) (2022-01-11)
#### Feat
* move to stable ([#1686](https://github.com/truecharts/apps/issues/1686))
<a name="airsonic-advanced-1.0.0"></a>
### airsonic-advanced-1.0.0 (2022-01-10)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "edge-11.0"
appVersion: "11.0.0"
dependencies:
- name: common
repository: https://truecharts.org
@@ -23,16 +23,16 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.spring_datasource_url.secretKeyRef.key | string | `"jdbc"` | |
| envValueFrom.spring_datasource_url.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"airsonicadvanced/airsonic-advanced"` | |
| image.tag | string | `"edge-11.0.0-SNAPSHOT.20220109073049"` | |
| image.repository | string | `"tccr.io/truecharts/airsonic-advanced"` | |
| image.tag | string | `"v11.0.0@sha256:b6a1b30ecc3e16c39ca56392cd13d55af80235b57ec2d27c2e5f1a21fec34bd9"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/airsonic"` | |
| persistence.music.enabled | bool | `true` | |
| persistence.music.moutPath | string | `"/music"` | |
| persistence.music.mountPath | string | `"/music"` | |
| persistence.playlists.enabled | bool | `true` | |
| persistence.playlists.moutPath | string | `"/playlists"` | |
| persistence.playlists.mountPath | string | `"/playlists"` | |
| persistence.podcasts.enabled | bool | `true` | |
| persistence.podcasts.moutPath | string | `"/podcasts"` | |
| persistence.podcasts.mountPath | string | `"/podcasts"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |
File diff suppressed because one or more lines are too long