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 <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
This commit is contained in:
bugclerk
2023-10-03 06:50:51 -03:00
committed by GitHub
parent 29dea77f30
commit d16bf8221f
6 changed files with 9 additions and 37 deletions

View File

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

View File

@@ -1,7 +1,7 @@
image:
repository: ghcr.io/autobrr/autobrr
pullPolicy: IfNotPresent
tag: v1.30.0
tag: v1.31.0
resources:
limits:

View File

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

View File

@@ -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.</br>
This ranges from 0-3 with 3 being the most precise</br>
- 3 - Cities > 500 population: ~200MB RAM</br>
- 2 - Cities > 1000 population: ~150MB RAM</br>
- 1 - Cities > 5000 population: ~80MB RAM</br>
- 0 - Cities > 15000 population: ~40MB RAM
schema:
type: int
default: 3
min: 0
max: 3
required: true
- variable: publicLoginMessage
label: Public Login Message
description: |

View File

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

View File

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