Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-01-11 18:34:47 +00:00
parent 0e82d65fda
commit 9271f8b329
4454 changed files with 438359 additions and 407796 deletions

View File

@@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.10.2
digest: sha256:7ded42c1a558931bd6b9e4b585e7f1a6c96709256b3ec39317be9049c07bf96e
generated: "2022-01-04T20:33:34.142868059Z"

View File

@@ -1,6 +1,15 @@
# Changelog<br>
<a name="phpldapadmin-4.0.30"></a>
### [phpldapadmin-4.0.30](https://github.com/truecharts/apps/compare/phpldapadmin-4.0.29...phpldapadmin-4.0.30) (2022-01-11)
#### Chore
* update helm general non-major helm releases ([#1693](https://github.com/truecharts/apps/issues/1693))
<a name="phpldapadmin-4.0.29"></a>
### [phpldapadmin-4.0.29](https://github.com/truecharts/apps/compare/phpldapadmin-4.0.28...phpldapadmin-4.0.29) (2022-01-04)
@@ -88,12 +97,3 @@
### [phpldapadmin-4.0.20](https://github.com/truecharts/apps/compare/phpldapadmin-4.0.19...phpldapadmin-4.0.20) (2021-12-11)
#### Chore
* update non-major docker ([#1507](https://github.com/truecharts/apps/issues/1507))
<a name="phpldapadmin-4.0.19"></a>
### [phpldapadmin-4.0.19](https://github.com/truecharts/apps/compare/phpldapadmin-4.0.18...phpldapadmin-4.0.19) (2021-12-07)
#### Chore

View File

@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.10.6
digest: sha256:047f6a869b6f4f66b8c440be00bc5e27de8f25332ec427cdf19ac76a465e9bc9
generated: "2022-01-11T18:14:47.8470227Z"

View File

@@ -3,7 +3,7 @@ appVersion: "0.9.0"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.10.2
version: 8.10.6
deprecated: false
description: Web-based LDAP browser to manage your LDAP server
home: https://github.com/truecharts/apps/tree/master/charts/stable/phpldapadmin
@@ -21,7 +21,7 @@ name: phpldapadmin
sources:
- https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog
type: application
version: 4.0.29
version: 4.0.30
annotations:
truecharts.org/catagories: |
- management

View File

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

Binary file not shown.

View File

@@ -1205,29 +1205,33 @@ questions:
attrs:
- variable: cpu
label: "CPU"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/indepth/validation/"
schema:
type: string
default: "4000m"
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: "Memory RAM"
label: "RAM"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/indepth/validation/"
schema:
type: string
default: "8Gi"
valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- variable: requests
label: "Advanced Request minimum resources required"
label: "Minimum Resources Required (request)"
schema:
type: dict
attrs:
- variable: cpu
label: "CPU"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/indepth/validation/"
schema:
type: string
default: "10m"
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: "Memory RAM"
label: "RAM"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/indepth/validation/"
schema:
type: string
default: "50Mi"

File diff suppressed because one or more lines are too long