Skip to content

Commit

Permalink
chore: update server port binding (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored Oct 15, 2024
1 parent 9a09f97 commit a59fd88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/immich/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/immich/templates/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ service:
http:
enabled: true
primary: true
port: 3001
port: 2283
protocol: HTTP
metrics-api:
enabled: {{ .Values.immich.metrics.enabled }}
Expand Down
2 changes: 1 addition & 1 deletion charts/immich/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a59fd88

Please sign in to comment.