fix: repair Hyperion and some misplaced GUI elements (#922)
* Fix label * Fix hyperion config storage and bump it * Move serviceList to Network group
This commit is contained in:
@@ -19,4 +19,4 @@ name: hyperion-ng
|
||||
sources:
|
||||
- https://github.com/hyperion-project/hyperion.ng
|
||||
- https://hub.docker.com/r/sirfragalot/hyperion.ng
|
||||
version: 1.9.14
|
||||
version: 1.9.15
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: sirfragalot/hyperion.ng
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.0.0-alpha.9-x86_64
|
||||
tag: 2.0.0-alpha.10-x86_64
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -635,7 +635,7 @@ questions:
|
||||
|
||||
- variable: serviceList
|
||||
label: "Additional Services"
|
||||
group: "Storage and Persistence"
|
||||
group: "Networking and Services"
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
@@ -826,7 +826,7 @@ questions:
|
||||
description: "Path inside the container the storage is mounted"
|
||||
schema:
|
||||
type: string
|
||||
default: "/root/.hyperion"
|
||||
default: "/.hyperion"
|
||||
hidden: true
|
||||
- variable: medium
|
||||
label: "EmptyDir Medium"
|
||||
@@ -1264,7 +1264,7 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: privileged
|
||||
label: Privileged mode"
|
||||
label: "Privileged mode"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
@@ -9,7 +9,7 @@ image:
|
||||
# -- image repository
|
||||
repository: sirfragalot/hyperion.ng
|
||||
# -- image tag
|
||||
tag: 2.0.0-alpha.9-x86_64
|
||||
tag: 2.0.0-alpha.10-x86_64
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user