Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-10-04 17:03:59 +00:00
parent 8a426af082
commit 316802b894
12 changed files with 1932 additions and 0 deletions

View File

@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [smtp-relay-0.0.1]smtp-relay-0.0.1 (2023-10-04)

View File

@ -0,0 +1,29 @@
apiVersion: v2
appVersion: "0.5.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.1
deprecated: false
description: A SMTP service for relaying emails.
home: https://truecharts.org/charts/stable/smtp-relay
icon: https://truecharts.org/img/hotlink-ok/chart-icons/smtp-relay.png
keywords:
- smtp-relay
- smtp
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: smtp-relay
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/smtp-relay
- https://github.com/ix-ai/smtp
- https://ghcr.io/ix-ai/smtp
type: application
version: 0.0.1
annotations:
truecharts.org/catagories: |
- smtp
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1 @@
# README

View File

@ -0,0 +1,4 @@
## [smtp-relay-0.0.1]smtp-relay-0.0.1 (2023-10-04)

View File

@ -0,0 +1,8 @@
A SMTP service for relaying emails.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/smtp-relay](https://truecharts.org/charts/incubator/smtp-relay)
---
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!

Binary file not shown.

View File

@ -0,0 +1,57 @@
image:
repository: tccr.io/truecharts/smtp-relay
pullPolicy: IfNotPresent
tag: v0.5.1@sha256:205cd0d120ab96071e599451664398a8e209c80b0b6c2944ca7ad4f463c0bd93
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
port: 25
smtprelay:
networks:
- 172.16.0.0/16
domains: []
generic:
address: ""
port: 587
user: ""
pass: ""
aliases: []
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp
env:
PORT: "{{ .Values.service.main.ports.main.port }}"
RELAY_NETWORKS: '{{ join " : " .Values.smtprelay.networks }}'
RELAY_DOMAINS: '{{ join " : " .Values.smtprelay.domains }}'
DISABLE_IPV6: true
# # Generic SMTP Relay
SMARTHOST_ADDRESS: "{{ .Values.smtprelay.generic.address }}"
SMARTHOST_PORT: "{{ .Values.smtprelay.generic.port }}"
SMARTHOST_USER: "{{ .Values.smtprelay.generic.user }}"
SMARTHOST_PASSWORD: "{{ .Values.smtprelay.generic.pass }}"
SMARTHOST_ALIASES: '{{ join " : " .Values.smtprelay.generic.aliases }}'
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" . }}

View File

View File

@ -0,0 +1,5 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/smtp-relay.png
categories:
- smtp
screenshots: []