chore(immich): remove deprecated options
This commit is contained in:
@@ -22,7 +22,7 @@ name: immich
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/immich
|
||||
- https://github.com/immich-app/immich
|
||||
version: 8.1.18
|
||||
version: 8.1.19
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -26,18 +26,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
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
|
||||
label: Log Level
|
||||
schema:
|
||||
|
||||
@@ -27,8 +27,6 @@ configmap:
|
||||
enabled: true
|
||||
data:
|
||||
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 }}
|
||||
|
||||
{{- if .Values.immich.enable_ml }}
|
||||
|
||||
@@ -30,8 +30,6 @@ immich:
|
||||
enable_ml: true
|
||||
enable_typesense: true
|
||||
public_login_page_message: Immich
|
||||
disable_reverse_geocoding: false
|
||||
reverse_geocoding_precision: 3
|
||||
log_level: log
|
||||
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user