Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b832ea9c80
commit
7480349ecf
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="common-8.5.0"></a>
|
||||
### [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))
|
||||
|
||||
|
||||
|
||||
<a name="common-8.4.0"></a>
|
||||
### [common-8.4.0](https://github.com/truecharts/apps/compare/common-8.3.19...common-8.4.0) (2021-11-06)
|
||||
|
||||
|
|
|
@ -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 `/<name_of_the_volume>`, 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 `/<name_of_the_volume>`, setting to '-' creates the volume but disables the volumeMount. |
|
||||
| persistence.custom-mount.readOnly | bool | `false` | Specify if the volume should be mounted read-only. |
|
||||
|
|
|
@ -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 `/<name_of_the_volume>`, 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 `/<name_of_the_volume>`, setting to '-' creates the volume but disables the volumeMount. |
|
||||
| persistence.custom-mount.readOnly | bool | `false` | Specify if the volume should be mounted read-only. |
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue