mirror of
https://github.com/truenas/charts.git
synced 2026-04-10 22:28:53 +08:00
* Upgraded catalog item(s)
This commit upgrades plex, jellyseerr, recyclarr, immich, filebrowser, n8n catalog item(s).
* bump common
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
90 lines
1.8 KiB
YAML
90 lines
1.8 KiB
YAML
image:
|
|
repository: altran1502/immich-server
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.78.1
|
|
|
|
webImage:
|
|
repository: altran1502/immich-web
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.78.1
|
|
|
|
proxyImage:
|
|
repository: altran1502/immich-proxy
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.78.1
|
|
|
|
mlImage:
|
|
repository: altran1502/immich-machine-learning
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.78.1
|
|
|
|
typesenseImage:
|
|
repository: typesense/typesense
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.25.1
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
immichConfig:
|
|
disableReverseGeocoding: false
|
|
reverseGeocodingPrecision: 3
|
|
publicLoginMessage: ''
|
|
enableML: true
|
|
enableTypesense: true
|
|
|
|
immichNetwork:
|
|
webuiPort: 30041
|
|
# Not user configurable, will be hidden on UI
|
|
# Putting it here in case it needs to be configurable
|
|
# in the future.
|
|
serverPort: 32000
|
|
webPort: 32001
|
|
machinelearningPort: 32002
|
|
microservicesPort: 32003
|
|
typesensePort: 32004
|
|
|
|
immichStorage:
|
|
uploads:
|
|
type: ixVolume
|
|
datasetName: uploads
|
|
library:
|
|
type: ixVolume
|
|
datasetName: library
|
|
thumbs:
|
|
type: ixVolume
|
|
datasetName: thumbs
|
|
profile:
|
|
type: ixVolume
|
|
datasetName: profile
|
|
video:
|
|
type: ixVolume
|
|
datasetName: video
|
|
additionalLibraries: []
|
|
pgData:
|
|
type: ixVolume
|
|
datasetName: pgData
|
|
pgBackup:
|
|
type: ixVolume
|
|
datasetName: pgBackup
|
|
|
|
notes:
|
|
custom: |
|
|
## Database
|
|
You can connect to the database using the pgAdmin App from the catalog
|
|
|
|
<details>
|
|
<summary>Database Details</summary>
|
|
|
|
- Database: `immich`
|
|
- Username: `immich`
|
|
- Password: `{{ .Values.immichDbPass }}`
|
|
- Host: `{{ .Values.immichDbHost }}.{{ .Release.Namespace }}.svc.cluster.local`
|
|
- Port: `5432`
|
|
|
|
</details>
|
|
{{- $_ := unset .Values "immichDbPass" }}
|
|
{{- $_ := unset .Values "immichDbHost" }}
|