2 Commits

Author SHA1 Message Date
d8161d6e2b Update ghcr.io/immich-app/immich-server Docker tag to v1.135.3
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
2025-07-09 02:01:53 +00:00
fffd144bee fix env
All checks were successful
renovate / renovate (push) Successful in 1m11s
lint-test-helm / helm-lint (push) Successful in 8s
2025-07-08 21:00:52 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ immich:
main: main:
image: image:
repository: ghcr.io/immich-app/immich-server repository: ghcr.io/immich-app/immich-server
tag: v1.132.3 tag: v1.135.3
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ

View File

@@ -13,7 +13,7 @@ s3-exporter:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: S3_EXPORTER_WEB_LISTEN_ADDRESS - name: S3_EXPORTER_WEB_LISTEN_ADDRESS
value: 9340 value: :9340
- name: S3_EXPORTER_S3_ENDPOINT_URL - name: S3_EXPORTER_S3_ENDPOINT_URL
value: https://nyc3.digitaloceanspaces.com value: https://nyc3.digitaloceanspaces.com
envFrom: envFrom: