mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
Publish new changes in catalog
This commit is contained in:
@@ -4,9 +4,9 @@ description: Emby is designed to help you manage your personal media library, su
|
||||
annotations:
|
||||
title: Emby Server
|
||||
type: application
|
||||
version: 2.0.6
|
||||
version: 2.0.7
|
||||
apiVersion: v2
|
||||
appVersion: 4.8.3.0
|
||||
appVersion: 4.8.4.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: emby/embyserver
|
||||
tag: 4.8.3.0
|
||||
tag: 4.8.4.0
|
||||
|
||||
resources:
|
||||
limits:
|
||||
@@ -3,9 +3,9 @@ description: Draw.io is a whiteboarding / diagramming software application.
|
||||
annotations:
|
||||
title: Draw.IO
|
||||
type: application
|
||||
version: 1.2.32
|
||||
version: 1.2.33
|
||||
apiVersion: v2
|
||||
appVersion: 24.2.5
|
||||
appVersion: 24.2.7
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: jgraph/drawio
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 24.2.5
|
||||
tag: 24.2.7
|
||||
|
||||
resources:
|
||||
limits:
|
||||
@@ -4,9 +4,9 @@ description: Immich is a self-hosted photo and video backup solution directly fr
|
||||
annotations:
|
||||
title: Immich
|
||||
type: application
|
||||
version: 3.0.19
|
||||
version: 3.0.20
|
||||
apiVersion: v2
|
||||
appVersion: 1.101.0
|
||||
appVersion: 1.102.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
@@ -1,22 +1,22 @@
|
||||
image:
|
||||
repository: altran1502/immich-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.101.0
|
||||
tag: v1.102.0
|
||||
|
||||
mlImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.101.0
|
||||
tag: v1.102.0
|
||||
|
||||
mlCudaImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.101.0-cuda
|
||||
tag: v1.102.0-cuda
|
||||
|
||||
mlOpenvinoImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.101.0-openvino
|
||||
tag: v1.102.0-openvino
|
||||
|
||||
pgvectorImage:
|
||||
repository: tensorchord/pgvecto-rs
|
||||
@@ -29,6 +29,9 @@ resources:
|
||||
memory: 8Gi
|
||||
|
||||
immichGPU: {}
|
||||
immichGPUContainers:
|
||||
microservices: true
|
||||
machinelearning: true
|
||||
|
||||
immichConfig:
|
||||
publicLoginMessage: ''
|
||||
@@ -836,3 +836,23 @@ questions:
|
||||
$ref:
|
||||
- "definitions/gpuConfiguration"
|
||||
attrs: []
|
||||
- variable: immichGPUContainers
|
||||
group: Resources Configuration
|
||||
label: GPU Containers
|
||||
description: Select which containers should use GPU.
|
||||
schema:
|
||||
type: dict
|
||||
# This will only hide it if there are no GPUs available
|
||||
# but will still show if there are 0 GPUs selected.
|
||||
show_if: [["immichGPU", "!=", {}]]
|
||||
attrs:
|
||||
- variable: microservices
|
||||
label: Enable GPU for Microservices
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: machinelearning
|
||||
label: Enable GPU for Machine Learning
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
+4
@@ -93,10 +93,14 @@ scaleGPU:
|
||||
- gpu:
|
||||
{{ $key }}: {{ $value }}
|
||||
targetSelector:
|
||||
{{- if $.Values.immichGPUContainers.microservices }}
|
||||
microservices:
|
||||
- microservices
|
||||
{{- end }}
|
||||
{{- if $.Values.immichGPUContainers.machinelearning }}
|
||||
machinelearning:
|
||||
- machinelearning
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
@@ -3,9 +3,9 @@ description: Secure remote access to shared resources
|
||||
annotations:
|
||||
title: Tailscale
|
||||
type: application
|
||||
version: 1.0.37
|
||||
version: 1.0.38
|
||||
apiVersion: v2
|
||||
appVersion: 1.64.1
|
||||
appVersion: 1.64.2
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tailscale/tailscale
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.64.1
|
||||
tag: v1.64.2
|
||||
|
||||
resources:
|
||||
limits:
|
||||
Reference in New Issue
Block a user