Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="common-7.0.10"></a>
|
||||
### [common-7.0.10](https://github.com/truecharts/apps/compare/common-7.0.9...common-7.0.10) (2021-09-12)
|
||||
|
||||
#### Fix
|
||||
|
||||
* completely remove unused volumes and correctly enable used volumes for VPN
|
||||
|
||||
|
||||
|
||||
<a name="common-7.0.9"></a>
|
||||
### [common-7.0.9](https://github.com/truecharts/apps/compare/common-7.0.7...common-7.0.9) (2021-09-12)
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
<a name="common-7.0.9"></a>
|
||||
### [common-7.0.9](https://github.com/truecharts/apps/compare/common-7.0.7...common-7.0.9) (2021-09-12)
|
||||
<a name="common-7.0.10"></a>
|
||||
### [common-7.0.10](https://github.com/truecharts/apps/compare/common-7.0.9...common-7.0.10) (2021-09-12)
|
||||
|
||||
#### Fix
|
||||
|
||||
* remove old configmap and secret references for VPN config/scripts
|
||||
* completely remove unused volumes and correctly enable used volumes for VPN
|
||||
|
||||
@@ -40,7 +40,6 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
||||
| addons.vpn.openvpn | object | See below | OpenVPN specific configuration |
|
||||
| addons.vpn.openvpn.auth | string | `nil` | Credentials to connect to the VPN Service (used with -a) |
|
||||
| addons.vpn.openvpn.authSecret | string | `nil` | Optionally specify an existing secret that contains the credentials. Credentials should be stored under the `VPN_AUTH` key |
|
||||
| addons.vpn.scripts | object | See values.yaml | Provide custom up/down scripts that can be used by the vpn configuration. |
|
||||
| addons.vpn.securityContext | object | See values.yaml | Set the VPN container specific securityContext |
|
||||
| addons.vpn.type | string | `"disabled"` | Specify the VPN type. Valid options are disabled, openvpn or wireguard |
|
||||
| affinity | object | `{}` | Defines affinity constraint rules. [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) |
|
||||
|
||||
Reference in New Issue
Block a user