Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: willianpaixao/homelab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5376bb322193861e76fb2228b4bb8ea382296516
Choose a base ref
..
head repository: willianpaixao/homelab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ed90310bae5970fba0c6fa62c22ff563cfaa0442
Choose a head ref
Showing with 14 additions and 15 deletions.
  1. +14 −15 kubernetes/apps/media/immich/app/helmrelease.yaml
29 changes: 14 additions & 15 deletions kubernetes/apps/media/immich/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -38,21 +38,20 @@ spec:
library:
existingClaim: immich-nfs
server:
controllers:
main:
pod:
securityContext:
runAsUser: 2000
runAsGroup: 2000
runAsNonRoot: true
fsGroup: 2000
fsGroupChangePolicy: "OnRootMismatch"
containers:
main:
image:
tag: "v1.104.0"
env:
TZ: ${TIMEZONE}
controller:
pod:
securityContext:
runAsUser: 2000
runAsGroup: 2000
runAsNonRoot: true
fsGroup: 2000
fsGroupChangePolicy: "OnRootMismatch"
containers:
main:
image:
tag: "v1.104.0"
env:
TZ: ${TIMEZONE}
ingress:
main:
enabled: true