2 Commits

Author SHA1 Message Date
f89c6726a3 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-10 03:21:08 +00:00
9264d0822c change interval
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m12s
2025-07-09 22:20:12 -05:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -14,8 +14,8 @@ spec:
app.kubernetes.io/instance: {{ .Release.Name }}
endpoints:
- port: metrics
interval: 120s
scrapeTimeout: 30s
interval: 6h
scrapeTimeout: 120s
path: /metrics
---
@@ -35,6 +35,6 @@ spec:
app.kubernetes.io/instance: {{ .Release.Name }}
endpoints:
- port: metrics
interval: 120s
scrapeTimeout: 30s
interval: 6h
scrapeTimeout: 120s
path: /metrics