npm: allow using 0 as uid/gid (#2489)

This commit is contained in:
Stavros Kois
2024-05-20 12:26:58 +03:00
committed by GitHub
parent 8fbff206a3
commit e7ef3e431c
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ description: Expose your services easily and securely
annotations:
title: Nginx Proxy Manager
type: application
version: 1.0.30
version: 1.0.31
apiVersion: v2
appVersion: 2.11.2
kubeVersion: '>=1.16.0-0'

View File

@@ -70,7 +70,7 @@ questions:
description: The user id that Nginx Proxy Manager files will be owned by.
schema:
type: int
min: 2
min: 0
default: 568
required: true
- variable: group
@@ -78,7 +78,7 @@ questions:
description: The group id that Nginx Proxy Manager files will be owned by.
schema:
type: int
min: 2
min: 0
default: 568
required: true