diff --git a/charts/library/common/CHANGELOG.md b/charts/library/common/CHANGELOG.md index 0c4817ba126..7d9a3ae92a5 100644 --- a/charts/library/common/CHANGELOG.md +++ b/charts/library/common/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [common-8.3.9](https://github.com/truecharts/apps/compare/common-8.3.8...common-8.3.9) (2021-10-15) + +#### Chore + +* add varlog storage and streamline db urls again + + + ### [common-8.3.8](https://github.com/truecharts/apps/compare/common-8.3.7...common-8.3.8) (2021-10-15) diff --git a/charts/library/common/app-changelog.md b/charts/library/common/app-changelog.md index 142c30f1867..5d3bd03538f 100644 --- a/charts/library/common/app-changelog.md +++ b/charts/library/common/app-changelog.md @@ -1,3 +1,7 @@ - -### [common-8.3.8](https://github.com/truecharts/apps/compare/common-8.3.7...common-8.3.8) (2021-10-15) + +### [common-8.3.9](https://github.com/truecharts/apps/compare/common-8.3.8...common-8.3.9) (2021-10-15) + +#### Chore + +* add varlog storage and streamline db urls again diff --git a/charts/library/common/helm-values.md b/charts/library/common/helm-values.md index c50a5b8f321..3bc8b0bfbc3 100644 --- a/charts/library/common/helm-values.md +++ b/charts/library/common/helm-values.md @@ -139,6 +139,9 @@ This chart is used by a lot of our Apps to provide sane defaults and logic. | 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.varlogs | object | See below | Create an emptyDir volume to share between all containers [[ref]]https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) | +| persistence.varlogs.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.varlogs.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 c50a5b8f321..3bc8b0bfbc3 100644 --- a/docs/apps/common/helm-values.md +++ b/docs/apps/common/helm-values.md @@ -139,6 +139,9 @@ This chart is used by a lot of our Apps to provide sane defaults and logic. | 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.varlogs | object | See below | Create an emptyDir volume to share between all containers [[ref]]https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) | +| persistence.varlogs.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.varlogs.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 e17b8ae6c61..f2a136c427a 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -19962,6 +19962,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-15T16:41:21.152849586Z" + description: Function library for TrueCharts + digest: 8508ea6b51c7693fd9d3448ad7e5b233bf097312c571cae63458af319b0781ad + 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.3.9/common-8.3.9.tgz + version: 8.3.9 - apiVersion: v2 appVersion: latest created: "2021-10-15T15:25:47.830672098Z" @@ -210004,4 +210025,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-15T15:57:16.435615038Z" +generated: "2021-10-15T16:41:21.213411341Z"