diff --git a/charts/library/common/CHANGELOG.md b/charts/library/common/CHANGELOG.md
index 0312ef52a02..030937e86c5 100644
--- a/charts/library/common/CHANGELOG.md
+++ b/charts/library/common/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [common-8.2.1](https://github.com/truecharts/apps/compare/common-8.2.0...common-8.2.1) (2021-10-04)
+
+
+
### [common-8.2.0](https://github.com/truecharts/apps/compare/common-8.1.1...common-8.2.0) (2021-10-04)
diff --git a/charts/library/common/app-changelog.md b/charts/library/common/app-changelog.md
index 8cbd446962c..ca815c24a55 100644
--- a/charts/library/common/app-changelog.md
+++ b/charts/library/common/app-changelog.md
@@ -1,4 +1,3 @@
-
-### [common-8.2.0](https://github.com/truecharts/apps/compare/common-8.1.1...common-8.2.0) (2021-10-04)
-
+
+### [common-8.2.1](https://github.com/truecharts/apps/compare/common-8.2.0...common-8.2.1) (2021-10-04)
diff --git a/charts/library/common/helm-values.md b/charts/library/common/helm-values.md
index ad45354b3e8..79050ae0505 100644
--- a/charts/library/common/helm-values.md
+++ b/charts/library/common/helm-values.md
@@ -132,6 +132,9 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
| persistence.shared | object | See below | Create an emptyDir volume to share between all containers [[ref]]https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) |
| persistence.shared.medium | string | `nil` | Set the medium to "Memory" to mount a tmpfs (RAM-backed filesystem) instead of the storage medium that backs the node. |
| persistence.shared.sizeLimit | string | `nil` | If the `SizeMemoryBackedVolumes` feature gate is enabled, you can specify a size for memory backed volumes. |
+| persistence.temp | object | See below | Create an emptyDir volume to share between all containers for temporary storage |
+| persistence.temp.medium | string | `"Memory"` | Set the medium to "Memory" to mount a tmpfs (RAM-backed filesystem) instead of the storage medium that backs the node. |
+| persistence.temp.sizeLimit | string | `nil` | If the `SizeMemoryBackedVolumes` feature gate is enabled, you can specify a size for memory backed volumes. |
| persistence.varrun | object | See below | Create an emptyDir volume to share between all containers [[ref]]https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) |
| persistence.varrun.medium | string | `"Memory"` | Set the medium to "Memory" to mount a tmpfs (RAM-backed filesystem) instead of the storage medium that backs the node. |
| persistence.varrun.sizeLimit | string | `nil` | If the `SizeMemoryBackedVolumes` feature gate is enabled, you can specify a size for memory backed volumes. |
diff --git a/docs/apps/common/helm-values.md b/docs/apps/common/helm-values.md
index ad45354b3e8..79050ae0505 100644
--- a/docs/apps/common/helm-values.md
+++ b/docs/apps/common/helm-values.md
@@ -132,6 +132,9 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
| persistence.shared | object | See below | Create an emptyDir volume to share between all containers [[ref]]https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) |
| persistence.shared.medium | string | `nil` | Set the medium to "Memory" to mount a tmpfs (RAM-backed filesystem) instead of the storage medium that backs the node. |
| persistence.shared.sizeLimit | string | `nil` | If the `SizeMemoryBackedVolumes` feature gate is enabled, you can specify a size for memory backed volumes. |
+| persistence.temp | object | See below | Create an emptyDir volume to share between all containers for temporary storage |
+| persistence.temp.medium | string | `"Memory"` | Set the medium to "Memory" to mount a tmpfs (RAM-backed filesystem) instead of the storage medium that backs the node. |
+| persistence.temp.sizeLimit | string | `nil` | If the `SizeMemoryBackedVolumes` feature gate is enabled, you can specify a size for memory backed volumes. |
| persistence.varrun | object | See below | Create an emptyDir volume to share between all containers [[ref]]https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) |
| persistence.varrun.medium | string | `"Memory"` | Set the medium to "Memory" to mount a tmpfs (RAM-backed filesystem) instead of the storage medium that backs the node. |
| persistence.varrun.sizeLimit | string | `nil` | If the `SizeMemoryBackedVolumes` feature gate is enabled, you can specify a size for memory backed volumes. |
diff --git a/docs/index.yaml b/docs/index.yaml
index 22877b8dab5..9a37c2fc988 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -18509,6 +18509,27 @@ entries:
- https://github.com/truecharts/apps/releases/download/collabora-online-3.1.5/collabora-online-3.1.5.tgz
version: 3.1.5
common:
+ - apiVersion: v2
+ appVersion: latest
+ created: "2021-10-04T12:05:48.660941522Z"
+ description: Function library for TrueCharts
+ digest: aa5066275cdbd3a65c48afcfbe1c214804eeb47ba66a288e520c58a3b36cef10
+ home: https://github.com/truecharts/apps/tree/master/charts/common
+ icon: https://avatars.githubusercontent.com/u/76400755
+ keywords:
+ - truecharts
+ - library-chart
+ - common
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: common
+ type: library
+ urls:
+ - https://github.com/truecharts/apps/releases/download/common-8.2.1/common-8.2.1.tgz
+ version: 8.2.1
- apiVersion: v2
appVersion: latest
created: "2021-10-04T10:34:06.856505932Z"
@@ -195804,4 +195825,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
version: 3.1.5
-generated: "2021-10-04T10:34:06.918976334Z"
+generated: "2021-10-04T12:05:48.716391406Z"