Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
7dad50473c
commit
d1c0794cfb
|
@ -2,7 +2,7 @@ annotations:
|
|||
max_scale_version: 24.04.0
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: productivity
|
||||
truecharts.org/category: metrics
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: incubator
|
||||
|
@ -10,7 +10,7 @@ apiVersion: v2
|
|||
appVersion: 0.17.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 18.0.3
|
||||
version: 18.0.4
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -74,7 +74,7 @@ workload:
|
|||
MAIL_PORT: 465
|
||||
MAIL_USERNAME: ""
|
||||
MAIL_PASSWORD: ""
|
||||
MAIL_ENCRYPTION: ""
|
||||
MAIL_ENCRYPTION: "SSL"
|
||||
MAIL_FROM_ADDRESS: ""
|
||||
MAIL_FROM_NAME: "Speedtest Tracker"
|
||||
TELEGRAM_BOT_TOKEN: ""
|
||||
|
|
|
@ -134,7 +134,7 @@ questions:
|
|||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: MAIL_MAILER
|
||||
label: Server Memory
|
||||
label: Protocol
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
|
@ -165,20 +165,22 @@ questions:
|
|||
private: true
|
||||
default: ""
|
||||
- variable: MAIL_ENCRYPTION
|
||||
label: Mail Server Port
|
||||
label: Encryption
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
default: "SSL"
|
||||
- variable: MAIL_FROM_ADDRESS
|
||||
label: Sender Address
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: MAIL_FROM_NAME
|
||||
label: Sender Name
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "Speedtest Tracker"
|
||||
- variable: envList
|
||||
label: Extra Environment Variables
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.png
|
||||
categories:
|
||||
- productivity
|
||||
- metrics
|
||||
screenshots: []
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue