Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="nullserv-2.0.1"></a>
|
||||
### [nullserv-2.0.1](https://github.com/truecharts/apps/compare/nullserv-1.9.15...nullserv-2.0.1) (2021-09-13)
|
||||
|
||||
#### Chore
|
||||
|
||||
* 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="nullserv-1.9.15"></a>
|
||||
## [nullserv-1.9.15](https://github.com/truecharts/apps/compare/nullserv-1.9.14...nullserv-1.9.15) (2021-09-08)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: 1.3.0
|
||||
appVersion: "1.3.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
|
||||
@@ -17,7 +17,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
|
||||
|
||||
|
||||
@@ -1,7 +1,18 @@
|
||||
|
||||
<a name="nullserv-1.9.15"></a>
|
||||
## [nullserv-1.9.15](https://github.com/truecharts/apps/compare/nullserv-1.9.14...nullserv-1.9.15) (2021-09-08)
|
||||
<a name="nullserv-2.0.1"></a>
|
||||
### [nullserv-2.0.1](https://github.com/truecharts/apps/compare/nullserv-1.9.15...nullserv-2.0.1) (2021-09-13)
|
||||
|
||||
### Fix
|
||||
#### Chore
|
||||
|
||||
* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922))
|
||||
* 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))
|
||||
|
||||
@@ -16,8 +16,17 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"ghcr.io/k8s-at-home/nullserv"` | image repository |
|
||||
| image.tag | string | `"v1.3.0"` | image tag |
|
||||
| image.tag | string | `"v1.3.0@sha256:0792c7e6d814bf292455da3f40aa5d56c465f2b5024e786ac3bf3dc3b16cc757"` | image tag |
|
||||
| podSecurityContext.fsGroup | int | `0` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| podSecurityContext.supplementalGroups | list | `[]` | |
|
||||
| probes | object | See values.yaml | Configures the probes for the main Pod. |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
Reference in New Issue
Block a user