Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-12-27 22:56:21 +00:00
parent 7d9f8f8a01
commit 0d076ca0be
11 changed files with 181 additions and 34 deletions

View File

@ -1,9 +0,0 @@
## [fmd2-wine-4.0.1](https://github.com/truecharts/charts/compare/fmd2-wine-4.0.0...fmd2-wine-4.0.1) (2023-12-26)
### Chore
- update helm general non-major by renovate ([#16545](https://github.com/truecharts/charts/issues/16545))

View File

@ -4,6 +4,15 @@
## [fmd2-wine-4.0.2](https://github.com/truecharts/charts/compare/fmd2-wine-4.0.1...fmd2-wine-4.0.2) (2023-12-27)
### Fix
- remove usmask ([#16569](https://github.com/truecharts/charts/issues/16569))
## [fmd2-wine-4.0.1](https://github.com/truecharts/charts/compare/fmd2-wine-4.0.0...fmd2-wine-4.0.1) (2023-12-26)
### Chore
@ -88,12 +97,3 @@
## [fmd2-wine-3.0.10](https://github.com/truecharts/charts/compare/fmd2-wine-3.0.9...fmd2-wine-3.0.10) (2023-12-21)
### Fix
- bump to release middleware fix
## [fmd2-wine-3.0.9](https://github.com/truecharts/charts/compare/fmd2-wine-3.0.8...fmd2-wine-3.0.9) (2023-12-21)
### Chore

View File

@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: fmd2-wine
version: 4.0.1
version: 4.0.2
appVersion: latest
description: "**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. "
home: https://truecharts.org/charts/incubator/fmd2-wine

View File

@ -0,0 +1,9 @@
## [fmd2-wine-4.0.2](https://github.com/truecharts/charts/compare/fmd2-wine-4.0.1...fmd2-wine-4.0.2) (2023-12-27)
### Fix
- remove usmask ([#16569](https://github.com/truecharts/charts/issues/16569))

View File

@ -33,9 +33,3 @@ service:
port: 6080
protocol: tcp
targetPort: 6080
workload:
main:
podSpec:
containers:
main:
env:

View File

@ -101,18 +101,171 @@ questions:
type: dict
attrs:
- variable: env
label: Image Environment
- variable: envList
label: Extra Environment Variables
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
schema:
additional_attrs: true
type: dict
attrs:
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
type: list
default: []
items:
- variable: envItem
label: Environment Variable
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
schema:
type: string
- variable: value
label: Value
schema:
type: string
- variable: extraArgs
label: Extra Args
schema:
type: list
default: []
items:
- variable: arg
label: Arg
schema:
type: string
default: "002"
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: command
label: Command
schema:
type: list
default: []
items:
- variable: param
label: Param
schema:
type: string
- variable: TZ
label: Timezone
group: "General Settings"
schema:
type: string
default: "Etc/UTC"
$ref:
- "definitions/timezone"
- variable: podOptions
group: "General Settings"
label: "Global Pod Options (Advanced)"
schema:
additional_attrs: true
type: dict
attrs:
- variable: expertPodOpts
label: "Expert - Pod Options"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: hostNetwork
label: "Host Networking"
schema:
type: boolean
default: false
- variable: dnsConfig
label: "DNS Configuration"
schema:
type: dict
additional_attrs: true
attrs:
- variable: options
label: "Options"
schema:
type: list
default: [{"name": "ndots", "value": "1"}]
items:
- variable: optionsEntry
label: "Option Entry"
schema:
type: dict
additional_attrs: true
attrs:
- variable: name
label: "Name"
schema:
type: string
required: true
- variable: value
label: "Value"
schema:
type: string
- variable: nameservers
label: "Nameservers"
schema:
type: list
default: []
items:
- variable: nsEntry
label: "Nameserver Entry"
schema:
type: string
required: true
- variable: searches
label: "Searches"
schema:
type: list
default: []
items:
- variable: searchEntry
label: "Search Entry"
schema:
type: string
required: true
- variable: imagePullSecretList
group: "General Settings"
label: "Image Pull Secrets"
schema:
type: list
default: []
items:
- variable: pullsecretentry
label: "Pull Secret"
schema:
type: dict
additional_attrs: true
attrs:
- variable: registry
label: "Registry"
schema:
type: string
required: true
default: "https://index.docker.io/v1/"
- variable: username
label: "Username"
schema:
type: string
required: true
default: ""
- variable: password
label: "Password"
schema:
type: string
required: true
default: ""
- variable: email
label: "Email"
schema:
type: string
required: true
default: ""
- variable: service
group: Networking and Services
label: Configure Service(s)