Publish new changes in catalog

This commit is contained in:
sonicaj
2024-02-09 11:39:07 +00:00
parent 2612f03266
commit 0580fe833e
25 changed files with 14 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ description: Immich is a self-hosted photo and video backup solution directly fr
annotations:
title: Immich
type: application
version: 3.0.8
version: 3.0.9
apiVersion: v2
appVersion: 1.94.1
kubeVersion: '>=1.16.0-0'

View File

@@ -86,4 +86,17 @@ configmap:
MACHINE_LEARNING_CACHE_FOLDER: /mlcache
TRANSFORMERS_CACHE: /mlcache
{{- end }}
{{- with .Values.immichGPU }}
scaleGPU:
{{- range $key, $value := . }}
- gpu:
{{ $key }}: {{ $value }}
targetSelector:
microservices:
- microservices
machinelearning:
- machinelearning
{{- end -}}
{{- end -}}
{{- end -}}

View File

@@ -45,15 +45,4 @@ workload:
{{- include "ix.v1.common.app.redisWait" (dict "name" "redis-wait"
"secretName" "redis-creds") | nindent 8 }}
{{- include "immich.wait.init" (dict "url" $url) | indent 8 }}
{{- with .Values.immichGPU }}
scaleGPU:
{{- range $key, $value := . }}
- gpu:
{{ $key }}: {{ $value }}
targetSelector:
microservices:
- microservices
{{- end -}}
{{- end -}}
{{- end -}}