immich update
This commit is contained in:
parent
ef2b1d393d
commit
de667a31ad
@ -12,13 +12,13 @@ namespace: immich
|
||||
helmCharts:
|
||||
- name: immich
|
||||
releaseName: immich
|
||||
version: 0.6.0
|
||||
version: 0.7.0
|
||||
valuesFile: values.yaml
|
||||
repo: https://immich-app.github.io/immich-charts
|
||||
|
||||
|
||||
images:
|
||||
- name: ghcr.io/immich-app/immich-machine-learning
|
||||
newTag: v1.105.1
|
||||
newTag: v1.106.3
|
||||
- name: ghcr.io/immich-app/immich-server
|
||||
newTag: v1.105.1
|
||||
newTag: v1.106.3
|
||||
|
@ -22,10 +22,12 @@ env:
|
||||
secretKeyRef:
|
||||
name: postgres-password
|
||||
key: password
|
||||
IMMICH_WEB_URL: '{{ printf "http://%s-web:3000" .Release.Name }}'
|
||||
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
|
||||
|
||||
immich:
|
||||
metrics:
|
||||
# Enabling this will create the service monitors needed to monitor immich with the prometheus operator
|
||||
enabled: true
|
||||
persistence:
|
||||
# Main data store for all photos shared between different components.
|
||||
library:
|
||||
@ -52,16 +54,6 @@ server:
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
microservices:
|
||||
enabled: true
|
||||
persistence:
|
||||
geodata-cache:
|
||||
enabled: true
|
||||
size: 1Gi
|
||||
# Optional: Set this to pvc to avoid downloading the geodata every start.
|
||||
type: emptyDir
|
||||
accessMode: ReadWriteMany
|
||||
|
||||
machine-learning:
|
||||
enabled: true
|
||||
persistence:
|
||||
|
@ -52,4 +52,4 @@ spec:
|
||||
- name: grpc
|
||||
protocol: TCP
|
||||
port: 10901
|
||||
targetPort: grpc
|
||||
targetPort: grpc
|
||||
|
Loading…
x
Reference in New Issue
Block a user