Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
|
||||
<a name="phpldapadmin-2.0.1"></a>
|
||||
### [phpldapadmin-2.0.1](https://github.com/truecharts/apps/compare/phpldapadmin-1.8.15...phpldapadmin-2.0.1) (2021-09-13)
|
||||
|
||||
#### Chore
|
||||
|
||||
* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958))
|
||||
* update non-major ([#962](https://github.com/truecharts/apps/issues/962))
|
||||
|
||||
#### Feat
|
||||
|
||||
* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977))
|
||||
* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973))
|
||||
* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963))
|
||||
* Move some common containers to our own containers
|
||||
|
||||
#### Fix
|
||||
|
||||
* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956))
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 7.0.12
|
||||
digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0
|
||||
generated: "2021-09-13T17:00:20.512058193Z"
|
||||
Binary file not shown.
8
stable/phpldapadmin/2.0.2/CHANGELOG.md
Normal file
8
stable/phpldapadmin/2.0.2/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
<a name="phpldapadmin-2.0.2"></a>
|
||||
### [phpldapadmin-2.0.2](https://github.com/truecharts/apps/compare/phpldapadmin-2.0.1...phpldapadmin-2.0.2) (2021-09-21)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
|
||||
|
||||
6
stable/phpldapadmin/2.0.2/Chart.lock
Normal file
6
stable/phpldapadmin/2.0.2/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 7.0.14
|
||||
digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917
|
||||
generated: "2021-09-21T10:10:45.868392729Z"
|
||||
@@ -3,7 +3,7 @@ appVersion: "0.9.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 7.0.12
|
||||
version: 7.0.14
|
||||
deprecated: false
|
||||
description: Web-based LDAP browser to manage your LDAP server
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/phpldapadmin
|
||||
@@ -24,4 +24,4 @@ name: phpldapadmin
|
||||
sources:
|
||||
- https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog
|
||||
type: application
|
||||
version: 2.0.1
|
||||
version: 2.0.2
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.12 |
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
BIN
stable/phpldapadmin/2.0.2/charts/common-7.0.14.tgz
Normal file
BIN
stable/phpldapadmin/2.0.2/charts/common-7.0.14.tgz
Normal file
Binary file not shown.
@@ -1229,12 +1229,8 @@ questions:
|
||||
show_if: [["type", "=", "openvpn"]]
|
||||
attrs:
|
||||
- variable: auth
|
||||
label: "auth"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: authSecret
|
||||
label: "authSecret"
|
||||
label: "authentication credentials"
|
||||
description: "authentication credentials, seperated by ; example: username;password"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
Reference in New Issue
Block a user