mirror of
https://github.com/truenas/charts.git
synced 2026-04-04 19:29:22 +08:00
npm: allow using 0 as uid/gid (#2489)
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user