From 22ecc6dfd4b714f11bcdc1d0feac8a56caa08f90 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 24 May 2022 02:01:18 +0300 Subject: [PATCH] fix(ipfs): remove multiple persistence sections (#2739) --- charts/stable/ipfs/Chart.yaml | 2 +- charts/stable/ipfs/questions.yaml | 24 ------------------------ 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/charts/stable/ipfs/Chart.yaml b/charts/stable/ipfs/Chart.yaml index a0c5ca1eb4e..549ddc0157f 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.11 +version: 2.0.12 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 7608c8a6b4e..3c5e6a4ee20 100644 --- a/charts/stable/ipfs/questions.yaml +++ b/charts/stable/ipfs/questions.yaml @@ -422,14 +422,6 @@ questions: - value: "Memory" description: "Memory" # Include{persistenceAdvanced} - - variable: persistence - label: "Integrated Persistent Storage" - description: "Integrated Persistent Storage" - group: "Storage and Persistence" - schema: - additional_attrs: true - type: dict - attrs: - variable: staging label: "App Staging Storage" description: "Stores the Application Staging." @@ -473,14 +465,6 @@ questions: - value: "Memory" description: "Memory" # Include{persistenceAdvanced} - - variable: persistence - label: "Integrated Persistent Storage" - description: "Integrated Persistent Storage" - group: "Storage and Persistence" - schema: - additional_attrs: true - type: dict - attrs: - variable: ipfs label: "App IPFS Storage" description: "Stores the Application IPFS." @@ -524,14 +508,6 @@ questions: - value: "Memory" description: "Memory" # Include{persistenceAdvanced} - - variable: persistence - label: "Integrated Persistent Storage" - description: "Integrated Persistent Storage" - group: "Storage and Persistence" - schema: - additional_attrs: true - type: dict - attrs: - variable: ipns label: "App IPNS Storage" description: "Stores the Application IPNS."