Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d6c977db7d
commit
5a3cc32e74
|
@ -124,7 +124,7 @@ questions:
|
|||
type: string
|
||||
required: true
|
||||
default: "firstname"
|
||||
valid_chars: ^([^<>]{2})([^<>]*)$
|
||||
valid_chars: ^([^<>]{2})([^<>]*)$
|
||||
- variable: SPOTWEB_LASTNAME
|
||||
label: "Admin last name"
|
||||
description: "Last name of the admin user."
|
||||
|
@ -132,7 +132,7 @@ questions:
|
|||
type: string
|
||||
required: true
|
||||
default: "lastname"
|
||||
valid_chars: ^([^<>]{2})([^<>]*)$
|
||||
valid_chars: ^([^<>]{2})([^<>]*)$
|
||||
- variable: SPOTWEB_MAIL
|
||||
label: "Admin mail adres"
|
||||
description: "Email adres to configure for the provided admin user."
|
||||
|
|
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="fireflyiii-13.1.11"></a>
|
||||
### [fireflyiii-13.1.11](https://github.com/truecharts/apps/compare/fireflyiii-13.1.10...fireflyiii-13.1.11) (2022-01-07)
|
||||
|
||||
#### Fix
|
||||
|
||||
* internal links use targetPort ([#1658](https://github.com/truecharts/apps/issues/1658))
|
||||
|
||||
|
||||
|
||||
<a name="fireflyiii-13.1.10"></a>
|
||||
### [fireflyiii-13.1.10](https://github.com/truecharts/apps/compare/fireflyiii-13.1.9...fireflyiii-13.1.10) (2022-01-04)
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3,7 +3,7 @@
|
|||
## Admin Username
|
||||
|
||||
Usernames for an administrator in spotweb have some restrictions.
|
||||
|
||||
|
||||
* Following words are not allowed:
|
||||
* god
|
||||
* mod
|
||||
|
@ -23,7 +23,7 @@ Usernames for an administrator in spotweb have some restrictions.
|
|||
## Admin Firstname and Lastname
|
||||
|
||||
The firstname and lastname in spotweb have some restrictions.
|
||||
|
||||
|
||||
* Following characters are not allowed:
|
||||
* <
|
||||
* \>
|
||||
|
@ -34,7 +34,7 @@ The firstname and lastname in spotweb have some restrictions.
|
|||
## Admin Email
|
||||
|
||||
The email addres is validated in spotweb using the built-in `_FILTER_VALIDATE_EMAIL`.
|
||||
|
||||
|
||||
* Regex used to validate the email (you can try live [here](https://regex101.com/r/yEmCoL/1)):
|
||||
```^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$```
|
||||
|
||||
|
|
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="fireflyiii-13.1.11"></a>
|
||||
### [fireflyiii-13.1.11](https://github.com/truecharts/apps/compare/fireflyiii-13.1.10...fireflyiii-13.1.11) (2022-01-07)
|
||||
|
||||
#### Fix
|
||||
|
||||
* internal links use targetPort ([#1658](https://github.com/truecharts/apps/issues/1658))
|
||||
|
||||
|
||||
|
||||
<a name="fireflyiii-13.1.10"></a>
|
||||
### [fireflyiii-13.1.10](https://github.com/truecharts/apps/compare/fireflyiii-13.1.9...fireflyiii-13.1.10) (2022-01-04)
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -9125,6 +9125,45 @@ entries:
|
|||
- https://github.com/truecharts/apps/releases/download/filezilla-2.0.21/filezilla-2.0.21.tgz
|
||||
version: 2.0.21
|
||||
fireflyiii:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- finacial
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 5.6.5
|
||||
created: "2022-01-07T18:34:13.655951618Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.10.2
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 6.0.43
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://truecharts.org
|
||||
version: 1.0.48
|
||||
description: A free and open source personal finance manager
|
||||
digest: bd3eda5926cb008ba7ad289cc27ed0346df98a6c6c09f262941af406d6e4164e
|
||||
home: https://github.com/firefly-iii/firefly-iii/
|
||||
icon: https://truecharts.org/_static/img/appicons/fireflyiii-icon.png
|
||||
keywords:
|
||||
- fireflyiii
|
||||
- finacial
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: fireflyiii
|
||||
sources:
|
||||
- https://github.com/firefly-iii/firefly-iii/
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/fireflyiii-13.1.11/fireflyiii-13.1.11.tgz
|
||||
version: 13.1.11
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
|
@ -44273,4 +44312,4 @@ entries:
|
|||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
||||
version: 9.0.24
|
||||
generated: "2022-01-04T20:49:25.712843488Z"
|
||||
generated: "2022-01-07T18:34:13.65856721Z"
|
||||
|
|
Loading…
Reference in New Issue