mirror of
https://github.com/truecharts/charts.git
synced 2026-08-09 06:08:50 -03:00
fix(ipfs): missing sections of UI (#2738)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: ipfs
|
||||
version: 2.0.10
|
||||
version: 2.0.11
|
||||
appVersion: "0.12.2"
|
||||
description: IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from previous systems such Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects.
|
||||
type: application
|
||||
|
||||
@@ -76,12 +76,26 @@ questions:
|
||||
- value: "OnDelete"
|
||||
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
||||
# Include{controllerExpert}
|
||||
- variable: secret
|
||||
group: "Container Configuration"
|
||||
label: "Image Secrets"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: IPFS_SWARM_KEY
|
||||
label: "IPFS_SWARM_KEY"
|
||||
description: "The IPFS_SWARM_KEY creates swarm.key with the contents of the variable itself."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: env
|
||||
group: "Container Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: IPFS_PROFILE
|
||||
label: "IPFS_PROFILE (Initial install only)"
|
||||
description: "When starting a container running ipfs for the first time with an empty data directory, it will call ipfs init to initialize configuration files and generate a new keypair. At this time, you can choose which profile to apply using the IPFS_PROFILE."
|
||||
|
||||
Reference in New Issue
Block a user