Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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,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
@@ -0,0 +1,539 @@
|
||||
# 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)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add airsonic-advanced ([#1671](https://github.com/truecharts/apps/issues/1671))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.30"></a>
|
||||
### [airsonic-4.0.30](https://github.com/truecharts/apps/compare/airsonic-4.0.29...airsonic-4.0.30) (2022-01-04)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm general non-major helm releases
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.29"></a>
|
||||
### [airsonic-4.0.29](https://github.com/truecharts/apps/compare/airsonic-4.0.28...airsonic-4.0.29) (2021-12-28)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm general non-major helm releases ([#1623](https://github.com/truecharts/apps/issues/1623))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.28"></a>
|
||||
### [airsonic-4.0.28](https://github.com/truecharts/apps/compare/airsonic-4.0.27...airsonic-4.0.28) (2021-12-21)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm general non-major helm releases ([#1596](https://github.com/truecharts/apps/issues/1596))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.27"></a>
|
||||
### [airsonic-4.0.27](https://github.com/truecharts/apps/compare/airsonic-4.0.26...airsonic-4.0.27) (2021-12-19)
|
||||
|
||||
#### Chore
|
||||
|
||||
* Last patch bump before RC2 branch-off
|
||||
* remove `editable: true` as this is the default ([#1576](https://github.com/truecharts/apps/issues/1576))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.26"></a>
|
||||
### [airsonic-4.0.26](https://github.com/truecharts/apps/compare/airsonic-4.0.25...airsonic-4.0.26) (2021-12-19)
|
||||
|
||||
#### Chore
|
||||
|
||||
* completely remove mountPath reference from GUI ([#1572](https://github.com/truecharts/apps/issues/1572))
|
||||
* update helm general non-major helm releases ([#1571](https://github.com/truecharts/apps/issues/1571))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.25"></a>
|
||||
### [airsonic-4.0.25](https://github.com/truecharts/apps/compare/airsonic-4.0.24...airsonic-4.0.25) (2021-12-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* cleanup questions by removing hidden dicts ([#1558](https://github.com/truecharts/apps/issues/1558))
|
||||
* App-Icon Organization ([#1539](https://github.com/truecharts/apps/issues/1539))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.24"></a>
|
||||
### [airsonic-4.0.24](https://github.com/truecharts/apps/compare/airsonic-4.0.23...airsonic-4.0.24) (2021-12-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm general non-major helm releases ([#1535](https://github.com/truecharts/apps/issues/1535))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.23"></a>
|
||||
### [airsonic-4.0.23](https://github.com/truecharts/apps/compare/airsonic-4.0.22...airsonic-4.0.23) (2021-12-13)
|
||||
|
||||
#### Chore
|
||||
|
||||
* move incubator apps to stable and bump everything
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.22"></a>
|
||||
### [airsonic-4.0.22](https://github.com/truecharts/apps/compare/airsonic-4.0.21...airsonic-4.0.22) (2021-12-11)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update general helm non-major helm releases ([#1509](https://github.com/truecharts/apps/issues/1509))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.21"></a>
|
||||
### [airsonic-4.0.21](https://github.com/truecharts/apps/compare/airsonic-4.0.20...airsonic-4.0.21) (2021-12-07)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1481](https://github.com/truecharts/apps/issues/1481))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.20"></a>
|
||||
### airsonic-4.0.20 (2021-12-05)
|
||||
|
||||
#### Chore
|
||||
|
||||
* bump apps to generate security page
|
||||
* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448))
|
||||
* update non-major deps helm releases ([#1471](https://github.com/truecharts/apps/issues/1471))
|
||||
* update non-major deps helm releases ([#1468](https://github.com/truecharts/apps/issues/1468))
|
||||
* update non-major deps helm releases ([#1453](https://github.com/truecharts/apps/issues/1453))
|
||||
* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449))
|
||||
* update non-major deps helm releases ([#1432](https://github.com/truecharts/apps/issues/1432))
|
||||
|
||||
#### Fix
|
||||
|
||||
* fix typo in theme selection ([#1428](https://github.com/truecharts/apps/issues/1428))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.19"></a>
|
||||
### [airsonic-4.0.19](https://github.com/truecharts/apps/compare/airsonic-4.0.18...airsonic-4.0.19) (2021-12-05)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1468](https://github.com/truecharts/apps/issues/1468))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.18"></a>
|
||||
### [airsonic-4.0.18](https://github.com/truecharts/apps/compare/airsonic-4.0.17...airsonic-4.0.18) (2021-12-04)
|
||||
|
||||
#### Chore
|
||||
|
||||
* bump apps to generate security page
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.17"></a>
|
||||
### [airsonic-4.0.17](https://github.com/truecharts/apps/compare/airsonic-4.0.16...airsonic-4.0.17) (2021-12-04)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1453](https://github.com/truecharts/apps/issues/1453))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.16"></a>
|
||||
### [airsonic-4.0.16](https://github.com/truecharts/apps/compare/airsonic-4.0.15...airsonic-4.0.16) (2021-12-03)
|
||||
|
||||
#### Chore
|
||||
|
||||
* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448))
|
||||
* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.15"></a>
|
||||
### [airsonic-4.0.15](https://github.com/truecharts/apps/compare/airsonic-4.0.14...airsonic-4.0.15) (2021-11-30)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1432](https://github.com/truecharts/apps/issues/1432))
|
||||
|
||||
#### Fix
|
||||
|
||||
* move conflicting ports to 10xxx range ([#1415](https://github.com/truecharts/apps/issues/1415))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.14"></a>
|
||||
### [airsonic-4.0.14](https://github.com/truecharts/apps/compare/airsonic-4.0.13...airsonic-4.0.14) (2021-11-23)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1386](https://github.com/truecharts/apps/issues/1386))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.13"></a>
|
||||
### [airsonic-4.0.13](https://github.com/truecharts/apps/compare/airsonic-4.0.12...airsonic-4.0.13) (2021-11-22)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.12"></a>
|
||||
### [airsonic-4.0.12](https://github.com/truecharts/apps/compare/airsonic-4.0.11...airsonic-4.0.12) (2021-11-16)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1345](https://github.com/truecharts/apps/issues/1345))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.11"></a>
|
||||
### [airsonic-4.0.11](https://github.com/truecharts/apps/compare/airsonic-4.0.10...airsonic-4.0.11) (2021-11-15)
|
||||
|
||||
#### Chore
|
||||
|
||||
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
|
||||
* update non-major deps helm releases ([#1338](https://github.com/truecharts/apps/issues/1338))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.10"></a>
|
||||
### [airsonic-4.0.10](https://github.com/truecharts/apps/compare/airsonic-4.0.9...airsonic-4.0.10) (2021-11-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316))
|
||||
* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326))
|
||||
* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322))
|
||||
* update non-major deps helm releases ([#1328](https://github.com/truecharts/apps/issues/1328))
|
||||
* update non-major ([#1327](https://github.com/truecharts/apps/issues/1327))
|
||||
|
||||
#### Fix
|
||||
|
||||
* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321))
|
||||
* Allow spaces in paths ([#1306](https://github.com/truecharts/apps/issues/1306))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.9"></a>
|
||||
### [airsonic-4.0.9](https://github.com/truecharts/apps/compare/airsonic-4.0.8...airsonic-4.0.9) (2021-11-09)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1297](https://github.com/truecharts/apps/issues/1297))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.8"></a>
|
||||
### [airsonic-4.0.8](https://github.com/truecharts/apps/compare/airsonic-4.0.7...airsonic-4.0.8) (2021-11-07)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.7"></a>
|
||||
### [airsonic-4.0.7](https://github.com/truecharts/apps/compare/airsonic-4.0.6...airsonic-4.0.7) (2021-11-07)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1270](https://github.com/truecharts/apps/issues/1270))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.6"></a>
|
||||
### [airsonic-4.0.6](https://github.com/truecharts/apps/compare/airsonic-4.0.5...airsonic-4.0.6) (2021-11-07)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291))
|
||||
|
||||
#### Chore
|
||||
|
||||
* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289))
|
||||
|
||||
#### Feat
|
||||
|
||||
* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.5"></a>
|
||||
### [airsonic-4.0.5](https://github.com/truecharts/apps/compare/airsonic-4.0.4...airsonic-4.0.5) (2021-11-02)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.4"></a>
|
||||
### [airsonic-4.0.4](https://github.com/truecharts/apps/compare/airsonic-4.0.3...airsonic-4.0.4) (2021-11-01)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.3"></a>
|
||||
### [airsonic-4.0.3](https://github.com/truecharts/apps/compare/airsonic-4.0.2...airsonic-4.0.3) (2021-11-01)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1263](https://github.com/truecharts/apps/issues/1263))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.2"></a>
|
||||
### [airsonic-4.0.2](https://github.com/truecharts/apps/compare/airsonic-4.0.1...airsonic-4.0.2) (2021-10-26)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.1"></a>
|
||||
### [airsonic-4.0.1](https://github.com/truecharts/apps/compare/airsonic-4.0.0...airsonic-4.0.1) (2021-10-26)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.3.15 ([#1240](https://github.com/truecharts/apps/issues/1240))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-4.0.0"></a>
|
||||
### [airsonic-4.0.0](https://github.com/truecharts/apps/compare/airsonic-3.0.20...airsonic-4.0.0) (2021-10-25)
|
||||
|
||||
#### Chore
|
||||
|
||||
* Adapt for TrueNAS SCALE RC1
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-3.0.20"></a>
|
||||
### [airsonic-3.0.20](https://github.com/truecharts/apps/compare/airsonic-3.0.18...airsonic-3.0.20) (2021-10-20)
|
||||
|
||||
#### Chore
|
||||
|
||||
* bump apps, remove duplicates and move incubator to stable for RC1
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-3.0.16"></a>
|
||||
### [airsonic-3.0.16](https://github.com/truecharts/apps/compare/airsonic-3.0.15...airsonic-3.0.16) (2021-10-20)
|
||||
|
||||
#### Chore
|
||||
|
||||
* bump versions to rerelease and fix icons
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-3.0.15"></a>
|
||||
### [airsonic-3.0.15](https://github.com/truecharts/apps/compare/airsonic-3.0.14...airsonic-3.0.15) (2021-10-19)
|
||||
|
||||
#### Change
|
||||
|
||||
* Project-Eclipse 3, Automatically generate item.yaml ([#1178](https://github.com/truecharts/apps/issues/1178))
|
||||
|
||||
#### Chore
|
||||
|
||||
* Project-Eclipse 5, move app-readme to automatic generation script ([#1181](https://github.com/truecharts/apps/issues/1181))
|
||||
* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
|
||||
* update helm chart common to v8.3.13 ([#1184](https://github.com/truecharts/apps/issues/1184))
|
||||
* update non-major ([#1174](https://github.com/truecharts/apps/issues/1174))
|
||||
|
||||
#### Feat
|
||||
|
||||
* Project-Eclipse 4, Add App grading annotations to Chart.yaml ([#1180](https://github.com/truecharts/apps/issues/1180))
|
||||
|
||||
#### Refactor
|
||||
|
||||
* Project Eclipse Part 6, move questions.yaml to root App folder ([#1182](https://github.com/truecharts/apps/issues/1182))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-3.0.14"></a>
|
||||
### [airsonic-3.0.14](https://github.com/truecharts/apps/compare/airsonic-3.0.13...airsonic-3.0.14) (2021-10-19)
|
||||
|
||||
#### Fix
|
||||
|
||||
* fix previous SCALE bugfix not correctly being applied
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-3.0.13"></a>
|
||||
### [airsonic-3.0.13](https://github.com/truecharts/apps/compare/airsonic-3.0.12...airsonic-3.0.13) (2021-10-19)
|
||||
|
||||
#### Fix
|
||||
|
||||
* Solve issues regarding ix_values.yaml not containing the image and tag definitions. ([#1176](https://github.com/truecharts/apps/issues/1176))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-3.0.12"></a>
|
||||
### [airsonic-3.0.12](https://github.com/truecharts/apps/compare/airsonic-3.0.11...airsonic-3.0.12) (2021-10-18)
|
||||
|
||||
#### Refactor
|
||||
|
||||
* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-3.0.11"></a>
|
||||
### [airsonic-3.0.11](https://github.com/truecharts/apps/compare/airsonic-3.0.10...airsonic-3.0.11) (2021-10-17)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
|
||||
|
||||
#### Fix
|
||||
|
||||
* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-3.0.10"></a>
|
||||
### [airsonic-3.0.10](https://github.com/truecharts/apps/compare/airsonic-3.0.9...airsonic-3.0.10) (2021-10-13)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1133](https://github.com/truecharts/apps/issues/1133))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-3.0.9"></a>
|
||||
### [airsonic-3.0.9](https://github.com/truecharts/apps/compare/airsonic-3.0.8...airsonic-3.0.9) (2021-10-12)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-3.0.8"></a>
|
||||
### [airsonic-3.0.8](https://github.com/truecharts/apps/compare/airsonic-3.0.7...airsonic-3.0.8) (2021-10-12)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1122](https://github.com/truecharts/apps/issues/1122))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-3.0.7"></a>
|
||||
### [airsonic-3.0.7](https://github.com/truecharts/apps/compare/airsonic-3.0.6...airsonic-3.0.7) (2021-10-12)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1123](https://github.com/truecharts/apps/issues/1123))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-3.0.6"></a>
|
||||
### [airsonic-3.0.6](https://github.com/truecharts/apps/compare/airsonic-3.0.5...airsonic-3.0.6) (2021-10-05)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-3.0.5"></a>
|
||||
### [airsonic-3.0.5](https://github.com/truecharts/apps/compare/airsonic-3.0.4...airsonic-3.0.5) (2021-10-05)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-3.0.4"></a>
|
||||
### [airsonic-3.0.4](https://github.com/truecharts/apps/compare/airsonic-3.0.3...airsonic-3.0.4) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-3.0.2"></a>
|
||||
### [airsonic-3.0.2](https://github.com/truecharts/apps/compare/airsonic-3.0.1...airsonic-3.0.2) (2021-09-28)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-3.0.1"></a>
|
||||
### [airsonic-3.0.1](https://github.com/truecharts/apps/compare/airsonic-3.0.0...airsonic-3.0.1) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-3.0.0"></a>
|
||||
### [airsonic-3.0.0](https://github.com/truecharts/apps/compare/airsonic-2.0.3...airsonic-3.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-2.0.3"></a>
|
||||
### [airsonic-2.0.3](https://github.com/truecharts/apps/compare/airsonic-2.0.2...airsonic-2.0.3) (2021-09-21)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
|
||||
|
||||
|
||||
|
||||
<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)
|
||||
|
||||
#### 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
|
||||
|
||||
<a name="airsonic-1.11.15"></a>
|
||||
## [airsonic-1.11.15](https://github.com/truecharts/apps/compare/airsonic-1.11.14...airsonic-1.11.15) (2021-09-08)
|
||||
|
||||
### Fix
|
||||
|
||||
* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922))
|
||||
@@ -0,0 +1,8 @@
|
||||
# Configuration Options
|
||||
|
||||
##### Connecting to other apps
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
|
||||
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
|
||||
|
||||
##### Available config options
|
||||
In the future this page is going to contain an automated list of options available in the installation/edit UI.
|
||||
@@ -0,0 +1,47 @@
|
||||
# Default Helm-Values
|
||||
|
||||
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
|
||||
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
|
||||
|
||||
Most of our Apps also consume our "common" Helm Chart.
|
||||
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
|
||||
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env.AIRSONIC_DIR | string | `"/"` | |
|
||||
| env.CONTEXT_PATH | string | `"/"` | |
|
||||
| env.JAVA_OPTS | string | `nil` | For passing additional java options. For some reverse proxies, you may need to pass `JAVA_OPTS=-Dserver.use-forward-headers=true` for airsonic to generate the proper URL schemes. |
|
||||
| env.PUID | int | `568` | |
|
||||
| env.TZ | string | `"UTC"` | |
|
||||
| env.spring_datasource_username | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| env.spring_liquibase_parameters_userTableQuote | string | `"\""` | |
|
||||
| envValueFrom.spring_datasource_password.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
| envValueFrom.spring_datasource_password.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.spring_datasource_url.secretKeyRef.key | string | `"jdbc"` | |
|
||||
| envValueFrom.spring_datasource_url.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| 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.mountPath | string | `"/music"` | |
|
||||
| persistence.playlists.enabled | bool | `true` | |
|
||||
| persistence.playlists.mountPath | string | `"/playlists"` | |
|
||||
| persistence.podcasts.enabled | bool | `true` | |
|
||||
| persistence.podcasts.mountPath | string | `"/podcasts"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"airsonic-advanced"` | |
|
||||
| postgresql.postgresqlUsername | string | `"airsonic-advanced"` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `10122` | |
|
||||
| service.main.ports.main.targetPort | int | `4040` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
@@ -0,0 +1,39 @@
|
||||
# Introduction
|
||||
|
||||
Airsonic is a Free and Open Source community driven media server
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/airsonic/airsonic-advanced>
|
||||
* <https://hub.docker.com/r/airsonicadvanced/airsonic-advanced>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 6.0.43 |
|
||||
| https://truecharts.org | common | 8.10.2 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
|
||||
|
||||
## Uninstalling the Chart
|
||||
|
||||
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
|
||||
- See the [Wiki](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
---
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
File diff suppressed because one or more lines are too long
+35
-1
@@ -126,6 +126,40 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/airsonic-4.0.23/airsonic-4.0.23.tgz
|
||||
version: 4.0.23
|
||||
airsonic-advanced:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 11.0.0
|
||||
created: "2022-01-11T14:09:37.116611821Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.10.2
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 6.0.43
|
||||
description: Airsonic is a Free and Open Source community driven media server
|
||||
digest: ca104901e747221a431c3a7005b312ef7b9f08b970b1d7204f2fe1acd20fe86e
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic-advanced
|
||||
icon: https://truecharts.org/_static/img/appicons/airsonic-icon.png
|
||||
keywords:
|
||||
- airsonic
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: airsonic-advanced
|
||||
sources:
|
||||
- https://github.com/airsonic/airsonic-advanced
|
||||
- https://hub.docker.com/r/airsonicadvanced/airsonic-advanced
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/airsonic-advanced-1.0.1/airsonic-advanced-1.0.1.tgz
|
||||
version: 1.0.1
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
@@ -46567,4 +46601,4 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
||||
version: 9.0.24
|
||||
generated: "2022-01-11T12:22:13.336655478Z"
|
||||
generated: "2022-01-11T14:09:37.120641699Z"
|
||||
|
||||
Reference in New Issue
Block a user