From e7ef3e431c7aca7b60cf18cd83ae4319b818c68d Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 20 May 2024 12:26:58 +0300 Subject: [PATCH] npm: allow using 0 as uid/gid (#2489) --- library/ix-dev/community/nginx-proxy-manager/Chart.yaml | 2 +- library/ix-dev/community/nginx-proxy-manager/questions.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/ix-dev/community/nginx-proxy-manager/Chart.yaml b/library/ix-dev/community/nginx-proxy-manager/Chart.yaml index 7e935bbbfc..938888bc0b 100644 --- a/library/ix-dev/community/nginx-proxy-manager/Chart.yaml +++ b/library/ix-dev/community/nginx-proxy-manager/Chart.yaml @@ -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' diff --git a/library/ix-dev/community/nginx-proxy-manager/questions.yaml b/library/ix-dev/community/nginx-proxy-manager/questions.yaml index d5dbee0382..3a4bdac0a6 100644 --- a/library/ix-dev/community/nginx-proxy-manager/questions.yaml +++ b/library/ix-dev/community/nginx-proxy-manager/questions.yaml @@ -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