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) |
|
||||
|
||||
@@ -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) |
|
||||
|
||||
@@ -16775,6 +16775,30 @@ 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-09-12T20:32:21.239783606Z"
|
||||
description: Function library for TrueCharts
|
||||
digest: 3a95a6e62d663ff56ea0ae54ce41092d345709c0ca9519946d67ae2afd5d9125
|
||||
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
|
||||
- email: kjeld@schouten-lebbing.nl
|
||||
name: Ornias1993
|
||||
url: truecharts.org
|
||||
name: common
|
||||
type: library
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/common-7.0.10/common-7.0.10.tgz
|
||||
version: 7.0.10
|
||||
- apiVersion: v2
|
||||
appVersion: latest
|
||||
created: "2021-09-12T20:12:55.157450111Z"
|
||||
@@ -179458,4 +179482,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-09-12T20:20:25.668343974Z"
|
||||
generated: "2021-09-12T20:32:21.298256512Z"
|
||||
|
||||
Reference in New Issue
Block a user