Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d89ae70c8c
commit
010af98f32
|
@ -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)
|
||||
|
||||
|
@ -92,8 +97,3 @@
|
|||
|
||||
- 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)
|
||||
|
|
@ -19,7 +19,7 @@ name: linkding
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/linkding
|
||||
- https://github.com/sissbruecker/linkding
|
||||
version: 6.0.0
|
||||
version: 6.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- bookmarks
|
|
@ -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)
|
||||
|
|
@ -52,6 +52,5 @@ workload:
|
|||
LD_REQUEST_TIMEOUT: 60
|
||||
LD_DISABLE_BACKGROUND_TASKS: false
|
||||
LD_DISABLE_URL_VALIDATION: false
|
||||
DJANGO_SUPERUSER_USERNAME: "superuser"
|
||||
DJANGO_SUPERUSER_EMAIL: "super@example.com"
|
||||
DJANGO_SUPERUSER_PASSWORD: "somesecret"
|
||||
LD_SUPERUSER_NAME: "superuser"
|
||||
LD_SUPERUSER_PASSWORD: "somesecret"
|
|
@ -116,19 +116,13 @@ questions:
|
|||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: DJANGO_SUPERUSER_USERNAME
|
||||
- variable: LD_SUPERUSER_NAME
|
||||
label: "Superuser Username (Initial install only)"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: DJANGO_SUPERUSER_EMAIL
|
||||
label: "Superuser Email (Initial install only)"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: DJANGO_SUPERUSER_PASSWORD
|
||||
- variable: LD_SUPERUSER_PASSWORD
|
||||
label: "Superuser Password (Initial install only)"
|
||||
schema:
|
||||
type: string
|
Loading…
Reference in New Issue