From 8140ad80d5ba89c22fea51bdb4548ba4f4a32a3c Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:43:58 +0300 Subject: [PATCH] NAS-122337 / 23.10 / Avoid overlap with default ports across all apps (#1251) * bump apps * bump webdav --- library/ix-dev/charts/elastic-search/questions.yaml | 2 +- library/ix-dev/charts/elastic-search/values.yaml | 2 +- library/ix-dev/charts/prometheus/Chart.yaml | 2 +- library/ix-dev/charts/prometheus/questions.yaml | 2 +- library/ix-dev/charts/prometheus/values.yaml | 2 +- library/ix-dev/community/adguard-home/questions.yaml | 2 +- library/ix-dev/community/adguard-home/values.yaml | 2 +- library/ix-dev/community/clamav/Chart.yaml | 2 +- library/ix-dev/community/clamav/questions.yaml | 4 ++-- library/ix-dev/community/clamav/values.yaml | 4 ++-- library/ix-dev/community/ddns-updater/Chart.yaml | 2 +- library/ix-dev/community/ddns-updater/questions.yaml | 2 +- library/ix-dev/community/ddns-updater/values.yaml | 2 +- library/ix-dev/community/gitea/Chart.yaml | 2 +- library/ix-dev/community/gitea/questions.yaml | 4 ++-- library/ix-dev/community/gitea/values.yaml | 4 ++-- library/ix-dev/community/ipfs/Chart.yaml | 2 +- library/ix-dev/community/ipfs/questions.yaml | 6 +++--- library/ix-dev/community/ipfs/values.yaml | 6 +++--- library/ix-dev/community/jellyfin/Chart.yaml | 2 +- library/ix-dev/community/jellyfin/questions.yaml | 2 +- library/ix-dev/community/jellyfin/values.yaml | 2 +- library/ix-dev/community/lidarr/Chart.yaml | 2 +- library/ix-dev/community/lidarr/questions.yaml | 2 +- library/ix-dev/community/lidarr/values.yaml | 2 +- library/ix-dev/community/mineos/Chart.yaml | 2 +- library/ix-dev/community/mineos/questions.yaml | 6 +++--- library/ix-dev/community/mineos/values.yaml | 6 +++--- library/ix-dev/community/mumble/Chart.yaml | 2 +- library/ix-dev/community/mumble/questions.yaml | 4 ++-- library/ix-dev/community/mumble/values.yaml | 4 ++-- library/ix-dev/community/nginx-proxy-manager/Chart.yaml | 2 +- library/ix-dev/community/nginx-proxy-manager/questions.yaml | 6 +++--- library/ix-dev/community/nginx-proxy-manager/values.yaml | 6 +++--- library/ix-dev/community/overseerr/Chart.yaml | 2 +- library/ix-dev/community/overseerr/questions.yaml | 2 +- library/ix-dev/community/overseerr/values.yaml | 2 +- library/ix-dev/community/qbittorrent/Chart.yaml | 2 +- library/ix-dev/community/qbittorrent/questions.yaml | 2 +- library/ix-dev/community/qbittorrent/values.yaml | 2 +- library/ix-dev/community/radarr/Chart.yaml | 2 +- library/ix-dev/community/radarr/questions.yaml | 2 +- library/ix-dev/community/radarr/values.yaml | 2 +- library/ix-dev/community/rsyncd/Chart.yaml | 2 +- library/ix-dev/community/rsyncd/questions.yaml | 2 +- library/ix-dev/community/rsyncd/values.yaml | 2 +- library/ix-dev/community/sonarr/Chart.yaml | 2 +- library/ix-dev/community/sonarr/questions.yaml | 2 +- library/ix-dev/community/sonarr/values.yaml | 2 +- library/ix-dev/community/tdarr/Chart.yaml | 2 +- library/ix-dev/community/tdarr/questions.yaml | 4 ++-- library/ix-dev/community/tdarr/values.yaml | 4 ++-- library/ix-dev/community/terraria/Chart.yaml | 2 +- library/ix-dev/community/terraria/questions.yaml | 2 +- library/ix-dev/community/terraria/values.yaml | 2 +- library/ix-dev/community/tftpd-hpa/Chart.yaml | 2 +- library/ix-dev/community/tftpd-hpa/questions.yaml | 2 +- library/ix-dev/community/tftpd-hpa/values.yaml | 2 +- library/ix-dev/community/vaultwarden/Chart.yaml | 2 +- library/ix-dev/community/vaultwarden/questions.yaml | 4 ++-- library/ix-dev/community/vaultwarden/values.yaml | 4 ++-- library/ix-dev/community/webdav/Chart.yaml | 2 +- library/ix-dev/community/webdav/questions.yaml | 4 ++-- library/ix-dev/community/webdav/values.yaml | 4 ++-- 64 files changed, 88 insertions(+), 88 deletions(-) diff --git a/library/ix-dev/charts/elastic-search/questions.yaml b/library/ix-dev/charts/elastic-search/questions.yaml index f2ad591d83..34a320bfb0 100644 --- a/library/ix-dev/charts/elastic-search/questions.yaml +++ b/library/ix-dev/charts/elastic-search/questions.yaml @@ -83,7 +83,7 @@ questions: description: The port for the Elastic Search HTTP schema: type: int - default: 30000 + default: 30003 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/charts/elastic-search/values.yaml b/library/ix-dev/charts/elastic-search/values.yaml index 9b875b5786..6dee75bdae 100644 --- a/library/ix-dev/charts/elastic-search/values.yaml +++ b/library/ix-dev/charts/elastic-search/values.yaml @@ -20,7 +20,7 @@ esRunAs: group: 1000 esNetwork: - httpPort: 30000 + httpPort: 30003 hostNetwork: false certificateID: '' diff --git a/library/ix-dev/charts/prometheus/Chart.yaml b/library/ix-dev/charts/prometheus/Chart.yaml index c35339f584..21a7830053 100644 --- a/library/ix-dev/charts/prometheus/Chart.yaml +++ b/library/ix-dev/charts/prometheus/Chart.yaml @@ -3,7 +3,7 @@ description: The Prometheus monitoring system and time series database. annotations: title: Prometheus type: application -version: 1.0.9 +version: 1.0.10 apiVersion: v2 appVersion: v2.44.0 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/charts/prometheus/questions.yaml b/library/ix-dev/charts/prometheus/questions.yaml index 0203f87eb3..1df8bb6d52 100644 --- a/library/ix-dev/charts/prometheus/questions.yaml +++ b/library/ix-dev/charts/prometheus/questions.yaml @@ -117,7 +117,7 @@ questions: description: The port for the Prometheus API (And WebUI). schema: type: int - default: 30000 + default: 30002 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/charts/prometheus/values.yaml b/library/ix-dev/charts/prometheus/values.yaml index 46365001ab..5e3fa6e5c2 100644 --- a/library/ix-dev/charts/prometheus/values.yaml +++ b/library/ix-dev/charts/prometheus/values.yaml @@ -16,7 +16,7 @@ prometheusConfig: additionalArgs: [] prometheusNetwork: - apiPort: 30000 + apiPort: 30002 hostNetwork: false prometheusRunAs: diff --git a/library/ix-dev/community/adguard-home/questions.yaml b/library/ix-dev/community/adguard-home/questions.yaml index cb2919ed05..c93b2665e0 100644 --- a/library/ix-dev/community/adguard-home/questions.yaml +++ b/library/ix-dev/community/adguard-home/questions.yaml @@ -58,7 +58,7 @@ questions: port set here to take effect. (Or wait for the container to restart automatically) schema: type: int - default: 30000 + default: 30004 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/community/adguard-home/values.yaml b/library/ix-dev/community/adguard-home/values.yaml index 58f3ac3a10..62ebe1ed17 100644 --- a/library/ix-dev/community/adguard-home/values.yaml +++ b/library/ix-dev/community/adguard-home/values.yaml @@ -9,7 +9,7 @@ resources: memory: 8Gi adguardNetwork: - webPort: 30000 + webPort: 30004 enableDHCP: false # FIXME: See _adguard.tpl diff --git a/library/ix-dev/community/clamav/Chart.yaml b/library/ix-dev/community/clamav/Chart.yaml index bff02ef2d7..3c1ef4cd3c 100644 --- a/library/ix-dev/community/clamav/Chart.yaml +++ b/library/ix-dev/community/clamav/Chart.yaml @@ -3,7 +3,7 @@ description: ClamAV is an open source (GPLv2) anti-virus toolkit. annotations: title: Clam AV type: application -version: 1.0.3 +version: 1.0.4 apiVersion: v2 appVersion: '1.0.1' kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/clamav/questions.yaml b/library/ix-dev/community/clamav/questions.yaml index f5a1a952cb..e20edd4781 100644 --- a/library/ix-dev/community/clamav/questions.yaml +++ b/library/ix-dev/community/clamav/questions.yaml @@ -84,7 +84,7 @@ questions: description: The port for the ClamAV ClamD schema: type: int - default: 30000 + default: 30005 min: 9000 max: 65535 required: true @@ -93,7 +93,7 @@ questions: description: The port for the ClamAV MilterD schema: type: int - default: 30001 + default: 30006 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/community/clamav/values.yaml b/library/ix-dev/community/clamav/values.yaml index 9ab72a4f49..5597a188a3 100644 --- a/library/ix-dev/community/clamav/values.yaml +++ b/library/ix-dev/community/clamav/values.yaml @@ -17,8 +17,8 @@ clamavConfig: additionalEnvs: [] clamavNetwork: - clamdPort: 30000 - milterdPort: 30001 + clamdPort: 30005 + milterdPort: 30006 clamavStorage: sigdb: diff --git a/library/ix-dev/community/ddns-updater/Chart.yaml b/library/ix-dev/community/ddns-updater/Chart.yaml index 73b16103ed..54004401d8 100644 --- a/library/ix-dev/community/ddns-updater/Chart.yaml +++ b/library/ix-dev/community/ddns-updater/Chart.yaml @@ -3,7 +3,7 @@ description: Lightweight universal DDNS Updater with web UI annotations: title: DDNS Updater type: application -version: 1.0.5 +version: 1.0.6 apiVersion: v2 appVersion: 'v2.5.0' kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/ddns-updater/questions.yaml b/library/ix-dev/community/ddns-updater/questions.yaml index 3aade52c42..8a56a2f636 100644 --- a/library/ix-dev/community/ddns-updater/questions.yaml +++ b/library/ix-dev/community/ddns-updater/questions.yaml @@ -1264,7 +1264,7 @@ questions: description: The port for the DDNS Updater Web UI. schema: type: int - default: 30000 + default: 30007 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/community/ddns-updater/values.yaml b/library/ix-dev/community/ddns-updater/values.yaml index 4900b53444..4a9fc8557f 100644 --- a/library/ix-dev/community/ddns-updater/values.yaml +++ b/library/ix-dev/community/ddns-updater/values.yaml @@ -42,7 +42,7 @@ ddnsConfig: additionalEnvs: [] ddnsNetwork: - webPort: 30000 + webPort: 30007 hostNetwork: false ddnsRunAs: user: 568 diff --git a/library/ix-dev/community/gitea/Chart.yaml b/library/ix-dev/community/gitea/Chart.yaml index 40e5a8f573..e3f2bd320b 100644 --- a/library/ix-dev/community/gitea/Chart.yaml +++ b/library/ix-dev/community/gitea/Chart.yaml @@ -3,7 +3,7 @@ description: Gitea - Git with a cup of tea annotations: title: Gitea type: application -version: 1.0.7 +version: 1.0.8 apiVersion: v2 appVersion: '1.19.0' kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/gitea/questions.yaml b/library/ix-dev/community/gitea/questions.yaml index c4e7783d77..61532dc007 100644 --- a/library/ix-dev/community/gitea/questions.yaml +++ b/library/ix-dev/community/gitea/questions.yaml @@ -92,7 +92,7 @@ questions: description: The port for the Gitea WebUI. schema: type: int - default: 30000 + default: 30008 min: 9000 max: 65535 required: true @@ -101,7 +101,7 @@ questions: description: The port for the Gitea SSH. schema: type: int - default: 30001 + default: 30009 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/community/gitea/values.yaml b/library/ix-dev/community/gitea/values.yaml index d0c8080075..fc410dfcb1 100644 --- a/library/ix-dev/community/gitea/values.yaml +++ b/library/ix-dev/community/gitea/values.yaml @@ -12,8 +12,8 @@ giteaConfig: additionalEnvs: [] giteaNetwork: - webPort: 30000 - sshPort: 30001 + webPort: 30008 + sshPort: 30009 certificateID: "" rootURL: "" hostNetwork: false diff --git a/library/ix-dev/community/ipfs/Chart.yaml b/library/ix-dev/community/ipfs/Chart.yaml index 308e5af8dd..3f2d35331f 100644 --- a/library/ix-dev/community/ipfs/Chart.yaml +++ b/library/ix-dev/community/ipfs/Chart.yaml @@ -3,7 +3,7 @@ description: Interplanetary Filesystem - the Web3 standard for content-addressin annotations: title: IPFS type: application -version: 1.0.12 +version: 1.0.13 apiVersion: v2 appVersion: v0.20.0 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/ipfs/questions.yaml b/library/ix-dev/community/ipfs/questions.yaml index 815e4fce1b..aaacb04114 100644 --- a/library/ix-dev/community/ipfs/questions.yaml +++ b/library/ix-dev/community/ipfs/questions.yaml @@ -85,7 +85,7 @@ questions: description: The port for the IPFS API (And WebUI). schema: type: int - default: 30000 + default: 30010 min: 9000 max: 65535 required: true @@ -94,7 +94,7 @@ questions: description: The port for the IPFS Swarm. Both TCP and UDP schema: type: int - default: 30001 + default: 30011 min: 9000 max: 65535 required: true @@ -103,7 +103,7 @@ questions: description: The port for the IPFS Gateway. schema: type: int - default: 30002 + default: 30012 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/community/ipfs/values.yaml b/library/ix-dev/community/ipfs/values.yaml index 719392b4c5..1dc1f2279b 100644 --- a/library/ix-dev/community/ipfs/values.yaml +++ b/library/ix-dev/community/ipfs/values.yaml @@ -9,9 +9,9 @@ resources: ipfsConfig: additionalEnvs: [] ipfsNetwork: - apiPort: 30000 - swarmPort: 30001 - gatewayPort: 30002 + apiPort: 30010 + swarmPort: 30011 + gatewayPort: 30012 hostNetwork: false ipfsRunAs: user: 568 diff --git a/library/ix-dev/community/jellyfin/Chart.yaml b/library/ix-dev/community/jellyfin/Chart.yaml index b274d08985..062510e3a2 100644 --- a/library/ix-dev/community/jellyfin/Chart.yaml +++ b/library/ix-dev/community/jellyfin/Chart.yaml @@ -3,7 +3,7 @@ description: Jellyfin is a Free Software Media System that puts you in control o annotations: title: Jellyfin type: application -version: 1.0.5 +version: 1.0.6 apiVersion: v2 appVersion: '10.8.10' kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/jellyfin/questions.yaml b/library/ix-dev/community/jellyfin/questions.yaml index 6b7fa028bd..30f4cd61d2 100644 --- a/library/ix-dev/community/jellyfin/questions.yaml +++ b/library/ix-dev/community/jellyfin/questions.yaml @@ -90,7 +90,7 @@ questions: description: The port for the Jellyfin Web UI. schema: type: int - default: 30000 + default: 30013 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/community/jellyfin/values.yaml b/library/ix-dev/community/jellyfin/values.yaml index 1152501e7e..14e3a28f89 100644 --- a/library/ix-dev/community/jellyfin/values.yaml +++ b/library/ix-dev/community/jellyfin/values.yaml @@ -13,7 +13,7 @@ jellyfinConfig: additionalEnvs: [] jellyfinGPU: {} jellyfinNetwork: - webPort: 30000 + webPort: 30013 hostNetwork: false jellyfinRunAs: user: 568 diff --git a/library/ix-dev/community/lidarr/Chart.yaml b/library/ix-dev/community/lidarr/Chart.yaml index 58a4af7d54..8d9fe70216 100644 --- a/library/ix-dev/community/lidarr/Chart.yaml +++ b/library/ix-dev/community/lidarr/Chart.yaml @@ -3,7 +3,7 @@ description: Lidarr is a music collection manager for Usenet and BitTorrent user annotations: title: Lidarr type: application -version: 1.0.9 +version: 1.0.10 apiVersion: v2 appVersion: '1.1.3.2982' kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/lidarr/questions.yaml b/library/ix-dev/community/lidarr/questions.yaml index d44570858a..5dfedc7e7c 100644 --- a/library/ix-dev/community/lidarr/questions.yaml +++ b/library/ix-dev/community/lidarr/questions.yaml @@ -91,7 +91,7 @@ questions: description: The port for the Lidarr Web UI. schema: type: int - default: 30000 + default: 30014 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/community/lidarr/values.yaml b/library/ix-dev/community/lidarr/values.yaml index 4031c72fb5..6bed600831 100644 --- a/library/ix-dev/community/lidarr/values.yaml +++ b/library/ix-dev/community/lidarr/values.yaml @@ -12,7 +12,7 @@ lidarrConfig: instanceName: Lidarr additionalEnvs: [] lidarrNetwork: - webPort: 30000 + webPort: 30014 hostNetwork: false lidarrRunAs: user: 568 diff --git a/library/ix-dev/community/mineos/Chart.yaml b/library/ix-dev/community/mineos/Chart.yaml index 06689908b1..39ea6de62e 100644 --- a/library/ix-dev/community/mineos/Chart.yaml +++ b/library/ix-dev/community/mineos/Chart.yaml @@ -3,7 +3,7 @@ description: MineOS is a server front-end to ease managing Minecraft administrat annotations: title: MineOS type: application -version: 1.0.0 +version: 1.0.1 apiVersion: v2 appVersion: 'latest' kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/mineos/questions.yaml b/library/ix-dev/community/mineos/questions.yaml index e8a705aa1c..f1a4492b75 100644 --- a/library/ix-dev/community/mineos/questions.yaml +++ b/library/ix-dev/community/mineos/questions.yaml @@ -113,7 +113,7 @@ questions: description: The port for MineOS WebUI schema: type: int - default: 30000 + default: 30015 min: 9000 max: 65535 required: true @@ -124,7 +124,7 @@ questions: It will open both TCP and UDP ports. schema: type: int - default: 30001 + default: 30016 min: 9000 max: 65535 required: true @@ -136,7 +136,7 @@ questions: Keep in mind that the port range can be at max 10 ports. schema: type: int - default: 30002 + default: 30017 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/community/mineos/values.yaml b/library/ix-dev/community/mineos/values.yaml index 3c265ea968..2e3df31d68 100644 --- a/library/ix-dev/community/mineos/values.yaml +++ b/library/ix-dev/community/mineos/values.yaml @@ -17,9 +17,9 @@ mineosID: user: 568 group: 568 mineosNetwork: - webPort: 30000 - mineosPortRangeStart: 30021 - mineosPortRangeEnd: 30022 + webPort: 30015 + mineosPortRangeStart: 30016 + mineosPortRangeEnd: 30017 useHTTPS: false certificateID: 0 mineosStorage: diff --git a/library/ix-dev/community/mumble/Chart.yaml b/library/ix-dev/community/mumble/Chart.yaml index 61d5472cb4..a28efb316b 100644 --- a/library/ix-dev/community/mumble/Chart.yaml +++ b/library/ix-dev/community/mumble/Chart.yaml @@ -3,7 +3,7 @@ description: Mumble is a free, open source, low latency, high quality voice chat annotations: title: Mumble type: application -version: 1.0.3 +version: 1.0.4 apiVersion: v2 appVersion: 'v1.4.230' kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/mumble/questions.yaml b/library/ix-dev/community/mumble/questions.yaml index d00fe56f3b..abd2c21f3d 100644 --- a/library/ix-dev/community/mumble/questions.yaml +++ b/library/ix-dev/community/mumble/questions.yaml @@ -95,7 +95,7 @@ questions: description: The port for the Mumble Server (UDP & TCP). schema: type: int - default: 30000 + default: 30018 min: 9000 max: 65535 required: true @@ -104,7 +104,7 @@ questions: description: The port for the Ice. schema: type: int - default: 30001 + default: 30019 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/community/mumble/values.yaml b/library/ix-dev/community/mumble/values.yaml index bc6c1a4606..2280c934a4 100644 --- a/library/ix-dev/community/mumble/values.yaml +++ b/library/ix-dev/community/mumble/values.yaml @@ -19,8 +19,8 @@ mumbleConfig: welcomeText: Welcome to Mumble! additionalEnvs: [] mumbleNetwork: - serverPort: 30000 - icePort: 30001 + serverPort: 30018 + icePort: 30019 certificateID: 0 mumbleStorage: data: diff --git a/library/ix-dev/community/nginx-proxy-manager/Chart.yaml b/library/ix-dev/community/nginx-proxy-manager/Chart.yaml index cdf91f8ea4..1ae2c3cde4 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.8 +version: 1.0.9 apiVersion: v2 appVersion: 2.10.3 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 a32a6b7528..399df0d0a9 100644 --- a/library/ix-dev/community/nginx-proxy-manager/questions.yaml +++ b/library/ix-dev/community/nginx-proxy-manager/questions.yaml @@ -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 diff --git a/library/ix-dev/community/nginx-proxy-manager/values.yaml b/library/ix-dev/community/nginx-proxy-manager/values.yaml index 6cee1461cc..ee5587c42b 100644 --- a/library/ix-dev/community/nginx-proxy-manager/values.yaml +++ b/library/ix-dev/community/nginx-proxy-manager/values.yaml @@ -9,9 +9,9 @@ resources: npmConfig: additionalEnvs: [] npmNetwork: - webPort: 30000 - httpPort: 30001 - httpsPort: 30002 + webPort: 30020 + httpPort: 30021 + httpsPort: 30022 npmStorage: data: type: ixVolume diff --git a/library/ix-dev/community/overseerr/Chart.yaml b/library/ix-dev/community/overseerr/Chart.yaml index 510a680966..98a26977bd 100644 --- a/library/ix-dev/community/overseerr/Chart.yaml +++ b/library/ix-dev/community/overseerr/Chart.yaml @@ -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' diff --git a/library/ix-dev/community/overseerr/questions.yaml b/library/ix-dev/community/overseerr/questions.yaml index af02b32cdc..3426ffede8 100644 --- a/library/ix-dev/community/overseerr/questions.yaml +++ b/library/ix-dev/community/overseerr/questions.yaml @@ -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 diff --git a/library/ix-dev/community/overseerr/values.yaml b/library/ix-dev/community/overseerr/values.yaml index 4595763283..15e15ccfea 100644 --- a/library/ix-dev/community/overseerr/values.yaml +++ b/library/ix-dev/community/overseerr/values.yaml @@ -12,7 +12,7 @@ overseerrConfig: additionalEnvs: [] overseerrNetwork: - webPort: 30000 + webPort: 30023 hostNetwork: false overseerrRunAs: diff --git a/library/ix-dev/community/qbittorrent/Chart.yaml b/library/ix-dev/community/qbittorrent/Chart.yaml index 84c208d7bf..a36942a913 100644 --- a/library/ix-dev/community/qbittorrent/Chart.yaml +++ b/library/ix-dev/community/qbittorrent/Chart.yaml @@ -4,7 +4,7 @@ description: The qBittorrent project aims to provide an open-source software alt annotations: title: qBittorrent type: application -version: 1.0.12 +version: 1.0.13 apiVersion: v2 appVersion: 4.5.3 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/qbittorrent/questions.yaml b/library/ix-dev/community/qbittorrent/questions.yaml index 3b7abd9c7a..5e4e661f94 100644 --- a/library/ix-dev/community/qbittorrent/questions.yaml +++ b/library/ix-dev/community/qbittorrent/questions.yaml @@ -84,7 +84,7 @@ questions: description: The port for the qBittorrent Web UI. schema: type: int - default: 30000 + default: 30024 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/community/qbittorrent/values.yaml b/library/ix-dev/community/qbittorrent/values.yaml index 3c984a70c3..91e875593f 100644 --- a/library/ix-dev/community/qbittorrent/values.yaml +++ b/library/ix-dev/community/qbittorrent/values.yaml @@ -11,7 +11,7 @@ resources: qbitConfig: additionalEnvs: [] qbitNetwork: - webPort: 30000 + webPort: 30024 btPort: 50413 hostNetwork: false qbitRunAs: diff --git a/library/ix-dev/community/radarr/Chart.yaml b/library/ix-dev/community/radarr/Chart.yaml index 942ba200ce..3c181b6eaf 100644 --- a/library/ix-dev/community/radarr/Chart.yaml +++ b/library/ix-dev/community/radarr/Chart.yaml @@ -3,7 +3,7 @@ description: Radarr is a movie collection manager for Usenet and BitTorrent user annotations: title: Radarr type: application -version: 1.0.12 +version: 1.0.13 apiVersion: v2 appVersion: 4.5.2.7388 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/radarr/questions.yaml b/library/ix-dev/community/radarr/questions.yaml index b1681e072a..94ef3a3952 100644 --- a/library/ix-dev/community/radarr/questions.yaml +++ b/library/ix-dev/community/radarr/questions.yaml @@ -91,7 +91,7 @@ questions: description: The port for the Radarr Web UI. schema: type: int - default: 30000 + default: 30025 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/community/radarr/values.yaml b/library/ix-dev/community/radarr/values.yaml index b0e2a181b5..46da24f066 100644 --- a/library/ix-dev/community/radarr/values.yaml +++ b/library/ix-dev/community/radarr/values.yaml @@ -12,7 +12,7 @@ radarrConfig: instanceName: Radarr additionalEnvs: [] radarrNetwork: - webPort: 30000 + webPort: 30025 hostNetwork: false radarrRunAs: user: 568 diff --git a/library/ix-dev/community/rsyncd/Chart.yaml b/library/ix-dev/community/rsyncd/Chart.yaml index 39006515a7..fdc8b31b3d 100644 --- a/library/ix-dev/community/rsyncd/Chart.yaml +++ b/library/ix-dev/community/rsyncd/Chart.yaml @@ -3,7 +3,7 @@ description: Rsync is an open source utility that provides fast incremental file annotations: title: Rsync Daemon type: application -version: 1.0.0 +version: 1.0.1 apiVersion: v2 appVersion: 1.0.0 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/rsyncd/questions.yaml b/library/ix-dev/community/rsyncd/questions.yaml index 154b2c03e6..be2616858e 100644 --- a/library/ix-dev/community/rsyncd/questions.yaml +++ b/library/ix-dev/community/rsyncd/questions.yaml @@ -56,7 +56,7 @@ questions: description: The port for Rsync. schema: type: int - default: 30000 + default: 30026 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/community/rsyncd/values.yaml b/library/ix-dev/community/rsyncd/values.yaml index 55d512b93b..77a319b469 100644 --- a/library/ix-dev/community/rsyncd/values.yaml +++ b/library/ix-dev/community/rsyncd/values.yaml @@ -13,5 +13,5 @@ rsyncConfig: auxParams: [] rsyncNetwork: hostNetwork: false - rsyncPort: 30000 + rsyncPort: 30026 rsyncModules: [] diff --git a/library/ix-dev/community/sonarr/Chart.yaml b/library/ix-dev/community/sonarr/Chart.yaml index a497234fe7..11f3e18264 100644 --- a/library/ix-dev/community/sonarr/Chart.yaml +++ b/library/ix-dev/community/sonarr/Chart.yaml @@ -3,7 +3,7 @@ description: Sonarr is a PVR for Usenet and BitTorrent users. annotations: title: Sonarr type: application -version: 1.0.9 +version: 1.0.10 apiVersion: v2 appVersion: '3.0.10.1567' kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/sonarr/questions.yaml b/library/ix-dev/community/sonarr/questions.yaml index b0584f5f34..341c814ede 100644 --- a/library/ix-dev/community/sonarr/questions.yaml +++ b/library/ix-dev/community/sonarr/questions.yaml @@ -91,7 +91,7 @@ questions: description: The port for the Sonarr Web UI. schema: type: int - default: 30000 + default: 30027 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/community/sonarr/values.yaml b/library/ix-dev/community/sonarr/values.yaml index fc0070c09f..c14da6f89b 100644 --- a/library/ix-dev/community/sonarr/values.yaml +++ b/library/ix-dev/community/sonarr/values.yaml @@ -12,7 +12,7 @@ sonarrConfig: instanceName: Sonarr additionalEnvs: [] sonarrNetwork: - webPort: 30000 + webPort: 30027 hostNetwork: false sonarrRunAs: user: 568 diff --git a/library/ix-dev/community/tdarr/Chart.yaml b/library/ix-dev/community/tdarr/Chart.yaml index 11f4e2b6f8..a21490dceb 100644 --- a/library/ix-dev/community/tdarr/Chart.yaml +++ b/library/ix-dev/community/tdarr/Chart.yaml @@ -3,7 +3,7 @@ description: Tdarr is a Distributed Transcoding System annotations: title: Tdarr type: application -version: 1.0.7 +version: 1.0.8 apiVersion: v2 appVersion: '2.00.20.1' kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/tdarr/questions.yaml b/library/ix-dev/community/tdarr/questions.yaml index e6f2c55de8..c1852f44d1 100644 --- a/library/ix-dev/community/tdarr/questions.yaml +++ b/library/ix-dev/community/tdarr/questions.yaml @@ -110,7 +110,7 @@ questions: description: The port for the Tdarr Web UI. schema: type: int - default: 30000 + default: 30028 min: 9000 max: 65535 required: true @@ -119,7 +119,7 @@ questions: description: The port for the Tdarr Server. schema: type: int - default: 30001 + default: 30029 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/community/tdarr/values.yaml b/library/ix-dev/community/tdarr/values.yaml index c23a9c029d..7997cc0b8b 100644 --- a/library/ix-dev/community/tdarr/values.yaml +++ b/library/ix-dev/community/tdarr/values.yaml @@ -13,8 +13,8 @@ tdarrConfig: serverIP: "0.0.0.0" additionalEnvs: [] tdarrNetwork: - webPort: 30000 - serverPort: 30001 + webPort: 30028 + serverPort: 30029 tdarrGPU: {} tdarrID: user: 568 diff --git a/library/ix-dev/community/terraria/Chart.yaml b/library/ix-dev/community/terraria/Chart.yaml index 924cb6500b..a6fea357a6 100644 --- a/library/ix-dev/community/terraria/Chart.yaml +++ b/library/ix-dev/community/terraria/Chart.yaml @@ -3,7 +3,7 @@ description: Terraria is a land of adventure! A land of mystery! A land that's y annotations: title: Terraria type: application -version: 1.0.3 +version: 1.0.4 apiVersion: v2 appVersion: '1.4.4.9' kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/terraria/questions.yaml b/library/ix-dev/community/terraria/questions.yaml index 54963b8df1..09120e9c34 100644 --- a/library/ix-dev/community/terraria/questions.yaml +++ b/library/ix-dev/community/terraria/questions.yaml @@ -194,7 +194,7 @@ questions: description: The port for the Terraria Server. schema: type: int - default: 30000 + default: 30030 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/community/terraria/values.yaml b/library/ix-dev/community/terraria/values.yaml index e4bb540898..160e1568f9 100644 --- a/library/ix-dev/community/terraria/values.yaml +++ b/library/ix-dev/community/terraria/values.yaml @@ -30,7 +30,7 @@ terrariaConfig: additionalArgs: [] terrariaNetwork: - serverPort: 30000 + serverPort: 30030 hostNetwork: false terrariaStorage: diff --git a/library/ix-dev/community/tftpd-hpa/Chart.yaml b/library/ix-dev/community/tftpd-hpa/Chart.yaml index 15963505c5..ee34e14674 100644 --- a/library/ix-dev/community/tftpd-hpa/Chart.yaml +++ b/library/ix-dev/community/tftpd-hpa/Chart.yaml @@ -3,7 +3,7 @@ description: A lightweight tftp-server annotations: title: TFTP Server type: application -version: 1.0.0 +version: 1.0.1 apiVersion: v2 appVersion: 1.0.0 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/tftpd-hpa/questions.yaml b/library/ix-dev/community/tftpd-hpa/questions.yaml index 8d852d747e..d87587cc32 100644 --- a/library/ix-dev/community/tftpd-hpa/questions.yaml +++ b/library/ix-dev/community/tftpd-hpa/questions.yaml @@ -77,7 +77,7 @@ questions: When hostNetwork is enabled, the port tftp port will be 69. schema: type: int - default: 30000 + default: 30031 show_if: [["hostNetwork", "=", false]] min: 9000 max: 65535 diff --git a/library/ix-dev/community/tftpd-hpa/values.yaml b/library/ix-dev/community/tftpd-hpa/values.yaml index 01b821b5cb..48001f7b4f 100644 --- a/library/ix-dev/community/tftpd-hpa/values.yaml +++ b/library/ix-dev/community/tftpd-hpa/values.yaml @@ -14,7 +14,7 @@ tftpConfig: tftpNetwork: hostNetwork: true # Only used if hostNetwork is false - tftpPort: 30000 + tftpPort: 30031 tftpStorage: tftpboot: type: ixVolume diff --git a/library/ix-dev/community/vaultwarden/Chart.yaml b/library/ix-dev/community/vaultwarden/Chart.yaml index da2fd4f5c0..f8bef6755b 100644 --- a/library/ix-dev/community/vaultwarden/Chart.yaml +++ b/library/ix-dev/community/vaultwarden/Chart.yaml @@ -3,7 +3,7 @@ description: Alternative implementation of the Bitwarden server API written in R annotations: title: Vaultwarden type: application -version: 1.0.11 +version: 1.0.12 apiVersion: v2 appVersion: '1.28.1' kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/vaultwarden/questions.yaml b/library/ix-dev/community/vaultwarden/questions.yaml index 5b149ba0e0..e0b14c39fe 100644 --- a/library/ix-dev/community/vaultwarden/questions.yaml +++ b/library/ix-dev/community/vaultwarden/questions.yaml @@ -99,7 +99,7 @@ questions: description: The port for the Vaultwarden Web UI. schema: type: int - default: 30000 + default: 30032 min: 9000 max: 65535 required: true @@ -114,7 +114,7 @@ questions: schema: type: int show_if: [["wsEnabled", "=", true]] - default: 30001 + default: 30033 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/community/vaultwarden/values.yaml b/library/ix-dev/community/vaultwarden/values.yaml index 04b1810c7b..23a4236c02 100644 --- a/library/ix-dev/community/vaultwarden/values.yaml +++ b/library/ix-dev/community/vaultwarden/values.yaml @@ -13,9 +13,9 @@ vaultwardenConfig: additionalEnvs: [] vaultwardenNetwork: - webPort: 30000 + webPort: 30032 wsEnabled: true - wsPort: 30001 + wsPort: 30033 hostNetwork: false certificateID: 0 domain: '' diff --git a/library/ix-dev/community/webdav/Chart.yaml b/library/ix-dev/community/webdav/Chart.yaml index 938630ad2f..a3629db8f3 100644 --- a/library/ix-dev/community/webdav/Chart.yaml +++ b/library/ix-dev/community/webdav/Chart.yaml @@ -3,7 +3,7 @@ description: WebDAV is a set of extensions to the HTTP protocol which allows use annotations: title: WebDAv type: application -version: 1.0.2 +version: 1.0.3 apiVersion: v2 appVersion: '1.1.3.2982' kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/webdav/questions.yaml b/library/ix-dev/community/webdav/questions.yaml index e15a199ec5..0f680d56a6 100644 --- a/library/ix-dev/community/webdav/questions.yaml +++ b/library/ix-dev/community/webdav/questions.yaml @@ -108,7 +108,7 @@ questions: description: The port for HTTP WebDAV. schema: type: int - default: 30000 + default: 30034 min: 9000 max: 65535 required: true @@ -125,7 +125,7 @@ questions: description: The port for HTTPS WebDAV. schema: type: int - default: 30001 + default: 30035 min: 9000 max: 65535 required: true diff --git a/library/ix-dev/community/webdav/values.yaml b/library/ix-dev/community/webdav/values.yaml index 57a8d90c1b..5ccaaf1de4 100644 --- a/library/ix-dev/community/webdav/values.yaml +++ b/library/ix-dev/community/webdav/values.yaml @@ -16,9 +16,9 @@ webdavConfig: webdavNetwork: hostNetwork: false http: true - httpPort: 30000 + httpPort: 30034 https: false - httpsPort: 30001 + httpsPort: 30035 certificateID: 0 webdavRunAs: user: 568