Upgrade to chart 0.10.3

This commit is contained in:
Ruben Hensen
2026-01-21 18:16:25 +01:00
parent 5659c4883b
commit 24595a4338
+36 -49
View File
@@ -16,11 +16,18 @@ spec:
sources: sources:
- chart: immich - chart: immich
repoURL: https://immich-app.github.io/immich-charts repoURL: https://immich-app.github.io/immich-charts
targetRevision: 0.8.5 targetRevision: 0.10.3
helm: helm:
values: | values: |
controllers:
main:
containers:
main:
image:
tag: v2.4.1
env: env:
REDIS_HOSTNAME: '{{ printf "%s-redis-master" .Release.Name }}' REDIS_HOSTNAME: '{{ printf "%s-valkey" .Release.Name }}'
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
# External PostgreSQL (CloudNativePG) # External PostgreSQL (CloudNativePG)
DB_HOSTNAME: "immich-postgres-rw" DB_HOSTNAME: "immich-postgres-rw"
DB_USERNAME: "immich" DB_USERNAME: "immich"
@@ -30,10 +37,6 @@ spec:
secretKeyRef: secretKeyRef:
name: immich-postgres-app name: immich-postgres-app
key: password key: password
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
image:
tag: v2.4.1
immich: immich:
metrics: metrics:
@@ -45,7 +48,6 @@ spec:
# Automatically creating the library volume is not supported by this chart # Automatically creating the library volume is not supported by this chart
# You have to specify an existing PVC to use # You have to specify an existing PVC to use
existingClaim: immich-claim existingClaim: immich-claim
# configuration is immich-config.json converted to yaml # configuration is immich-config.json converted to yaml
# ref: https://immich.app/docs/install/config-file/ # ref: https://immich.app/docs/install/config-file/
# #
@@ -59,55 +61,36 @@ spec:
# Dependencies # Dependencies
postgresql: valkey:
enabled: true enabled: true
controllers:
main:
containers:
main:
image: image:
repository: tensorchord/pgvecto-rs repository: docker.io/valkey/valkey
tag: pg14-v0.2.0 tag: 9.0-alpine@sha256:b4ee67d73e00393e712accc72cfd7003b87d0fcd63f0eba798b23251bfc9c394
global: pullPolicy: IfNotPresent
postgresql: persistence:
auth: data:
username: immich
database: immich
password: immich
primary:
containerSecurityContext:
readOnlyRootFilesystem: false
initdb:
scripts:
create-extensions.sql: |
CREATE EXTENSION cube;
CREATE EXTENSION earthdistance;
CREATE EXTENSION vectors;
resources:
limits: {}
requests:
cpu: 200m
memory: 256Mi
redis:
enabled: true enabled: true
image: size: 1Gi
repository: bitnamilegacy/redis # Optional: Set this to persistentVolumeClaim to keep job queues persistent
architecture: standalone type: emptyDir
auth: accessMode: ReadWriteOnce
enabled: false storageClass: longhorn
# Immich components # Immich components
server: server:
enabled: true enabled: true
controllers:
main:
containers:
main:
image: image:
repository: ghcr.io/immich-app/immich-server repository: ghcr.io/immich-app/immich-server
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
probes:
startup:
enabled: true
spec:
initialDelaySeconds: 0
timeoutSeconds: 1
periodSeconds: 5
failureThreshold: 1000
ingress: ingress:
main: main:
enabled: true enabled: true
@@ -130,7 +113,6 @@ spec:
service: service:
name: sol-auth-svc name: sol-auth-svc
port: 8002 port: 8002
tls: tls:
- secretName: letsencrypt-prod - secretName: letsencrypt-prod
hosts: hosts:
@@ -140,20 +122,25 @@ spec:
machine-learning: machine-learning:
enabled: true enabled: true
controllers:
main:
containers:
main:
image: image:
repository: ghcr.io/immich-app/immich-machine-learning repository: ghcr.io/immich-app/immich-machine-learning
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
TRANSFORMERS_CACHE: /cache TRANSFORMERS_CACHE: /cache
HF_XET_CACHE: /cache/huggingface-xet
MPLCONFIGDIR: /cache/matplotlib-config
persistence: persistence:
cache: cache:
enabled: true enabled: true
size: 10Gi size: 10Gi
# Optional: Set this to pvc to avoid downloading the ML models every start. # Optional: Set this to persistentVolumeClaim to avoid downloading the ML models every start.
type: emptyDir type: emptyDir
accessMode: ReadWriteMany accessMode: ReadWriteMany
# storageClass: your-class # storageClass: longhorn
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc