Fix scaleGPU definition naming bug
This commit is contained in:
parent
1ffde2d163
commit
f44d01051b
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: emby
|
||||
version: 4.0.1
|
||||
version: 4.0.2
|
||||
# upstream_version:
|
||||
appVersion: "auto"
|
||||
description: Emby Server is a home media server
|
||||
|
|
|
@ -328,7 +328,7 @@ questions:
|
|||
schema:
|
||||
type: dict
|
||||
$ref:
|
||||
- "definitions/scaleGPU"
|
||||
- "definitions/gpuConfiguration"
|
||||
attrs: []
|
||||
# Enable privileged
|
||||
- variable: securityContext
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: jellyfin
|
||||
version: 4.0.1
|
||||
version: 4.0.2
|
||||
upstream_version: 4.2.1
|
||||
appVersion: "auto"
|
||||
description: Jellyfin is a Free Software Media System
|
||||
|
|
|
@ -328,7 +328,7 @@ questions:
|
|||
schema:
|
||||
type: dict
|
||||
$ref:
|
||||
- "definitions/scaleGPU"
|
||||
- "definitions/gpuConfiguration"
|
||||
attrs: []
|
||||
# Enable privileged
|
||||
- variable: securityContext
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: plex
|
||||
version: 3.0.1
|
||||
version: 3.0.2
|
||||
upstream_version: 4.2.1
|
||||
appVersion: "auto"
|
||||
description: Plex Media Server
|
||||
|
|
|
@ -346,7 +346,7 @@ questions:
|
|||
schema:
|
||||
type: dict
|
||||
$ref:
|
||||
- "definitions/scaleGPU"
|
||||
- "definitions/gpuConfiguration"
|
||||
attrs: []
|
||||
# Enable privileged
|
||||
- variable: securityContext
|
||||
|
|
Loading…
Reference in New Issue