From d16bf8221f0dd4e8acfea45b4276d278f1298ad0 Mon Sep 17 00:00:00 2001 From: bugclerk <40872210+bugclerk@users.noreply.github.com> Date: Tue, 3 Oct 2023 06:50:51 -0300 Subject: [PATCH] Upgraded catalog item(s) (#1599) * Upgraded catalog item(s) This commit upgrades immich, autobrr catalog item(s). * Remove deprecated variables, https://github.com/immich-app/immich/pull/4222 --------- Co-authored-by: sonicaj Co-authored-by: Stavros kois --- library/ix-dev/community/autobrr/Chart.yaml | 4 ++-- library/ix-dev/community/autobrr/values.yaml | 2 +- library/ix-dev/community/immich/Chart.yaml | 4 ++-- .../ix-dev/community/immich/questions.yaml | 22 ------------------- .../immich/templates/_configuration.tpl | 4 ---- library/ix-dev/community/immich/values.yaml | 10 ++++----- 6 files changed, 9 insertions(+), 37 deletions(-) diff --git a/library/ix-dev/community/autobrr/Chart.yaml b/library/ix-dev/community/autobrr/Chart.yaml index aa16982bfa..e06058ff76 100644 --- a/library/ix-dev/community/autobrr/Chart.yaml +++ b/library/ix-dev/community/autobrr/Chart.yaml @@ -3,9 +3,9 @@ description: Autobrr is the modern download automation tool for torrents and use annotations: title: Autobrr type: application -version: 1.0.6 +version: 1.0.7 apiVersion: v2 -appVersion: 1.30.0 +appVersion: 1.31.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/autobrr/values.yaml b/library/ix-dev/community/autobrr/values.yaml index 8812f11c92..f488b14493 100644 --- a/library/ix-dev/community/autobrr/values.yaml +++ b/library/ix-dev/community/autobrr/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/autobrr/autobrr pullPolicy: IfNotPresent - tag: v1.30.0 + tag: v1.31.0 resources: limits: diff --git a/library/ix-dev/community/immich/Chart.yaml b/library/ix-dev/community/immich/Chart.yaml index 44cf361a5d..233ea36864 100644 --- a/library/ix-dev/community/immich/Chart.yaml +++ b/library/ix-dev/community/immich/Chart.yaml @@ -3,9 +3,9 @@ description: Immich annotations: title: Immich type: application -version: 1.0.23 +version: 1.0.24 apiVersion: v2 -appVersion: 1.79.1 +appVersion: 1.80.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/immich/questions.yaml b/library/ix-dev/community/immich/questions.yaml index 2621b5229b..a8035bb981 100644 --- a/library/ix-dev/community/immich/questions.yaml +++ b/library/ix-dev/community/immich/questions.yaml @@ -35,28 +35,6 @@ questions: schema: type: dict attrs: - - variable: disableReverseGeocoding - label: Disable Reverse Geocoding - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: reverseGeocodingPrecision - label: Reverse Geocoding Precision - description: | - The precision of the reverse geocoding. The higher the number, the more precise the reverse geocoding will be.
- This ranges from 0-3 with 3 being the most precise
- - 3 - Cities > 500 population: ~200MB RAM
- - 2 - Cities > 1000 population: ~150MB RAM
- - 1 - Cities > 5000 population: ~80MB RAM
- - 0 - Cities > 15000 population: ~40MB RAM - schema: - type: int - default: 3 - min: 0 - max: 3 - required: true - variable: publicLoginMessage label: Public Login Message description: | diff --git a/library/ix-dev/community/immich/templates/_configuration.tpl b/library/ix-dev/community/immich/templates/_configuration.tpl index 70071dbb6a..8dac89603e 100644 --- a/library/ix-dev/community/immich/templates/_configuration.tpl +++ b/library/ix-dev/community/immich/templates/_configuration.tpl @@ -95,10 +95,6 @@ configmap: LOG_LEVEL: log NODE_ENV: production MICROSERVICES_PORT: {{ .Values.immichNetwork.microservicesPort | quote }} - DISABLE_REVERSE_GEOCODING: {{ .Values.immichConfig.disableReverseGeocoding | quote }} - {{- if not .Values.immichConfig.disableReverseGeocoding }} - REVERSE_GEOCODING_PRECISION: {{ .Values.immichConfig.reverseGeocodingPrecision | quote }} - {{- end }} REVERSE_GEOCODING_DUMP_DIRECTORY: /microcache web-config: diff --git a/library/ix-dev/community/immich/values.yaml b/library/ix-dev/community/immich/values.yaml index 4894b40b35..d63389c809 100644 --- a/library/ix-dev/community/immich/values.yaml +++ b/library/ix-dev/community/immich/values.yaml @@ -1,22 +1,22 @@ image: repository: altran1502/immich-server pullPolicy: IfNotPresent - tag: v1.79.1 + tag: v1.80.0 webImage: repository: altran1502/immich-web pullPolicy: IfNotPresent - tag: v1.79.1 + tag: v1.80.0 proxyImage: repository: altran1502/immich-proxy pullPolicy: IfNotPresent - tag: v1.79.1 + tag: v1.80.0 mlImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.79.1 + tag: v1.80.0 typesenseImage: repository: typesense/typesense @@ -29,8 +29,6 @@ resources: memory: 8Gi immichConfig: - disableReverseGeocoding: false - reverseGeocodingPrecision: 3 publicLoginMessage: '' enableML: true enableTypesense: true