Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-05-22 07:12:25 +00:00
parent e4420263bb
commit c31eb0a453
4259 changed files with 624887 additions and 497485 deletions

View File

@@ -1,9 +0,0 @@
## [sqlitebrowser-6.0.12](https://github.com/truecharts/charts/compare/sqlitebrowser-6.0.11...sqlitebrowser-6.0.12) (2023-05-16)
### Chore
- update helm general non-major ([#8979](https://github.com/truecharts/charts/issues/8979))

View File

@@ -4,6 +4,15 @@
## [sqlitebrowser-6.0.13](https://github.com/truecharts/charts/compare/sqlitebrowser-6.0.12...sqlitebrowser-6.0.13) (2023-05-22)
### Feat
- Add Global Pod Options ([#9007](https://github.com/truecharts/charts/issues/9007))
## [sqlitebrowser-6.0.12](https://github.com/truecharts/charts/compare/sqlitebrowser-6.0.11...sqlitebrowser-6.0.12) (2023-05-16)
### Chore
@@ -88,12 +97,3 @@
## [sqlitebrowser-6.0.3](https://github.com/truecharts/charts/compare/sqlitebrowser-6.0.2...sqlitebrowser-6.0.3) (2023-04-14)
## [sqlitebrowser-6.0.2](https://github.com/truecharts/charts/compare/sqlitebrowser-6.0.1...sqlitebrowser-6.0.2) (2023-04-12)
### Chore
- bump common on the 222 ([#7959](https://github.com/truecharts/charts/issues/7959))

View File

@@ -23,7 +23,7 @@ sources:
- https://github.com/linuxserver/docker-sqlitebrowser
- https://sqlitebrowser.org/
type: application
version: 6.0.12
version: 6.0.13
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,9 @@
## [sqlitebrowser-6.0.13](https://github.com/truecharts/charts/compare/sqlitebrowser-6.0.12...sqlitebrowser-6.0.13) (2023-05-22)
### Feat
- Add Global Pod Options ([#9007](https://github.com/truecharts/charts/issues/9007))

View File

@@ -160,6 +160,74 @@ questions:
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": "2"}]
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: service
group: Networking and Services
label: Configure Service(s)
@@ -225,13 +293,6 @@ questions:
default: false
show_subquestions_if: true
subquestions:
- variable: hostNetwork
group: Networking and Services
label: Host-Networking (Complicated)
schema:
hidden: true
type: boolean
default: false
- variable: scaleExternalInterface
description: Add External Interfaces
label: Add external Interfaces