chore(immich): remove deprecated options
This commit is contained in:
@@ -22,7 +22,7 @@ name: immich
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/immich
|
- https://github.com/truecharts/charts/tree/master/charts/stable/immich
|
||||||
- https://github.com/immich-app/immich
|
- https://github.com/immich-app/immich
|
||||||
version: 8.1.18
|
version: 8.1.19
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -26,18 +26,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: disable_reverse_geocoding
|
|
||||||
label: Disable Reverse Geocoding
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
- variable: reverse_geocoding_precision
|
|
||||||
label: Reverse Geocoding Precision
|
|
||||||
description: Reverse geocoding is done locally which has a small impact on memory usage. (Valid options 0 - 3)
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
show_if: [["disable_reverse_geocoding", "=", false]]
|
|
||||||
default: 3
|
|
||||||
- variable: log_level
|
- variable: log_level
|
||||||
label: Log Level
|
label: Log Level
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -27,8 +27,6 @@ configmap:
|
|||||||
enabled: true
|
enabled: true
|
||||||
data:
|
data:
|
||||||
MICROSERVICES_PORT: {{ .Values.service.microservices.ports.microservices.port | quote }}
|
MICROSERVICES_PORT: {{ .Values.service.microservices.ports.microservices.port | quote }}
|
||||||
DISABLE_REVERSE_GEOCODING: {{ .Values.immich.disable_reverse_geocoding | quote }}
|
|
||||||
REVERSE_GEOCODING_PRECISION: {{ .Values.immich.reverse_geocoding_precision | quote }}
|
|
||||||
REVERSE_GEOCODING_DUMP_DIRECTORY: {{ .Values.persistence.microcache.targetSelector.microservices.microservices.mountPath }}
|
REVERSE_GEOCODING_DUMP_DIRECTORY: {{ .Values.persistence.microcache.targetSelector.microservices.microservices.mountPath }}
|
||||||
|
|
||||||
{{- if .Values.immich.enable_ml }}
|
{{- if .Values.immich.enable_ml }}
|
||||||
|
|||||||
@@ -30,8 +30,6 @@ immich:
|
|||||||
enable_ml: true
|
enable_ml: true
|
||||||
enable_typesense: true
|
enable_typesense: true
|
||||||
public_login_page_message: Immich
|
public_login_page_message: Immich
|
||||||
disable_reverse_geocoding: false
|
|
||||||
reverse_geocoding_precision: 3
|
|
||||||
log_level: log
|
log_level: log
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
|||||||
Reference in New Issue
Block a user