diff --git a/stable/ipfs/2.0.11/CHANGELOG.md b/stable/ipfs/2.0.12/CHANGELOG.md
similarity index 90%
rename from stable/ipfs/2.0.11/CHANGELOG.md
rename to stable/ipfs/2.0.12/CHANGELOG.md
index 23f993b7dfc..750a980e48d 100644
--- a/stable/ipfs/2.0.11/CHANGELOG.md
+++ b/stable/ipfs/2.0.12/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [ipfs-2.0.12](https://github.com/truecharts/apps/compare/ipfs-2.0.11...ipfs-2.0.12) (2022-05-23)
+
+#### Fix
+
+* remove multiple persistence sections ([#2739](https://github.com/truecharts/apps/issues/2739))
+
+
+
### [ipfs-2.0.11](https://github.com/truecharts/apps/compare/ipfs-2.0.10...ipfs-2.0.11) (2022-05-23)
@@ -88,12 +97,3 @@
### [ipfs-2.0.3](https://github.com/truecharts/apps/compare/ipfs-2.0.2...ipfs-2.0.3) (2022-04-12)
#### Chore
-
-* update image ref ([#2461](https://github.com/truecharts/apps/issues/2461))
-
-
-
-
-### [ipfs-2.0.2](https://github.com/truecharts/apps/compare/ipfs-2.0.1...ipfs-2.0.2) (2022-04-09)
-
-#### Chore
diff --git a/stable/ipfs/2.0.11/CONFIG.md b/stable/ipfs/2.0.12/CONFIG.md
similarity index 100%
rename from stable/ipfs/2.0.11/CONFIG.md
rename to stable/ipfs/2.0.12/CONFIG.md
diff --git a/stable/ipfs/2.0.11/Chart.lock b/stable/ipfs/2.0.12/Chart.lock
similarity index 80%
rename from stable/ipfs/2.0.11/Chart.lock
rename to stable/ipfs/2.0.12/Chart.lock
index 2a43c70b023..55cda8f956e 100644
--- a/stable/ipfs/2.0.11/Chart.lock
+++ b/stable/ipfs/2.0.12/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 9.3.15
digest: sha256:2780c5c9011b217ffa252e93a89e58c261816b385c5618e522b90f86736c9e78
-generated: "2022-05-23T20:51:13.493702761Z"
+generated: "2022-05-23T23:03:03.92403778Z"
diff --git a/stable/ipfs/2.0.11/Chart.yaml b/stable/ipfs/2.0.12/Chart.yaml
similarity index 98%
rename from stable/ipfs/2.0.11/Chart.yaml
rename to stable/ipfs/2.0.12/Chart.yaml
index a0c5ca1eb4e..549ddc0157f 100644
--- a/stable/ipfs/2.0.11/Chart.yaml
+++ b/stable/ipfs/2.0.12/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/stable/ipfs/2.0.11/README.md b/stable/ipfs/2.0.12/README.md
similarity index 100%
rename from stable/ipfs/2.0.11/README.md
rename to stable/ipfs/2.0.12/README.md
diff --git a/stable/ipfs/2.0.11/app-readme.md b/stable/ipfs/2.0.12/app-readme.md
similarity index 100%
rename from stable/ipfs/2.0.11/app-readme.md
rename to stable/ipfs/2.0.12/app-readme.md
diff --git a/stable/ipfs/2.0.11/charts/common-9.3.15.tgz b/stable/ipfs/2.0.12/charts/common-9.3.15.tgz
similarity index 100%
rename from stable/ipfs/2.0.11/charts/common-9.3.15.tgz
rename to stable/ipfs/2.0.12/charts/common-9.3.15.tgz
diff --git a/stable/ipfs/2.0.11/helm-values.md b/stable/ipfs/2.0.12/helm-values.md
similarity index 100%
rename from stable/ipfs/2.0.11/helm-values.md
rename to stable/ipfs/2.0.12/helm-values.md
diff --git a/stable/ipfs/2.0.11/ix_values.yaml b/stable/ipfs/2.0.12/ix_values.yaml
similarity index 100%
rename from stable/ipfs/2.0.11/ix_values.yaml
rename to stable/ipfs/2.0.12/ix_values.yaml
diff --git a/stable/ipfs/2.0.11/questions.yaml b/stable/ipfs/2.0.12/questions.yaml
similarity index 99%
rename from stable/ipfs/2.0.11/questions.yaml
rename to stable/ipfs/2.0.12/questions.yaml
index f7ba556dd98..2aa67f0061a 100644
--- a/stable/ipfs/2.0.11/questions.yaml
+++ b/stable/ipfs/2.0.12/questions.yaml
@@ -1279,14 +1279,6 @@ questions:
label: "Value"
schema:
type: string
- - 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."
@@ -1450,14 +1442,6 @@ questions:
label: "Value"
schema:
type: string
- - 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."
@@ -1621,14 +1605,6 @@ questions:
label: "Value"
schema:
type: string
- - 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."
diff --git a/stable/ipfs/2.0.11/security.md b/stable/ipfs/2.0.12/security.md
similarity index 100%
rename from stable/ipfs/2.0.11/security.md
rename to stable/ipfs/2.0.12/security.md
diff --git a/stable/ipfs/2.0.11/templates/common.yaml b/stable/ipfs/2.0.12/templates/common.yaml
similarity index 100%
rename from stable/ipfs/2.0.11/templates/common.yaml
rename to stable/ipfs/2.0.12/templates/common.yaml
diff --git a/stable/ipfs/2.0.11/values.yaml b/stable/ipfs/2.0.12/values.yaml
similarity index 100%
rename from stable/ipfs/2.0.11/values.yaml
rename to stable/ipfs/2.0.12/values.yaml