Combined update (including common 1.3.0) (#173)

* Update Helm chart common to v1.3.0

* Update-Folder-Names-and-Dependencies

* Fix Jellyfin "installed" Icon

Fixes #171

* Add PUID PGID and UMASK to questions.yaml

* Fix traefik certmanager bugs

* Refactor appAdditionalServices for all Apps

Fixes #169
Fixes #170

* Fix acmeDNS 2.0 and make traefik version 1.0.0 (for consistancy)

* Update charts/transmission/1.3.0/values.yaml

Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>

* Update charts/truecommand/1.3.0/Chart.yaml

Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>
This commit is contained in:
Kjeld Schouten-Lebbing 2021-02-22 11:55:26 +01:00 committed by kjeld Schouten-Lebbing
parent 51b0f11d35
commit 0c87cbb4b3
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
475 changed files with 1600 additions and 545 deletions

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.2.0
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
generated: "2021-02-19T22:01:09.463077152Z"

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.3.0
digest: sha256:a8928a03fcb76273e4859e665534195ef86dfa8710d8cb04d06114ce97227692
generated: "2021-02-21T10:52:55.726114009Z"

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v0.9.0.5
description: Bazarr is a companion application to Bazarr and Radarr. It manages and downloads subtitles based on your requirements
name: bazarr
version: 1.2.0
version: 1.3.0
upstream_version: 5.2.1
keywords:
- bazarr
@ -21,4 +21,4 @@ maintainers:
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.2.0
version: 1.3.0

Binary file not shown.

View File

@ -66,6 +66,30 @@ questions:
$ref:
- "definitions/timezone"
- variable: PUID
group: "Configuration"
label: "PUID"
description: "The UserID of the user running the application and owning the files"
schema:
type: int
default: 568
- variable: PGID
group: "Configuration"
label: "PGID"
description: "The groupID of the user/group running the application and owning the files"
schema:
type: int
default: 568
- variable: UMASK
group: "Configuration"
label: "UMASK (advanced)"
description: "The UMASK used if supported by the application"
schema:
type: string
default: "002"
# Configure Enviroment Variables
- variable: environmentVariables
label: "Image environment"

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.2.0
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
generated: "2021-02-19T22:01:07.02234411Z"

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.3.0
digest: sha256:a8928a03fcb76273e4859e665534195ef86dfa8710d8cb04d06114ce97227692
generated: "2021-02-21T10:52:53.247078585Z"

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.6.9
description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
name: calibre-web
version: 1.2.0
version: 1.3.0
upstream_version: 4.3.1
keywords:
- calibre
@ -17,5 +17,5 @@ maintainers:
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.2.0
version: 1.3.0

Binary file not shown.

View File

@ -66,6 +66,30 @@ questions:
$ref:
- "definitions/timezone"
- variable: PUID
group: "Configuration"
label: "PUID"
description: "The UserID of the user running the application and owning the files"
schema:
type: int
default: 568
- variable: PGID
group: "Configuration"
label: "PGID"
description: "The groupID of the user/group running the application and owning the files"
schema:
type: int
default: 568
- variable: UMASK
group: "Configuration"
label: "UMASK (advanced)"
description: "The UMASK used if supported by the application"
schema:
type: string
default: "002"
# Configure Enviroment Variables
- variable: environmentVariables
label: "Image environment"

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.2.0
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
generated: "2021-02-19T22:01:04.60350689Z"

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.3.0
digest: sha256:a8928a03fcb76273e4859e665534195ef86dfa8710d8cb04d06114ce97227692
generated: "2021-02-21T10:52:50.698890881Z"

View File

@ -1,6 +1,6 @@
apiVersion: v2
name: collabora-online
version: 1.2.0
version: 1.3.0
appVersion: 6.4.6.1
description: Collabora Online Development Edition an awesome, Online Office suite image suitable for home use.
keywords:
@ -15,4 +15,4 @@ sources:
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.2.0
version: 1.3.0

Binary file not shown.

View File

@ -1,6 +1,8 @@
groups:
- name: "Container Image"
description: "Configure Container Image"
- name: "Configuration"
description: "additional container configuration"
- name: "Networking"
description: "Network Configuration"
- name: "Environment Variables"
@ -71,6 +73,40 @@ questions:
- value: "Recreate"
description: "Kill existing pods before creating new ones"
# Configure Time Zone
- variable: timezone
group: "Configuration"
label: "Timezone"
schema:
type: string
default: "Etc/UTC"
$ref:
- "definitions/timezone"
- variable: PUID
group: "Configuration"
label: "PUID"
description: "The UserID of the user running the application and owning the files"
schema:
type: int
default: 568
- variable: PGID
group: "Configuration"
label: "PGID"
description: "The groupID of the user/group running the application and owning the files"
schema:
type: int
default: 568
- variable: UMASK
group: "Configuration"
label: "UMASK (advanced)"
description: "The UMASK used if supported by the application"
schema:
type: string
default: "002"
# Service Configuration
- variable: service
group: "Networking"

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.2.0
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
generated: "2021-02-19T22:01:02.064822227Z"

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.3.0
digest: sha256:a8928a03fcb76273e4859e665534195ef86dfa8710d8cb04d06114ce97227692
generated: "2021-02-21T10:52:48.201533475Z"

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v2.0.3-2201906121747
description: Deluge is a torrent download client
name: deluge
version: 1.2.0
version: 1.3.0
upstream_version: 1.1.1
keywords:
- deluge
@ -17,5 +17,5 @@ maintainers:
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.2.0
version: 1.3.0

Binary file not shown.

View File

@ -66,6 +66,30 @@ questions:
$ref:
- "definitions/timezone"
- variable: PUID
group: "Configuration"
label: "PUID"
description: "The UserID of the user running the application and owning the files"
schema:
type: int
default: 568
- variable: PGID
group: "Configuration"
label: "PGID"
description: "The groupID of the user/group running the application and owning the files"
schema:
type: int
default: 568
- variable: UMASK
group: "Configuration"
label: "UMASK (advanced)"
description: "The UMASK used if supported by the application"
schema:
type: string
default: "002"
# Configure Enviroment Variables
- variable: environmentVariables
label: "Image environment"
@ -87,6 +111,14 @@ questions:
label: "Value"
schema:
type: string
# Enable Host Network
- variable: hostNetwork
group: "Networking"
label: "Enable Host Network"
schema:
type: boolean
default: false
- variable: service
group: "Networking"
@ -142,70 +174,117 @@ questions:
schema:
type: boolean
default: true
show_subquestions_if: true
subquestions:
- variable: port
label: "Configuration"
schema:
type: dict
attrs:
- variable: port
label: "container port"
schema:
type: int
default: 51413
required: false
- variable: type
label: "service type"
hidden: true
- variable: type
label: "Service type"
schema:
type: string
default: "ClusterIP"
enum:
- value: "NodePort"
description: "NodePort"
- value: "ClusterIP"
description: "ClusterIP"
- variable: port
label: "Port configuration"
schema:
type: dict
attrs:
- variable: name
label: "port name"
schema:
type: string
default: "ClusterIP"
enum:
- value: "ClusterIP"
description: "ClusterIP"
- value: "NodePort"
description: "NodePort"
default: "torrent-tcp"
hidden: true
- variable: protocol
label: "Protocol"
schema:
type: string
default: "TCP"
hidden: true
- variable: port
label: "container port"
schema:
type: int
default: 51413
editable: false
hidden: true
- variable: targetport
label: "container targetport"
schema:
type: int
default: 51413
editable: false
hidden: true
- variable: nodePort
label: "Node Port to expose"
schema:
type: int
min: 9000
max: 65535
default: 51413
required: false
- variable: udp
label: ""
schema:
type: dict
attrs:
- variable: enabled
label: "Enable TCP port for Torrent Connections"
label: "Enable UDP port for Torrent Connections"
schema:
type: boolean
default: true
show_subquestions_if: true
subquestions:
- variable: port
label: "Configuration"
schema:
type: dict
attrs:
- variable: port
label: "container port"
schema:
type: int
default: 51413
required: false
- variable: type
label: "service type"
hidden: true
- variable: type
label: "Service type"
schema:
type: string
default: "ClusterIP"
enum:
- value: "NodePort"
description: "NodePort"
- value: "ClusterIP"
description: "ClusterIP"
- variable: port
label: "Port configuration"
schema:
type: dict
attrs:
- variable: name
label: "port name"
schema:
type: string
default: "ClusterIP"
enum:
- value: "ClusterIP"
description: "ClusterIP"
- value: "NodePort"
description: "NodePort"
default: "torrent-udp"
hidden: true
- variable: protocol
label: "Protocol"
schema:
type: string
default: "UDP"
hidden: true
- variable: port
label: "container port"
schema:
type: int
default: 51413
editable: false
hidden: true
- variable: targetport
label: "container targetport"
schema:
type: int
default: 51413
editable: false
hidden: true
- variable: nodePort
label: "Node Port to expose"
schema:
type: int
min: 9000
max: 65535
default: 51413
required: false
# Enable Host Network
- variable: hostNetwork
group: "Networking"
label: "Enable Host Network"
schema:
type: boolean
default: false
## TrueCharts Specific

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.2.0
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
generated: "2021-02-19T22:00:59.631078369Z"

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.3.0
digest: sha256:a8928a03fcb76273e4859e665534195ef86dfa8710d8cb04d06114ce97227692
generated: "2021-02-21T10:52:45.737338653Z"

View File

@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 1.15.3
version: 1.2.0
version: 1.3.0
upstream_version: 4.3.1
name: esphome
@ -23,4 +23,4 @@ sources:
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.2.0
version: 1.3.0

Binary file not shown.

View File

@ -75,6 +75,30 @@ questions:
default: "Etc/UTC"
$ref:
- "definitions/timezone"
- variable: PUID
group: "Configuration"
label: "PUID"
description: "The UserID of the user running the application and owning the files"
schema:
type: int
default: 568
- variable: PGID
group: "Configuration"
label: "PGID"
description: "The groupID of the user/group running the application and owning the files"
schema:
type: int
default: 568
- variable: UMASK
group: "Configuration"
label: "UMASK (advanced)"
description: "The UMASK used if supported by the application"
schema:
type: string
default: "002"
# Configure Enviroment Variables
- variable: environment
group: "Configuration"

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.2.0
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
generated: "2021-02-19T22:00:57.106520364Z"

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.3.0
digest: sha256:a8928a03fcb76273e4859e665534195ef86dfa8710d8cb04d06114ce97227692
generated: "2021-02-21T10:52:43.039498587Z"

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.17.0
description: FreshRSS is a self-hosted RSS feed aggregator
name: freshrss
version: 1.2.0
version: 1.3.0
upstream_version: 2.3.1
keywords:
- freshrss
@ -17,5 +17,5 @@ maintainers:
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.2.0
version: 1.3.0

Binary file not shown.

View File

@ -66,6 +66,30 @@ questions:
$ref:
- "definitions/timezone"
- variable: PUID
group: "Configuration"
label: "PUID"
description: "The UserID of the user running the application and owning the files"
schema:
type: int
default: 568
- variable: PGID
group: "Configuration"
label: "PGID"
description: "The groupID of the user/group running the application and owning the files"
schema:
type: int
default: 568
- variable: UMASK
group: "Configuration"
label: "UMASK (advanced)"
description: "The UMASK used if supported by the application"
schema:
type: string
default: "002"
# Configure Enviroment Variables
- variable: environmentVariables
label: "Image environment"

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.2.0
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
generated: "2021-02-19T22:00:54.649108943Z"

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.3.0
digest: sha256:a8928a03fcb76273e4859e665534195ef86dfa8710d8cb04d06114ce97227692
generated: "2021-02-21T10:52:40.592716474Z"

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: latest
description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection.
name: gaps
version: 1.2.0
version: 1.3.0
upstream_version: 1.1.1
keywords:
- plex
@ -16,5 +16,5 @@ maintainers:
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.2.0
version: 1.3.0

Binary file not shown.

View File

@ -66,6 +66,30 @@ questions:
$ref:
- "definitions/timezone"
- variable: PUID
group: "Configuration"
label: "PUID"
description: "The UserID of the user running the application and owning the files"
schema:
type: int
default: 568
- variable: PGID
group: "Configuration"
label: "PGID"
description: "The groupID of the user/group running the application and owning the files"
schema:
type: int
default: 568
- variable: UMASK
group: "Configuration"
label: "UMASK (advanced)"
description: "The UMASK used if supported by the application"
schema:
type: string
default: "002"
# Configure Enviroment Variables
- variable: environmentVariables
label: "Image environment"

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.2.0
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
generated: "2021-02-19T22:00:52.176863544Z"

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.3.0
digest: sha256:a8928a03fcb76273e4859e665534195ef86dfa8710d8cb04d06114ce97227692
generated: "2021-02-21T10:52:38.190375653Z"

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v2.7.1
description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home
name: grocy
version: 1.2.0
version: 1.3.0
upstream_version: 4.3.1
keywords:
- grocy
@ -15,5 +15,5 @@ maintainers:
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.2.0
version: 1.3.0

Some files were not shown because too many files have changed in this diff Show More