Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-10-03 10:01:00 +00:00
parent 2873434df4
commit 47c6235b12
22 changed files with 19 additions and 35 deletions

View File

@ -1,9 +0,0 @@
## [immich-8.1.18](https://github.com/truecharts/charts/compare/immich-8.1.17...immich-8.1.18) (2023-10-03)
### Chore
- update immich to v1.80.0 (minor) ([#13198](https://github.com/truecharts/charts/issues/13198))

View File

@ -4,6 +4,15 @@
## [immich-8.1.19](https://github.com/truecharts/charts/compare/immich-8.1.18...immich-8.1.19) (2023-10-03)
### Chore
- remove deprecated options
## [immich-8.1.18](https://github.com/truecharts/charts/compare/immich-8.1.17...immich-8.1.18) (2023-10-03)
### Chore
@ -88,12 +97,3 @@
## [immich-8.0.9](https://github.com/truecharts/charts/compare/immich-8.0.8...immich-8.0.9) (2023-09-08)
### Chore
- update immich to v1.77.0 (minor) ([#12370](https://github.com/truecharts/charts/issues/12370))
## [immich-8.0.8](https://github.com/truecharts/charts/compare/immich-8.0.7...immich-8.0.8) (2023-09-04)

View File

@ -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

View File

@ -0,0 +1,9 @@
## [immich-8.1.19](https://github.com/truecharts/charts/compare/immich-8.1.18...immich-8.1.19) (2023-10-03)
### Chore
- remove deprecated options

View File

@ -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:

View File

@ -163,18 +163,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:

View File

@ -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 }}