Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-08-12 08:26:07 +00:00
parent d89ae70c8c
commit 010af98f32
12 changed files with 14 additions and 17 deletions

View File

@ -4,6 +4,11 @@
## [linkding-6.0.1](https://github.com/truecharts/charts/compare/linkding-6.0.0...linkding-6.0.1) (2023-08-12)
## [linkding-6.0.0](https://github.com/truecharts/charts/compare/linkding-5.0.26...linkding-6.0.0) (2023-07-31) ## [linkding-6.0.0](https://github.com/truecharts/charts/compare/linkding-5.0.26...linkding-6.0.0) (2023-07-31)
@ -92,8 +97,3 @@
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203)) - hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [linkding-5.0.17](https://github.com/truecharts/charts/compare/linkding-5.0.16...linkding-5.0.17) (2023-05-27)

View File

@ -19,7 +19,7 @@ name: linkding
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/linkding - https://github.com/truecharts/charts/tree/master/charts/stable/linkding
- https://github.com/sissbruecker/linkding - https://github.com/sissbruecker/linkding
version: 6.0.0 version: 6.0.1
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- bookmarks - bookmarks

View File

@ -0,0 +1,4 @@
## [linkding-6.0.1](https://github.com/truecharts/charts/compare/linkding-6.0.0...linkding-6.0.1) (2023-08-12)

View File

@ -52,6 +52,5 @@ workload:
LD_REQUEST_TIMEOUT: 60 LD_REQUEST_TIMEOUT: 60
LD_DISABLE_BACKGROUND_TASKS: false LD_DISABLE_BACKGROUND_TASKS: false
LD_DISABLE_URL_VALIDATION: false LD_DISABLE_URL_VALIDATION: false
DJANGO_SUPERUSER_USERNAME: "superuser" LD_SUPERUSER_NAME: "superuser"
DJANGO_SUPERUSER_EMAIL: "super@example.com" LD_SUPERUSER_PASSWORD: "somesecret"
DJANGO_SUPERUSER_PASSWORD: "somesecret"

View File

@ -116,19 +116,13 @@ questions:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
- variable: DJANGO_SUPERUSER_USERNAME - variable: LD_SUPERUSER_NAME
label: "Superuser Username (Initial install only)" label: "Superuser Username (Initial install only)"
schema: schema:
type: string type: string
default: "" default: ""
required: true required: true
- variable: DJANGO_SUPERUSER_EMAIL - variable: LD_SUPERUSER_PASSWORD
label: "Superuser Email (Initial install only)"
schema:
type: string
default: ""
required: true
- variable: DJANGO_SUPERUSER_PASSWORD
label: "Superuser Password (Initial install only)" label: "Superuser Password (Initial install only)"
schema: schema:
type: string type: string