Incubator testing (#15844)

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
Kjeld Schouten
2023-12-12 16:54:42 +01:00
committed by GitHub
parent 8b1a76f3ec
commit 1dd63997c4
882 changed files with 2437 additions and 3521 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: poste
version: 3.0.0
version: 3.0.1
appVersion: latest
description:
"FREE version of Poste.io, full mail server solution. POP3, SMTP, IMAP,
@@ -27,7 +27,7 @@ keywords:
- Network-Messenger
dependencies:
- name: common
version: 16.0.0
version: 16.2.6
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
+12 -11
View File
@@ -7,7 +7,8 @@ persistence:
enabled: true
mountPath: /data
portal:
enabled: true
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
@@ -21,7 +22,7 @@ service:
containerhttps:
enabled: true
port: 443
protocol: TCP
protocol: tcp
targetPort: 443
containerimaps:
enabled: true
@@ -29,7 +30,7 @@ service:
containerimaps:
enabled: true
port: 993
protocol: TCP
protocol: tcp
targetPort: 993
containermsa:
enabled: true
@@ -37,7 +38,7 @@ service:
containermsa:
enabled: true
port: 587
protocol: TCP
protocol: tcp
targetPort: 587
containerpop3s:
enabled: true
@@ -45,7 +46,7 @@ service:
containerpop3s:
enabled: true
port: 995
protocol: TCP
protocol: tcp
targetPort: 995
containersmtps:
enabled: true
@@ -53,7 +54,7 @@ service:
containersmtps:
enabled: true
port: 465
protocol: TCP
protocol: tcp
targetPort: 465
externalsievef:
enabled: true
@@ -61,7 +62,7 @@ service:
externalsievef:
enabled: true
port: 4190
protocol: TCP
protocol: tcp
targetPort: 4190
imap:
enabled: true
@@ -69,13 +70,13 @@ service:
imap:
enabled: true
port: 143
protocol: TCP
protocol: tcp
targetPort: 143
main:
ports:
main:
port: 8280
protocol: HTTP
protocol: http
targetPort: 80
pop3port:
enabled: true
@@ -83,7 +84,7 @@ service:
pop3port:
enabled: true
port: 110
protocol: TCP
protocol: tcp
targetPort: 110
port25:
enabled: true
@@ -91,5 +92,5 @@ service:
port25:
enabled: true
port: 25
protocol: TCP
protocol: tcp
targetPort: 25