Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
0e7ecdef1b
commit
ee7e8e0888
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [lldap-1.1.12](https://github.com/truecharts/charts/compare/lldap-1.1.11...lldap-1.1.12) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [lldap-1.1.13](https://github.com/truecharts/charts/compare/lldap-1.1.12...lldap-1.1.13) (2023-06-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- missing additional_attrs ([#9572](https://github.com/truecharts/charts/issues/9572))
|
||||
|
||||
|
||||
|
||||
|
||||
## [lldap-1.1.12](https://github.com/truecharts/charts/compare/lldap-1.1.11...lldap-1.1.12) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [lldap-1.1.3](https://github.com/truecharts/charts/compare/lldap-1.1.2...lldap-1.1.3) (2023-05-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8979](https://github.com/truecharts/charts/issues/8979))
|
||||
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/lldap
|
||||
- https://github.com/nitnelave/lldap
|
||||
type: application
|
||||
version: 1.1.12
|
||||
version: 1.1.13
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- ldap
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [lldap-1.1.13](https://github.com/truecharts/charts/compare/lldap-1.1.12...lldap-1.1.13) (2023-06-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- missing additional_attrs ([#9572](https://github.com/truecharts/charts/issues/9572))
|
||||
|
||||
|
|
@ -574,6 +574,7 @@ questions:
|
|||
label: "App Config Storage"
|
||||
description: "Stores the Application Configuration."
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: type
|
||||
|
@ -738,6 +739,7 @@ questions:
|
|||
- variable: main
|
||||
label: "Main Ingress"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: enabled
|
Loading…
Reference in New Issue