Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-10 23:33:51 +00:00
parent 325e80834d
commit d7273959d6
15 changed files with 22 additions and 22 deletions

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.4
digest: sha256:5bb2d31930ed6ceb6a350de804cbd9b297888a3f6b7b3aa0aaabe8a8d0ed8861
generated: "2021-11-10T16:16:36.428947773Z"

View File

@ -1,6 +1,16 @@
# Changelog<br>
<a name="openldap-4.0.11"></a>
### [openldap-4.0.11](https://github.com/truecharts/apps/compare/openldap-4.0.10...openldap-4.0.11) (2021-11-10)
#### Fix
* Allow spaces in paths ([#1306](https://github.com/truecharts/apps/issues/1306))
* bump common to fix volumeclaim error
<a name="openldap-4.0.10"></a>
### [openldap-4.0.10](https://github.com/truecharts/apps/compare/openldap-4.0.9...openldap-4.0.10) (2021-11-10)
@ -87,13 +97,3 @@
<a name="openldap-4.0.1"></a>
### [openldap-4.0.1](https://github.com/truecharts/apps/compare/openldap-4.0.0...openldap-4.0.1) (2021-10-26)
#### Chore
* update helm chart common to v8.3.15 ([#1240](https://github.com/truecharts/apps/issues/1240))
<a name="openldap-4.0.0"></a>
### [openldap-4.0.0](https://github.com/truecharts/apps/compare/openldap-3.0.16...openldap-4.0.0) (2021-10-25)

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.5
digest: sha256:4586c1cd53b9f9576fcb5e9abbe34ba5c1cc870a93774874d0ebc82ca1abd225
generated: "2021-11-10T23:31:27.526283708Z"

View File

@ -3,7 +3,7 @@ appVersion: "1.5.0"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.4
version: 8.5.5
deprecated: false
description: Community developed LDAP software
home: https://www.openldap.org
@ -23,7 +23,7 @@ sources:
- https://github.com/jp-gouin/helm-openldap
- https://github.com/osixia/docker-openldap
type: application
version: 4.0.10
version: 4.0.11
annotations:
truecharts.org/catagories: |
- cloud

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.5.4 |
| https://truecharts.org | common | 8.5.5 |
## Installing the Chart

Binary file not shown.

View File

@ -859,7 +859,7 @@ questions:
type: string
default: "/var/lib/ldap/"
hidden: true
valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$'
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- variable: medium
label: "EmptyDir Medium"
schema:
@ -1027,7 +1027,7 @@ questions:
type: string
default: "/etc/ldap/slapd.d/"
hidden: true
valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$'
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- variable: medium
label: "EmptyDir Medium"
schema:
@ -1213,7 +1213,7 @@ questions:
type: string
default: ""
required: true
valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$'
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- variable: medium
label: "EmptyDir Medium"
schema: