mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
NAS-122337 / 23.10 / Avoid overlap with default ports across all apps (#1251)
* bump apps * bump webdav
This commit is contained in:
@@ -3,7 +3,7 @@ description: Overseerr is a free and open source software application for managi
|
||||
annotations:
|
||||
title: Overseerr
|
||||
type: application
|
||||
version: 1.0.4
|
||||
version: 1.0.5
|
||||
apiVersion: v2
|
||||
appVersion: '1.32.5'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -94,7 +94,7 @@ questions:
|
||||
description: The port for the Overseerr Web UI.
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30023
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -12,7 +12,7 @@ overseerrConfig:
|
||||
additionalEnvs: []
|
||||
|
||||
overseerrNetwork:
|
||||
webPort: 30000
|
||||
webPort: 30023
|
||||
hostNetwork: false
|
||||
|
||||
overseerrRunAs:
|
||||
|
||||
Reference in New Issue
Block a user