diff --git a/library/ix-dev/charts/storj/Chart.yaml b/library/ix-dev/charts/storj/Chart.yaml index 4e19afb092..e9b8f8c5d5 100644 --- a/library/ix-dev/charts/storj/Chart.yaml +++ b/library/ix-dev/charts/storj/Chart.yaml @@ -3,7 +3,7 @@ description: Share your storage on the internet and earn. annotations: title: Storj type: application -version: 1.0.9 +version: 1.0.10 apiVersion: v2 appVersion: v1.68.2 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/charts/storj/questions.yaml b/library/ix-dev/charts/storj/questions.yaml index 42d46a909b..1ba9424e80 100644 --- a/library/ix-dev/charts/storj/questions.yaml +++ b/library/ix-dev/charts/storj/questions.yaml @@ -32,12 +32,16 @@ questions: required: true - variable: nodePort label: "Node Port for Storj" + description: | + This port will be used for both TCP and UDP traffic.
+ Note that this port must be open on your firewall and that internal + Storj port will not be affected by this change, but only the external (Node Port) group: Networking schema: type: int min: 9000 max: 65535 - default: 20988 + default: 28967 required: true - variable: dnsConfig