Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-09-13 17:07:54 +00:00
parent 2349bb4d40
commit e9944183a2
756 changed files with 9305 additions and 1096 deletions
+21
View File
@@ -1,3 +1,24 @@
# Changelog<br>
<a name="owncloud-ocis-2.0.1"></a>
### [owncloud-ocis-2.0.1](https://github.com/truecharts/apps/compare/owncloud-ocis-1.9.15...owncloud-ocis-2.0.1) (2021-09-13)
#### Chore
* move most remaining Apps to GHCR mirror ([#959](https://github.com/truecharts/apps/issues/959))
* update non-major ([#962](https://github.com/truecharts/apps/issues/962))
#### Feat
* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977))
* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973))
* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963))
* Move some common containers to our own containers
#### Fix
* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956))
<a name="owncloud-ocis-1.9.15"></a>
## [owncloud-ocis-1.9.15](https://github.com/truecharts/apps/compare/owncloud-ocis-1.9.14...owncloud-ocis-1.9.15) (2021-09-08)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.11.0
appVersion: "1.11.0"
dependencies:
- name: common
repository: https://truecharts.org
+1 -1
View File
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 6.13.8 |
| https://truecharts.org | common | 7.0.12 |
## Installing the Chart
+16 -4
View File
@@ -1,7 +1,19 @@
<a name="owncloud-ocis-1.9.15"></a>
## [owncloud-ocis-1.9.15](https://github.com/truecharts/apps/compare/owncloud-ocis-1.9.14...owncloud-ocis-1.9.15) (2021-09-08)
<a name="owncloud-ocis-2.0.1"></a>
### [owncloud-ocis-2.0.1](https://github.com/truecharts/apps/compare/owncloud-ocis-1.9.15...owncloud-ocis-2.0.1) (2021-09-13)
### Fix
#### Chore
* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922))
* move most remaining Apps to GHCR mirror ([#959](https://github.com/truecharts/apps/issues/959))
* update non-major ([#962](https://github.com/truecharts/apps/issues/962))
#### Feat
* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977))
* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973))
* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963))
* Move some common containers to our own containers
#### Fix
* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956))
+11 -2
View File
@@ -14,9 +14,18 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | See below | environment variables. See more environment variables in the [owncloud-ocis documentation](https://owncloud.dev/ocis/configuration/#environment-variables). |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"owncloud/ocis"` | image repository |
| image.tag | string | `"1.11.0"` | image tag |
| image.repository | string | `"ghcr.io/truecharts/ocis"` | image repository |
| image.tag | string | `"v1.11.0@sha256:57d2a986f62f502767df90c096151ed44ea74d1a6b88a9bac7cdd3b686bed86a"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.fsGroup | int | `568` | |
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `568` | |
| podSecurityContext.runAsUser | int | `568` | |
| podSecurityContext.supplementalGroups | list | `[]` | |
| securityContext.allowPrivilegeEscalation | bool | `true` | |
| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project