2 Commits

Author SHA1 Message Date
624e5f42f2 Update ghcr.io/immich-app/immich-server Docker tag to v1.141.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
2025-09-11 17:19:51 +00:00
cea28fb462 change proxy class
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m54s
2025-09-11 12:18:40 -05:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -16,6 +16,6 @@ tailscale-operator:
proxyConfig:
defaultTags: "tag:k8s"
firewallMode: auto
defaultProxyClass: "default"
defaultProxyClass: "no-metrics"
apiServerProxyConfig:
mode: "false"