Update catalog information

This commit is contained in:
sonicaj
2023-06-12 13:44:39 +00:00
parent 8140ad80d5
commit f0b159b0fe
398 changed files with 124 additions and 124 deletions

View File

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

View File

@@ -9,9 +9,9 @@ resources:
npmConfig:
additionalEnvs: []
npmNetwork:
webPort: 30000
httpPort: 30001
httpsPort: 30002
webPort: 30020
httpPort: 30021
httpsPort: 30022
npmStorage:
data:
type: ixVolume

View File

@@ -71,7 +71,7 @@ questions:
description: The port for the Nginx Proxy Manager Web UI.
schema:
type: int
default: 30000
default: 30020
min: 9000
max: 65535
required: true
@@ -80,7 +80,7 @@ questions:
description: The HTTP port for the Nginx Proxy Manager.
schema:
type: int
default: 30001
default: 30021
min: 9000
max: 65535
required: true
@@ -89,7 +89,7 @@ questions:
description: The HTTP port for the Nginx Proxy Manager.
schema:
type: int
default: 30002
default: 30022
min: 9000
max: 65535
required: true