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 @@
## [phpldapadmin-9.0.10](https://github.com/truecharts/charts/compare/phpldapadmin-9.0.9...phpldapadmin-9.0.10) (2023-05-16)
### Chore
- update helm general non-major ([#8979](https://github.com/truecharts/charts/issues/8979))

View File

@@ -4,6 +4,15 @@
## [phpldapadmin-9.0.11](https://github.com/truecharts/charts/compare/phpldapadmin-9.0.10...phpldapadmin-9.0.11) (2023-05-22)
### Feat
- Add Global Pod Options ([#9007](https://github.com/truecharts/charts/issues/9007))
## [phpldapadmin-9.0.10](https://github.com/truecharts/charts/compare/phpldapadmin-9.0.9...phpldapadmin-9.0.10) (2023-05-16)
### Chore
@@ -88,12 +97,3 @@
## [phpldapadmin-9.0.1](https://github.com/truecharts/charts/compare/phpldapadmin-9.0.0...phpldapadmin-9.0.1) (2023-04-14)
## [phpldapadmin-9.0.0](https://github.com/truecharts/charts/compare/phpldapadmin-8.0.9...phpldapadmin-9.0.0) (2023-04-14)
### Chore
- BREAKING CHANGE migrate to new common part 2 ([#7992](https://github.com/truecharts/charts/issues/7992))

View File

@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/phpldapadmin
- https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog
type: application
version: 9.0.10
version: 9.0.11
annotations:
truecharts.org/catagories: |
- management

View File

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

View File

@@ -178,6 +178,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)
@@ -243,13 +311,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