diff --git a/charts/stable/protonmail-bridge/CHANGELOG.md b/charts/stable/protonmail-bridge/CHANGELOG.md index 6cdeada1b6a..c5f51d2fd1f 100644 --- a/charts/stable/protonmail-bridge/CHANGELOG.md +++ b/charts/stable/protonmail-bridge/CHANGELOG.md @@ -1,3 +1,22 @@ +# Changelog
+ + + +### [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)) ## [protonmail-bridge-1.9.15](https://github.com/truecharts/apps/compare/protonmail-bridge-1.9.14...protonmail-bridge-1.9.15) (2021-09-08) diff --git a/charts/stable/protonmail-bridge/Chart.yaml b/charts/stable/protonmail-bridge/Chart.yaml index 2f4b373f4f9..43f76b29611 100644 --- a/charts/stable/protonmail-bridge/Chart.yaml +++ b/charts/stable/protonmail-bridge/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: auto +appVersion: 1.8.7-1 dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/protonmail-bridge/SCALE/CHANGELOG.md b/charts/stable/protonmail-bridge/SCALE/CHANGELOG.md index 6cdeada1b6a..36e4d78639d 100644 --- a/charts/stable/protonmail-bridge/SCALE/CHANGELOG.md +++ b/charts/stable/protonmail-bridge/SCALE/CHANGELOG.md @@ -1,7 +1,17 @@ - -## [protonmail-bridge-1.9.15](https://github.com/truecharts/apps/compare/protonmail-bridge-1.9.14...protonmail-bridge-1.9.15) (2021-09-08) + +### [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)) diff --git a/charts/stable/protonmail-bridge/helm-values.md b/charts/stable/protonmail-bridge/helm-values.md index 80a12dede34..19c27aa3f73 100644 --- a/charts/stable/protonmail-bridge/helm-values.md +++ b/charts/stable/protonmail-bridge/helm-values.md @@ -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 diff --git a/docs/apps/stable/protonmail-bridge/CHANGELOG.md b/docs/apps/stable/protonmail-bridge/CHANGELOG.md index 6cdeada1b6a..c5f51d2fd1f 100644 --- a/docs/apps/stable/protonmail-bridge/CHANGELOG.md +++ b/docs/apps/stable/protonmail-bridge/CHANGELOG.md @@ -1,3 +1,22 @@ +# Changelog
+ + + +### [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)) ## [protonmail-bridge-1.9.15](https://github.com/truecharts/apps/compare/protonmail-bridge-1.9.14...protonmail-bridge-1.9.15) (2021-09-08) diff --git a/docs/apps/stable/protonmail-bridge/helm-values.md b/docs/apps/stable/protonmail-bridge/helm-values.md index 80a12dede34..19c27aa3f73 100644 --- a/docs/apps/stable/protonmail-bridge/helm-values.md +++ b/docs/apps/stable/protonmail-bridge/helm-values.md @@ -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 diff --git a/docs/index.yaml b/docs/index.yaml index 3b13c7ce9bb..1920332d289 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -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"