Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-10-05 02:48:42 +00:00
parent bb55b73e02
commit 56978ee14e
11 changed files with 1918 additions and 0 deletions

View File

@ -0,0 +1,26 @@
**Important:**
*for the complete changelog, please refer to the website*
## [protonmail-bridge-11.0.3](https://github.com/truecharts/charts/compare/protonmail-bridge-11.0.2...protonmail-bridge-11.0.3) (2023-10-05)
### Chore
- update container image tccr.io/truecharts/protonmail-bridge to v3.5.1 ([#13261](https://github.com/truecharts/charts/issues/13261))
## [protonmail-bridge-11.0.2](https://github.com/truecharts/charts/compare/protonmail-bridge-11.0.1...protonmail-bridge-11.0.2) (2023-09-28)
### Chore
- update container image tccr.io/truecharts/protonmail-bridge to v3.4.2 ([#13036](https://github.com/truecharts/charts/issues/13036))
## [protonmail-bridge-11.0.1](https://github.com/truecharts/charts/compare/protonmail-bridge-11.0.0...protonmail-bridge-11.0.1) (2023-08-29)

View File

@ -0,0 +1,27 @@
apiVersion: v2
appVersion: "3.5.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.3
description: ProtonMail IMAP/SMTP Bridge to work on the network.
home: https://truecharts.org/charts/stable/protonmail-bridge
icon: https://truecharts.org/img/hotlink-ok/chart-icons/protonmail-bridge.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/truecharts/charts/tree/master/charts/stable/protonmail-bridge
- https://github.com/shenxn/protonmail-bridge-docker
version: 11.0.3
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,9 @@
## [protonmail-bridge-11.0.3](https://github.com/truecharts/charts/compare/protonmail-bridge-11.0.2...protonmail-bridge-11.0.3) (2023-10-05)
### Chore
- update container image tccr.io/truecharts/protonmail-bridge to v3.5.1 ([#13261](https://github.com/truecharts/charts/issues/13261))

View File

@ -0,0 +1,8 @@
ProtonMail IMAP/SMTP Bridge to work on the network.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/protonmail-bridge](https://truecharts.org/charts/stable/protonmail-bridge)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -0,0 +1,61 @@
image:
repository: tccr.io/truecharts/protonmail-bridge
tag: v3.5.1@sha256:0f8385542c881f43b72e898432a7b95cb1ea630a8c4da2273811c44fc75aed17
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
enabled: false
ports:
main:
enabled: false
smtp:
enabled: true
primary: true
ports:
smtp:
enabled: true
primary: true
port: 25
protocol: tcp
targetPort: 25
imap:
enabled: true
ports:
imap:
enabled: true
port: 143
protcol: tcp
targetPort: 143
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
port: "{{ .Values.service.smtp.ports.smtp.targetPort }}"
readiness:
type: tcp
port: "{{ .Values.service.smtp.ports.smtp.targetPort }}"
startup:
type: tcp
port: "{{ .Values.service.smtp.ports.smtp.targetPort }}"
persistence:
config:
enabled: true
mountPath: "/root"
portal:
open:
enabled: false

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}