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