mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 10:59:50 +08:00
Publish new changes in catalog
This commit is contained in:
@@ -3,7 +3,7 @@ description: Syncthing is a continuous file synchronization program.
|
||||
annotations:
|
||||
title: Syncthing
|
||||
type: application
|
||||
version: 2.0.1
|
||||
version: 2.0.2
|
||||
apiVersion: v2
|
||||
appVersion: 1.27.3
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
@@ -3,22 +3,25 @@ service:
|
||||
syncthing:
|
||||
enabled: true
|
||||
primary: true
|
||||
type: ClusterIP
|
||||
type: NodePort
|
||||
targetSelector: syncthing
|
||||
ports:
|
||||
webui:
|
||||
enabled: true
|
||||
primary: true
|
||||
port: {{ .Values.syncthingNetwork.webPort }}
|
||||
nodePort: {{ .Values.syncthingNetwork.webPort }}
|
||||
targetSelector: syncthing
|
||||
sync-tcp:
|
||||
enabled: true
|
||||
port: {{ .Values.syncthingNetwork.tcpPort }}
|
||||
nodePort: {{ .Values.syncthingNetwork.tcpPort }}
|
||||
targetPort: 22000
|
||||
targetSelector: syncthing
|
||||
sync-udp:
|
||||
enabled: true
|
||||
port: {{ .Values.syncthingNetwork.udpPort }}
|
||||
nodePort: {{ .Values.syncthingNetwork.udpPort }}
|
||||
targetPort: 22000
|
||||
protocol: udp
|
||||
targetSelector: syncthing
|
||||
@@ -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.10
|
||||
version: 3.0.11
|
||||
apiVersion: v2
|
||||
appVersion: 1.94.1
|
||||
appVersion: 1.95.1
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
@@ -1,27 +1,27 @@
|
||||
image:
|
||||
repository: altran1502/immich-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.94.1
|
||||
tag: v1.95.1
|
||||
|
||||
mlImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.94.1
|
||||
tag: v1.95.1
|
||||
|
||||
mlCudaImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.94.1-cuda
|
||||
tag: v1.95.1-cuda
|
||||
|
||||
mlOpenvinoImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.94.1-openvino
|
||||
tag: v1.95.1-openvino
|
||||
|
||||
pgvectorImage:
|
||||
repository: tensorchord/pgvecto-rs
|
||||
pullPolicy: IfNotPresent
|
||||
tag: pg15-v0.1.11
|
||||
tag: pg15-v0.2.0
|
||||
|
||||
resources:
|
||||
limits:
|
||||
Reference in New Issue
Block a user