Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,16 @@
|
|||||||
# Changelog<br>
|
# 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>
|
<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)
|
### [openldap-4.0.10](https://github.com/truecharts/apps/compare/openldap-4.0.9...openldap-4.0.10) (2021-11-10)
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://truecharts.org | common | 8.5.4 |
|
| https://truecharts.org | common | 8.5.5 |
|
||||||
|
|
||||||
## Installing the Chart
|
## Installing the Chart
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,16 @@
|
|||||||
# Changelog<br>
|
# 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>
|
<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)
|
### [openldap-4.0.10](https://github.com/truecharts/apps/compare/openldap-4.0.9...openldap-4.0.10) (2021-11-10)
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://truecharts.org | common | 8.5.4 |
|
| https://truecharts.org | common | 8.5.5 |
|
||||||
|
|
||||||
## Installing the Chart
|
## Installing the Chart
|
||||||
|
|
||||||
|
|||||||
+35
-1
@@ -144489,6 +144489,40 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/openkm-0.0.1/openkm-0.0.1.tgz
|
- https://github.com/truecharts/apps/releases/download/openkm-0.0.1/openkm-0.0.1.tgz
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
openldap:
|
openldap:
|
||||||
|
- annotations:
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- cloud
|
||||||
|
truecharts.org/grade: U
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 1.5.0
|
||||||
|
created: "2021-11-10T23:33:45.251183356Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org
|
||||||
|
version: 8.5.5
|
||||||
|
description: Community developed LDAP software
|
||||||
|
digest: 80597ed0904da7f31674c97157f1feab5a89ea78ca5c4732e00b256743336b42
|
||||||
|
home: https://www.openldap.org
|
||||||
|
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/Database-openldap.svg/640px-Database-openldap.svg.png
|
||||||
|
keywords:
|
||||||
|
- ldap
|
||||||
|
- openldap
|
||||||
|
- iam-stack
|
||||||
|
- high availability
|
||||||
|
kubeVersion: '>=1.16.0-0'
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: truecharts.org
|
||||||
|
name: openldap
|
||||||
|
sources:
|
||||||
|
- https://github.com/jp-gouin/helm-openldap
|
||||||
|
- https://github.com/osixia/docker-openldap
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- https://github.com/truecharts/apps/releases/download/openldap-4.0.11/openldap-4.0.11.tgz
|
||||||
|
version: 4.0.11
|
||||||
- annotations:
|
- annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
@@ -244291,4 +244325,4 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
||||||
version: 3.1.5
|
version: 3.1.5
|
||||||
generated: "2021-11-10T23:18:51.121005922Z"
|
generated: "2021-11-10T23:33:45.329943407Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user