Prechádzať zdrojové kódy

NAS-122337 / 23.10 / Avoid overlap with default ports across all apps (#1251)

* bump apps

* bump webdav
Stavros Kois 2 rokov pred
rodič
commit
8140ad80d5
64 zmenil súbory, kde vykonal 88 pridanie a 88 odobranie
  1. 1 1
      library/ix-dev/charts/elastic-search/questions.yaml
  2. 1 1
      library/ix-dev/charts/elastic-search/values.yaml
  3. 1 1
      library/ix-dev/charts/prometheus/Chart.yaml
  4. 1 1
      library/ix-dev/charts/prometheus/questions.yaml
  5. 1 1
      library/ix-dev/charts/prometheus/values.yaml
  6. 1 1
      library/ix-dev/community/adguard-home/questions.yaml
  7. 1 1
      library/ix-dev/community/adguard-home/values.yaml
  8. 1 1
      library/ix-dev/community/clamav/Chart.yaml
  9. 2 2
      library/ix-dev/community/clamav/questions.yaml
  10. 2 2
      library/ix-dev/community/clamav/values.yaml
  11. 1 1
      library/ix-dev/community/ddns-updater/Chart.yaml
  12. 1 1
      library/ix-dev/community/ddns-updater/questions.yaml
  13. 1 1
      library/ix-dev/community/ddns-updater/values.yaml
  14. 1 1
      library/ix-dev/community/gitea/Chart.yaml
  15. 2 2
      library/ix-dev/community/gitea/questions.yaml
  16. 2 2
      library/ix-dev/community/gitea/values.yaml
  17. 1 1
      library/ix-dev/community/ipfs/Chart.yaml
  18. 3 3
      library/ix-dev/community/ipfs/questions.yaml
  19. 3 3
      library/ix-dev/community/ipfs/values.yaml
  20. 1 1
      library/ix-dev/community/jellyfin/Chart.yaml
  21. 1 1
      library/ix-dev/community/jellyfin/questions.yaml
  22. 1 1
      library/ix-dev/community/jellyfin/values.yaml
  23. 1 1
      library/ix-dev/community/lidarr/Chart.yaml
  24. 1 1
      library/ix-dev/community/lidarr/questions.yaml
  25. 1 1
      library/ix-dev/community/lidarr/values.yaml
  26. 1 1
      library/ix-dev/community/mineos/Chart.yaml
  27. 3 3
      library/ix-dev/community/mineos/questions.yaml
  28. 3 3
      library/ix-dev/community/mineos/values.yaml
  29. 1 1
      library/ix-dev/community/mumble/Chart.yaml
  30. 2 2
      library/ix-dev/community/mumble/questions.yaml
  31. 2 2
      library/ix-dev/community/mumble/values.yaml
  32. 1 1
      library/ix-dev/community/nginx-proxy-manager/Chart.yaml
  33. 3 3
      library/ix-dev/community/nginx-proxy-manager/questions.yaml
  34. 3 3
      library/ix-dev/community/nginx-proxy-manager/values.yaml
  35. 1 1
      library/ix-dev/community/overseerr/Chart.yaml
  36. 1 1
      library/ix-dev/community/overseerr/questions.yaml
  37. 1 1
      library/ix-dev/community/overseerr/values.yaml
  38. 1 1
      library/ix-dev/community/qbittorrent/Chart.yaml
  39. 1 1
      library/ix-dev/community/qbittorrent/questions.yaml
  40. 1 1
      library/ix-dev/community/qbittorrent/values.yaml
  41. 1 1
      library/ix-dev/community/radarr/Chart.yaml
  42. 1 1
      library/ix-dev/community/radarr/questions.yaml
  43. 1 1
      library/ix-dev/community/radarr/values.yaml
  44. 1 1
      library/ix-dev/community/rsyncd/Chart.yaml
  45. 1 1
      library/ix-dev/community/rsyncd/questions.yaml
  46. 1 1
      library/ix-dev/community/rsyncd/values.yaml
  47. 1 1
      library/ix-dev/community/sonarr/Chart.yaml
  48. 1 1
      library/ix-dev/community/sonarr/questions.yaml
  49. 1 1
      library/ix-dev/community/sonarr/values.yaml
  50. 1 1
      library/ix-dev/community/tdarr/Chart.yaml
  51. 2 2
      library/ix-dev/community/tdarr/questions.yaml
  52. 2 2
      library/ix-dev/community/tdarr/values.yaml
  53. 1 1
      library/ix-dev/community/terraria/Chart.yaml
  54. 1 1
      library/ix-dev/community/terraria/questions.yaml
  55. 1 1
      library/ix-dev/community/terraria/values.yaml
  56. 1 1
      library/ix-dev/community/tftpd-hpa/Chart.yaml
  57. 1 1
      library/ix-dev/community/tftpd-hpa/questions.yaml
  58. 1 1
      library/ix-dev/community/tftpd-hpa/values.yaml
  59. 1 1
      library/ix-dev/community/vaultwarden/Chart.yaml
  60. 2 2
      library/ix-dev/community/vaultwarden/questions.yaml
  61. 2 2
      library/ix-dev/community/vaultwarden/values.yaml
  62. 1 1
      library/ix-dev/community/webdav/Chart.yaml
  63. 2 2
      library/ix-dev/community/webdav/questions.yaml
  64. 2 2
      library/ix-dev/community/webdav/values.yaml

+ 1 - 1
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

+ 1 - 1
library/ix-dev/charts/elastic-search/values.yaml

@@ -20,7 +20,7 @@ esRunAs:
   group: 1000
 
 esNetwork:
-  httpPort: 30000
+  httpPort: 30003
   hostNetwork: false
   certificateID: ''
 

+ 1 - 1
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'

+ 1 - 1
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

+ 1 - 1
library/ix-dev/charts/prometheus/values.yaml

@@ -16,7 +16,7 @@ prometheusConfig:
   additionalArgs: []
 
 prometheusNetwork:
-  apiPort: 30000
+  apiPort: 30002
   hostNetwork: false
 
 prometheusRunAs:

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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'

+ 2 - 2
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

+ 2 - 2
library/ix-dev/community/clamav/values.yaml

@@ -17,8 +17,8 @@ clamavConfig:
   additionalEnvs: []
 
 clamavNetwork:
-  clamdPort: 30000
-  milterdPort: 30001
+  clamdPort: 30005
+  milterdPort: 30006
 
 clamavStorage:
   sigdb:

+ 1 - 1
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'

+ 1 - 1
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

+ 1 - 1
library/ix-dev/community/ddns-updater/values.yaml

@@ -42,7 +42,7 @@ ddnsConfig:
 
   additionalEnvs: []
 ddnsNetwork:
-  webPort: 30000
+  webPort: 30007
   hostNetwork: false
 ddnsRunAs:
   user: 568

+ 1 - 1
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'

+ 2 - 2
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

+ 2 - 2
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

+ 1 - 1
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'

+ 3 - 3
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

+ 3 - 3
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

+ 1 - 1
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'

+ 1 - 1
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

+ 1 - 1
library/ix-dev/community/jellyfin/values.yaml

@@ -13,7 +13,7 @@ jellyfinConfig:
   additionalEnvs: []
 jellyfinGPU: {}
 jellyfinNetwork:
-  webPort: 30000
+  webPort: 30013
   hostNetwork: false
 jellyfinRunAs:
   user: 568

+ 1 - 1
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'

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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'

+ 3 - 3
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

+ 3 - 3
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:

+ 1 - 1
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'

+ 2 - 2
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

+ 2 - 2
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:

+ 1 - 1
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'

+ 3 - 3
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

+ 3 - 3
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

+ 1 - 1
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'

+ 1 - 1
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

+ 1 - 1
library/ix-dev/community/overseerr/values.yaml

@@ -12,7 +12,7 @@ overseerrConfig:
   additionalEnvs: []
 
 overseerrNetwork:
-  webPort: 30000
+  webPort: 30023
   hostNetwork: false
 
 overseerrRunAs:

+ 1 - 1
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'

+ 1 - 1
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

+ 1 - 1
library/ix-dev/community/qbittorrent/values.yaml

@@ -11,7 +11,7 @@ resources:
 qbitConfig:
   additionalEnvs: []
 qbitNetwork:
-  webPort: 30000
+  webPort: 30024
   btPort: 50413
   hostNetwork: false
 qbitRunAs:

+ 1 - 1
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'

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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'

+ 1 - 1
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

+ 1 - 1
library/ix-dev/community/rsyncd/values.yaml

@@ -13,5 +13,5 @@ rsyncConfig:
   auxParams: []
 rsyncNetwork:
   hostNetwork: false
-  rsyncPort: 30000
+  rsyncPort: 30026
 rsyncModules: []

+ 1 - 1
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'

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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'

+ 2 - 2
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

+ 2 - 2
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

+ 1 - 1
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'

+ 1 - 1
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

+ 1 - 1
library/ix-dev/community/terraria/values.yaml

@@ -30,7 +30,7 @@ terrariaConfig:
   additionalArgs: []
 
 terrariaNetwork:
-  serverPort: 30000
+  serverPort: 30030
   hostNetwork: false
 
 terrariaStorage:

+ 1 - 1
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'

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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'

+ 2 - 2
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

+ 2 - 2
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: ''

+ 1 - 1
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'

+ 2 - 2
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

+ 2 - 2
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