Reduce the min allowed user for runAs (#1159)

This commit is contained in:
Stavros Kois
2023-04-26 18:00:18 +03:00
committed by GitHub
parent 483759f032
commit 32953c0b88
8 changed files with 12 additions and 12 deletions

View File

@@ -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'

View File

@@ -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

View File

@@ -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'

View File

@@ -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

View File

@@ -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'

View File

@@ -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

View File

@@ -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'

View File

@@ -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