Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="protonmail-bridge-1.9.16"></a>
|
||||
### [protonmail-bridge-1.9.16](https://github.com/truecharts/apps/compare/protonmail-bridge-1.9.15...protonmail-bridge-1.9.16) (2021-09-12)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#962](https://github.com/truecharts/apps/issues/962))
|
||||
|
||||
#### Feat
|
||||
|
||||
* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963))
|
||||
* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935))
|
||||
|
||||
#### Fix
|
||||
|
||||
* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956))
|
||||
* move runAsNonRoot to container securityContext to allow root sidecarts ([#954](https://github.com/truecharts/apps/issues/954))
|
||||
|
||||
<a name="protonmail-bridge-1.9.15"></a>
|
||||
## [protonmail-bridge-1.9.15](https://github.com/truecharts/apps/compare/protonmail-bridge-1.9.14...protonmail-bridge-1.9.15) (2021-09-08)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: auto
|
||||
appVersion: 1.8.7-1
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
|
||||
@@ -1,7 +1,17 @@
|
||||
|
||||
<a name="protonmail-bridge-1.9.15"></a>
|
||||
## [protonmail-bridge-1.9.15](https://github.com/truecharts/apps/compare/protonmail-bridge-1.9.14...protonmail-bridge-1.9.15) (2021-09-08)
|
||||
<a name="protonmail-bridge-1.9.16"></a>
|
||||
### [protonmail-bridge-1.9.16](https://github.com/truecharts/apps/compare/protonmail-bridge-1.9.15...protonmail-bridge-1.9.16) (2021-09-12)
|
||||
|
||||
### 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
|
||||
|
||||
* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963))
|
||||
* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935))
|
||||
|
||||
#### Fix
|
||||
|
||||
* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956))
|
||||
* move runAsNonRoot to container securityContext to allow root sidecarts ([#954](https://github.com/truecharts/apps/issues/954))
|
||||
|
||||
@@ -15,8 +15,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 | `"shenxn/protonmail-bridge"` | image repository |
|
||||
| image.tag | string | `"1.8.7-1"` | image tag |
|
||||
| image.tag | string | `"1.8.7-1@sha256:acf31af7c111e6558f3a93bebada2b0bb8af3dcc72929bd6ae3907e65bee3ca4"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.fsGroup | int | `0` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| podSecurityContext.supplementalGroups | list | `[]` | |
|
||||
| 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
|
||||
|
||||
@@ -1,3 +1,22 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="protonmail-bridge-1.9.16"></a>
|
||||
### [protonmail-bridge-1.9.16](https://github.com/truecharts/apps/compare/protonmail-bridge-1.9.15...protonmail-bridge-1.9.16) (2021-09-12)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#962](https://github.com/truecharts/apps/issues/962))
|
||||
|
||||
#### Feat
|
||||
|
||||
* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963))
|
||||
* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935))
|
||||
|
||||
#### Fix
|
||||
|
||||
* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956))
|
||||
* move runAsNonRoot to container securityContext to allow root sidecarts ([#954](https://github.com/truecharts/apps/issues/954))
|
||||
|
||||
<a name="protonmail-bridge-1.9.15"></a>
|
||||
## [protonmail-bridge-1.9.15](https://github.com/truecharts/apps/compare/protonmail-bridge-1.9.14...protonmail-bridge-1.9.15) (2021-09-08)
|
||||
|
||||
@@ -15,8 +15,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 | `"shenxn/protonmail-bridge"` | image repository |
|
||||
| image.tag | string | `"1.8.7-1"` | image tag |
|
||||
| image.tag | string | `"1.8.7-1@sha256:acf31af7c111e6558f3a93bebada2b0bb8af3dcc72929bd6ae3907e65bee3ca4"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.fsGroup | int | `0` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| podSecurityContext.supplementalGroups | list | `[]` | |
|
||||
| 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
|
||||
|
||||
@@ -125435,6 +125435,32 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/pretend-youre-xyzzy-1.0.1/pretend-youre-xyzzy-1.0.1.tgz
|
||||
version: 1.0.1
|
||||
protonmail-bridge:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.8.7-1
|
||||
created: "2021-09-12T19:23:46.467597012Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 6.13.8
|
||||
description: Container for protonmail bridge to work on the network.
|
||||
digest: 41c21bd7eb871f1437f3e0079602f935657e0d5690096e516ed068b3fc05bf76
|
||||
home: https://github.com/truechartsapps/tree/master/charts/incubator/protonmail-bridge
|
||||
icon: https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/icon.iconset/icon_256x256.png
|
||||
keywords:
|
||||
- protonmail
|
||||
- protonmail-bridge
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: truecharts
|
||||
url: https://truecharts.org
|
||||
name: protonmail-bridge
|
||||
sources:
|
||||
- https://github.com/shenxn/protonmail-bridge-docker
|
||||
- https://hub.docker.com/r/shenxn/protonmail-bridge
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/protonmail-bridge-1.9.16/protonmail-bridge-1.9.16.tgz
|
||||
version: 1.9.16
|
||||
- apiVersion: v2
|
||||
appVersion: auto
|
||||
created: "2021-09-08T03:33:35.193923156Z"
|
||||
@@ -179264,4 +179290,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-12T18:42:54.46758014Z"
|
||||
generated: "2021-09-12T19:23:46.524919206Z"
|
||||
|
||||
Reference in New Issue
Block a user