diff --git a/charts/stable/ipfs/Chart.yaml b/charts/stable/ipfs/Chart.yaml index 9213f207e04..a0c5ca1eb4e 100644 --- a/charts/stable/ipfs/Chart.yaml +++ b/charts/stable/ipfs/Chart.yaml @@ -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 diff --git a/charts/stable/ipfs/questions.yaml b/charts/stable/ipfs/questions.yaml index 55aaede3f9a..7608c8a6b4e 100644 --- a/charts/stable/ipfs/questions.yaml +++ b/charts/stable/ipfs/questions.yaml @@ -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."