diff --git a/charts/library/common/CHANGELOG.md b/charts/library/common/CHANGELOG.md index 596223866ab..f7ce8cd5b31 100644 --- a/charts/library/common/CHANGELOG.md +++ b/charts/library/common/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [common-8.5.0](https://github.com/truecharts/apps/compare/common-8.4.0...common-8.5.0) (2021-11-06) + +#### Feat + +* introduce simplePVC and simplyHP aliasses for persistence types ([#1286](https://github.com/truecharts/apps/issues/1286)) + + + ### [common-8.4.0](https://github.com/truecharts/apps/compare/common-8.3.19...common-8.4.0) (2021-11-06) diff --git a/charts/library/common/helm-values.md b/charts/library/common/helm-values.md index ce19bedd702..4bb9fe391c8 100644 --- a/charts/library/common/helm-values.md +++ b/charts/library/common/helm-values.md @@ -121,10 +121,10 @@ This chart is used by a lot of our Apps to provide sane defaults and logic. | persistence.config.mountPath | string | `nil` | Where to mount the volume in the main container. Defaults to `/`, setting to '-' creates the volume but disables the volumeMount. | | persistence.config.nameOverride | string | `nil` | Override the name suffix that is used for this volume. | | persistence.config.readOnly | bool | `false` | Specify if the volume should be mounted read-only. | -| persistence.config.size | string | `"1Gi"` | The amount of storage that is requested for the persistent volume. | +| persistence.config.size | string | `"999Gi"` | The amount of storage that is requested for the persistent volume. | | persistence.config.storageClass | string | `nil` | Storage Class for the config volume. If set to `-`, dynamic provisioning is disabled. If set to `SCALE-ZFS`, the default provisioner for TrueNAS SCALE is used. If set to something else, the given storageClass is used. If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. | | persistence.config.subPath | string | `nil` | Used in conjunction with `existingClaim`. Specifies a sub-path inside the referenced volume instead of its root | -| persistence.config.type | string | `"pvc"` | Sets the persistence type Valid options are pvc, emptyDir, hostPath or custom | +| persistence.config.type | string | `"pvc"` | Sets the persistence type Valid options are: simplePVC, simpleHP, pvc, emptyDir, hostPath or custom | | persistence.custom-mount | object | See below | Example of a custom mount | | persistence.custom-mount.mountPath | string | `nil` | Where to mount the volume in the main container. Defaults to `/`, setting to '-' creates the volume but disables the volumeMount. | | persistence.custom-mount.readOnly | bool | `false` | Specify if the volume should be mounted read-only. | diff --git a/docs/apps/common/helm-values.md b/docs/apps/common/helm-values.md index ce19bedd702..4bb9fe391c8 100644 --- a/docs/apps/common/helm-values.md +++ b/docs/apps/common/helm-values.md @@ -121,10 +121,10 @@ This chart is used by a lot of our Apps to provide sane defaults and logic. | persistence.config.mountPath | string | `nil` | Where to mount the volume in the main container. Defaults to `/`, setting to '-' creates the volume but disables the volumeMount. | | persistence.config.nameOverride | string | `nil` | Override the name suffix that is used for this volume. | | persistence.config.readOnly | bool | `false` | Specify if the volume should be mounted read-only. | -| persistence.config.size | string | `"1Gi"` | The amount of storage that is requested for the persistent volume. | +| persistence.config.size | string | `"999Gi"` | The amount of storage that is requested for the persistent volume. | | persistence.config.storageClass | string | `nil` | Storage Class for the config volume. If set to `-`, dynamic provisioning is disabled. If set to `SCALE-ZFS`, the default provisioner for TrueNAS SCALE is used. If set to something else, the given storageClass is used. If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. | | persistence.config.subPath | string | `nil` | Used in conjunction with `existingClaim`. Specifies a sub-path inside the referenced volume instead of its root | -| persistence.config.type | string | `"pvc"` | Sets the persistence type Valid options are pvc, emptyDir, hostPath or custom | +| persistence.config.type | string | `"pvc"` | Sets the persistence type Valid options are: simplePVC, simpleHP, pvc, emptyDir, hostPath or custom | | persistence.custom-mount | object | See below | Example of a custom mount | | persistence.custom-mount.mountPath | string | `nil` | Where to mount the volume in the main container. Defaults to `/`, setting to '-' creates the volume but disables the volumeMount. | | persistence.custom-mount.readOnly | bool | `false` | Specify if the volume should be mounted read-only. | diff --git a/docs/index.yaml b/docs/index.yaml index a2e8bb9af00..bddd62bdff8 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -23334,6 +23334,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-11-06T15:43:51.251846933Z" + description: Function library for TrueCharts + digest: dd29a7de80578e738a2ba4bf88d8787a81115ed1d7721a7b4f6ecf51a451d53f + 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.5.0/common-8.5.0.tgz + version: 8.5.0 - apiVersion: v2 appVersion: latest created: "2021-11-06T10:33:25.754556162Z" @@ -241968,4 +241989,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-11-06T12:30:43.598167352Z" +generated: "2021-11-06T15:43:51.343814698Z"