mirror of
https://github.com/truenas/charts.git
synced 2026-02-12 06:46:32 +08:00
Reduce the min allowed user for runAs (#1159)
This commit is contained in:
@@ -3,7 +3,7 @@ description: Lidarr is a music collection manager for Usenet and BitTorrent user
|
||||
annotations:
|
||||
title: Lidarr
|
||||
type: application
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
apiVersion: v2
|
||||
appVersion: '1.1.3.2982'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -68,7 +68,7 @@ questions:
|
||||
description: The user id that Lidarr will run as.
|
||||
schema:
|
||||
type: int
|
||||
min: 568
|
||||
min: 2
|
||||
default: 568
|
||||
required: true
|
||||
- variable: group
|
||||
@@ -76,7 +76,7 @@ questions:
|
||||
description: The group id that Lidarr will run as.
|
||||
schema:
|
||||
type: int
|
||||
min: 568
|
||||
min: 2
|
||||
default: 568
|
||||
required: true
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ description: The qBittorrent project aims to provide an open-source software alt
|
||||
annotations:
|
||||
title: qBittorrent
|
||||
type: application
|
||||
version: 1.0.4
|
||||
version: 1.0.5
|
||||
apiVersion: v2
|
||||
appVersion: '4.5.2'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -61,7 +61,7 @@ questions:
|
||||
description: The user id that qBittorrent will run as.
|
||||
schema:
|
||||
type: int
|
||||
min: 568
|
||||
min: 2
|
||||
default: 568
|
||||
required: true
|
||||
- variable: group
|
||||
@@ -69,7 +69,7 @@ questions:
|
||||
description: The group id that qBittorrent will run as.
|
||||
schema:
|
||||
type: int
|
||||
min: 568
|
||||
min: 2
|
||||
default: 568
|
||||
required: true
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Radarr is a movie collection manager for Usenet and BitTorrent user
|
||||
annotations:
|
||||
title: Radarr
|
||||
type: application
|
||||
version: 1.0.4
|
||||
version: 1.0.5
|
||||
apiVersion: v2
|
||||
appVersion: 4.4.4.7068
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -68,7 +68,7 @@ questions:
|
||||
description: The user id that Radarr will run as.
|
||||
schema:
|
||||
type: int
|
||||
min: 568
|
||||
min: 2
|
||||
default: 568
|
||||
required: true
|
||||
- variable: group
|
||||
@@ -76,7 +76,7 @@ questions:
|
||||
description: The group id that Radarr will run as.
|
||||
schema:
|
||||
type: int
|
||||
min: 568
|
||||
min: 2
|
||||
default: 568
|
||||
required: true
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Sonarr is a PVR for Usenet and BitTorrent users.
|
||||
annotations:
|
||||
title: Sonarr
|
||||
type: application
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
apiVersion: v2
|
||||
appVersion: '3.0.10.1567'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -68,7 +68,7 @@ questions:
|
||||
description: The user id that Sonarr will run as.
|
||||
schema:
|
||||
type: int
|
||||
min: 1
|
||||
min: 2
|
||||
default: 568
|
||||
required: true
|
||||
- variable: group
|
||||
@@ -76,7 +76,7 @@ questions:
|
||||
description: The group id that Sonarr will run as.
|
||||
schema:
|
||||
type: int
|
||||
min: 1
|
||||
min: 2
|
||||
default: 568
|
||||
required: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user