mirror of
https://github.com/truecharts/charts.git
synced 2026-07-14 14:01:21 -03:00
Fix scaleGPU definition naming bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user