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-13 17:07:54 +00:00
parent 2349bb4d40
commit e9944183a2
756 changed files with 9305 additions and 1096 deletions
+21
View File
@@ -1,3 +1,24 @@
# Changelog<br>
<a name="jdownloader2-2.0.1"></a>
### [jdownloader2-2.0.1](https://github.com/truecharts/apps/compare/jdownloader2-1.0.5...jdownloader2-2.0.1) (2021-09-13)
#### Chore
* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958))
* 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
#### Fix
* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956))
<a name="jdownloader2-1.0.5"></a>
## [jdownloader2-1.0.5](https://github.com/truecharts/apps/compare/jdownloader2-1.0.4...jdownloader2-1.0.5) (2021-09-08)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.7.1
appVersion: "1.7.1"
dependencies:
- name: common
repository: https://truecharts.org/
+1 -1
View File
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | common | 6.13.8 |
| https://truecharts.org/ | common | 7.0.12 |
## Installing the Chart
+18 -2
View File
@@ -1,3 +1,19 @@
<a name="jdownloader2-1.0.5"></a>
## [jdownloader2-1.0.5](https://github.com/truecharts/apps/compare/jdownloader2-1.0.4...jdownloader2-1.0.5) (2021-09-08)
<a name="jdownloader2-2.0.1"></a>
### [jdownloader2-2.0.1](https://github.com/truecharts/apps/compare/jdownloader2-1.0.5...jdownloader2-2.0.1) (2021-09-13)
#### Chore
* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958))
* 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
#### Fix
* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956))
+2 -3
View File
@@ -22,8 +22,8 @@ You will, however, be able to use all values referenced in the common chart here
| envTpl.GROUP_ID | string | `"{{ .Values.env.PGID }}"` | |
| envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"jlesage/jdownloader-2"` | |
| image.tag | string | `"v1.7.1"` | |
| image.repository | string | `"ghcr.io/truecharts/jdownloader-2"` | |
| image.tag | string | `"v1.7.1@sha256:ed3299aa7037a99aed5978c30e504ce3daa470d11b6af9533355592c64c3cced"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
@@ -35,6 +35,5 @@ You will, however, be able to use all values referenced in the common chart here
| service.vnc.ports.vnc.port | int | `5900` | |
| service.vnc.ports.vnc.protocol | string | `"TCP"` | |
| service.vnc.type | string | `"ClusterIP"` | |
| strategy.type | string | `"Recreate"` | |
All Rights Reserved - The TrueCharts Project