mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 05:39:24 +08:00
Publish new changes in catalog
This commit is contained in:
@@ -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'
|
||||
@@ -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 -}}
|
||||
@@ -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 -}}
|
||||
Reference in New Issue
Block a user