this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Immich: args instead of command

+2 -2
+1 -1
cluster/apps/default/immich/app/microservices/helm-release.yaml
··· 31 31 image: 32 32 repository: ghcr.io/immich-app/immich-server 33 33 tag: v1.58.0 34 - command: "start-microservices.sh" 34 + args: ["start-microservices.sh"] 35 35 envFrom: 36 36 - secretRef: 37 37 name: immich-secret
+1 -1
cluster/apps/default/immich/app/server/helm-release.yaml
··· 30 30 image: 31 31 repository: ghcr.io/immich-app/immich-server 32 32 tag: v1.58.0 33 - command: "start-server.sh" 33 + args: ["start-server.sh"] 34 34 envFrom: 35 35 - secretRef: 36 36 name: immich-secret