[DNM]Fix small things (#555)
* Fix dev link for now * Default Plex to HTTP * Fix handbrake config path * Add extra note in Docs for handbrake * Optional plural wording * Update collabora links on sources * test * trigger * test * oops * should not need those * Update charts/stable/plex/SCALE/ix_values.yaml * Update charts/stable/plex/values.yaml Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
co-authored by
Kjeld Schouten-Lebbing
parent
9d7c49e197
commit
97a895e98c
@@ -22,6 +22,7 @@ maintainers:
|
||||
name: collabora-online
|
||||
sources:
|
||||
- https://hub.docker.com/r/collabora/code
|
||||
- https://www.collaboraoffice.com/code/docker/
|
||||
- https://sdk.collaboraonline.com/contents.html
|
||||
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
|
||||
type: application
|
||||
version: 6.1.2
|
||||
|
||||
@@ -99,7 +99,7 @@ questions:
|
||||
$ref:
|
||||
- "definitions/timezone"
|
||||
- variable: domain
|
||||
label: "Domains will be using collabora"
|
||||
label: "Domain(s) using collabora"
|
||||
description: 'Use backslash "\" before dots ".". Use pipe "|" to separate multiple domains'
|
||||
schema:
|
||||
type: string
|
||||
|
||||
@@ -502,7 +502,7 @@ questions:
|
||||
description: "Path inside the container the storage is mounted"
|
||||
schema:
|
||||
type: string
|
||||
default: "/data"
|
||||
default: "/config"
|
||||
hidden: true
|
||||
- variable: medium
|
||||
label: "EmptyDir Medium"
|
||||
|
||||
@@ -16,6 +16,7 @@ podSecurityContext:
|
||||
runAsGroup: 568
|
||||
fsGroup: 568
|
||||
supplementalGroups: [44, 107]
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||
|
||||
Reference in New Issue
Block a user