Update catalog information

This commit is contained in:
sonicaj
2023-06-12 13:44:39 +00:00
parent 8140ad80d5
commit f0b159b0fe
398 changed files with 124 additions and 124 deletions

View File

@@ -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'

View File

@@ -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

View File

@@ -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