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:
co-authored by
Renovate Bot
renovate[bot] <renovate[bot]@users.noreply.github.com>
Troy Prelog
parent
51b0f11d35
commit
0c87cbb4b3
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 1.2.0
|
||||
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
|
||||
generated: "2021-02-19T22:00:16.128142127Z"
|
||||
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 1.3.0
|
||||
digest: sha256:a8928a03fcb76273e4859e665534195ef86dfa8710d8cb04d06114ce97227692
|
||||
generated: "2021-02-21T10:52:02.572924531Z"
|
||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: latest
|
||||
description: HTPC/Homelab Services Organizer
|
||||
name: organizr
|
||||
version: 1.2.0
|
||||
version: 1.3.0
|
||||
upstream_version: 3.2.1
|
||||
keywords:
|
||||
- organizr
|
||||
@@ -19,4 +19,4 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 1.2.0
|
||||
version: 1.3.0
|
||||
Binary file not shown.
@@ -67,6 +67,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"
|
||||
Reference in New Issue
Block a user