Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-10-09 00:26:32 +00:00
parent 5056fbe457
commit 164a96ca6c
11 changed files with 19 additions and 19 deletions

View File

@ -2,6 +2,16 @@
## [joplin-server-8.1.1](https://github.com/truecharts/charts/compare/joplin-server-8.1.0...joplin-server-8.1.1) (2022-10-09)
### Chore
- Auto-update chart README [skip ci]
- fix show-if's ([#4037](https://github.com/truecharts/charts/issues/4037))
## [joplin-server-8.1.0](https://github.com/truecharts/charts/compare/joplin-server-8.0.42...joplin-server-8.1.0) (2022-10-08)
### Chore
@ -87,13 +97,3 @@
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [joplin-server-8.0.37](https://github.com/truecharts/charts/compare/joplin-server-8.0.36...joplin-server-8.0.37) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]

View File

@ -6,4 +6,4 @@ dependencies:
repository: https://charts.truecharts.org/
version: 8.0.95
digest: sha256:ce775551232ada9c9ad72d405aa8c2358b9bdd5e17ec19836a5ea1dde0c2af44
generated: "2022-10-08T22:09:07.326377739Z"
generated: "2022-10-09T00:24:42.782201868Z"

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "2.7.4"
description: This server allows you to sync any Joplin client
name: joplin-server
version: 8.1.0
version: 8.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- joplin

View File

@ -190,35 +190,35 @@ questions:
label: Mailer Host
description: Sets the MAILER_HOST env var, eg smtp.example.com
schema:
show_if: [["MAILER_ENABLED", "=", "1"]]
show_if: [["MAILER_ENABLED", "=", 1]]
type: string
default: ""
- variable: MAILER_PORT
label: Mailer Port
description: Sets the MAILER_PORT env var, eg SMTP PORT 465
schema:
show_if: [["MAILER_ENABLED", "=", "1"]]
show_if: [["MAILER_ENABLED", "=", 1]]
type: int
default: 465
- variable: MAILER_SECURE
label: Mailer Secure
description: Sets the MAILER_SECURE env var, HTTPS for the smtp
schema:
show_if: [["MAILER_ENABLED", "=", "1"]]
show_if: [["MAILER_ENABLED", "=", 1]]
type: boolean
default: true
- variable: MAILER_AUTH_USER
label: Mailer Auth User
description: Sets the MAILER_AUTH_USER env var, username for Email server
schema:
show_if: [["MAILER_ENABLED", "=", "1"]]
show_if: [["MAILER_ENABLED", "=", 1]]
type: string
default: ""
- variable: MAILER_AUTH_PASSWORD
label: Mailer Auth Password
description: Sets the MAILER_AUTH_PASSWORD env var, password for Email server
schema:
show_if: [["MAILER_ENABLED", "=", "1"]]
show_if: [["MAILER_ENABLED", "=", 1]]
type: string
private: true
default: ""
@ -226,14 +226,14 @@ questions:
label: Mailer No Reply Name
description: Sets the MAILER_NOREPLY_NAME env var, No Reply email name
schema:
show_if: [["MAILER_ENABLED", "=", "1"]]
show_if: [["MAILER_ENABLED", "=", 1]]
type: string
default: ""
- variable: MAILER_NOREPLY_EMAIL
label: Mailer No Reply Email
description: Sets the MAILER_NOREPLY_EMAIL env var, No Reply default email
schema:
show_if: [["MAILER_ENABLED", "=", "1"]]
show_if: [["MAILER_ENABLED", "=", 1]]
type: string
default: ""
- variable: TZ