chore(apps): Sync questions and values env's (#2916)

* chore(apps): Sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* remove disabled ingress from values

* remove required: false from questions

* whoops

* some cleanup

* more cleanup

* clean

* commented

* some fixes
This commit is contained in:
Stavros Kois
2022-06-17 10:24:54 +02:00
committed by GitHub
parent 7d5d05b7ca
commit ff2a5dae0d
227 changed files with 669 additions and 1024 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ name: librephotos
sources:
- https://github.com/LibrePhotos/librephotos
- https://hub.docker.com/r/reallibrephotos/librephotos
version: 4.0.4
version: 4.0.5
annotations:
truecharts.org/catagories: |
- media
+35 -34
View File
@@ -74,40 +74,6 @@ questions:
- value: "OnDelete"
description: "(Legacy) OnDelete: ignore .spec.template changes"
# Include{controllerExpert}
# Docker specific env
- variable: env
group: "Container Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: SKIP_PATTERNS
label: "SKIP_PATTERNS"
description: "Comma delimited list of patterns to ignore"
schema:
type: string
default: ""
- variable: WEB_CONCURRENCY
label: "WEB_CONCURRENCY"
description: "Number of workers, which take care of the request to the api. This setting can dramatically affect the ram usage."
schema:
type: int
required: true
default: 2
- variable: HEAVYWEIGHT_PROCESS
label: "HEAVYWEIGHT_PROCESS"
description: "Number of workers, when scanning pictures. This setting can dramatically affect the ram usage"
schema:
type: int
required: true
default: 1
- variable: DEBUG
label: "DEBUG"
description: "Enable Debug"
schema:
type: boolean
default: false
- variable: secretEnv
group: "Container Configuration"
@@ -144,6 +110,41 @@ questions:
type: string
default: ""
- variable: env
group: "Container Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: SKIP_PATTERNS
label: "SKIP_PATTERNS"
description: "Comma delimited list of patterns to ignore"
schema:
type: string
default: ""
- variable: WEB_CONCURRENCY
label: "WEB_CONCURRENCY"
description: "Number of workers, which take care of the request to the api. This setting can dramatically affect the ram usage."
schema:
type: int
required: true
default: 2
- variable: HEAVYWEIGHT_PROCESS
label: "HEAVYWEIGHT_PROCESS"
description: "Number of workers, when scanning pictures. This setting can dramatically affect the ram usage"
schema:
type: int
required: true
default: 1
- variable: DEBUG
label: "DEBUG"
description: "Enable Debug"
schema:
type: boolean
default: false
# Include{containerConfig}
- variable: service
+1 -1
View File
@@ -95,7 +95,7 @@ env:
WEB_CONCURRENCY: 2
SKIP_PATTERNS: ""
HEAVYWEIGHT_PROCESS: 1
DEBUG: 0
DEBUG: false
DB_PASS:
secretKeyRef:
name: dbcreds