From 07b2231feb082208ec8cb6256a357637270ee9fd Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Mon, 14 Oct 2024 14:14:45 +0200 Subject: [PATCH 1/2] chore: update server port binding To be merged after release v1.118.0 --- charts/immich/templates/server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/immich/templates/server.yaml b/charts/immich/templates/server.yaml index 7eac12a8..3d4937ed 100644 --- a/charts/immich/templates/server.yaml +++ b/charts/immich/templates/server.yaml @@ -24,7 +24,7 @@ service: http: enabled: true primary: true - port: 3001 + port: 2283 protocol: HTTP metrics-api: enabled: {{ .Values.immich.metrics.enabled }} From 1b253b63df2430d26649dfc85ee6e269d3d8cdd0 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Mon, 14 Oct 2024 12:32:52 +0000 Subject: [PATCH 2/2] chore: bump versions --- charts/immich/Chart.yaml | 4 ++-- charts/immich/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/immich/Chart.yaml b/charts/immich/Chart.yaml index 23668812..5a69f9be 100644 --- a/charts/immich/Chart.yaml +++ b/charts/immich/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 description: A chart to power Immich (immich.app) running on kubernetes name: immich -version: 0.8.1 -appVersion: v1.117.0 +version: 0.8.2 +appVersion: v1.118.0 home: https://immich.app/ icon: https://raw.githubusercontent.com/immich-app/immich/main/design/immich-logo.svg sources: diff --git a/charts/immich/values.yaml b/charts/immich/values.yaml index 828fbf73..21054210 100644 --- a/charts/immich/values.yaml +++ b/charts/immich/values.yaml @@ -14,7 +14,7 @@ env: IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}' image: - tag: v1.117.0 + tag: v1.118.0 immich: metrics: