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