Publish new changes in catalog

This commit is contained in:
sonicaj
2024-02-22 08:18:44 +00:00
parent 1f66d01717
commit 25b0d10854
45 changed files with 12 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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