mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
Update catalog information
This commit is contained in:
@@ -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'
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user