this repo has no description
0
fork

Configure Feed

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

Immich: Upgrade from 1.56.0 to 1.58.0.

+6 -10
+1 -1
cluster/apps/default/immich/app/machine-learning/helm-release.yaml
··· 29 29 reloader.stakater.com/auto: "true" 30 30 image: 31 31 repository: ghcr.io/immich-app/immich-machine-learning 32 - tag: v1.56.0 32 + tag: v1.58.0 33 33 envFrom: 34 34 - secretRef: 35 35 name: immich-secret
+2 -4
cluster/apps/default/immich/app/microservices/helm-release.yaml
··· 30 30 reloader.stakater.com/auto: "true" 31 31 image: 32 32 repository: ghcr.io/immich-app/immich-server 33 - tag: v1.56.0 34 - command: /bin/sh 35 - args: 36 - - ./start-microservices.sh 33 + tag: v1.58.0 34 + command: "start-microservices.sh" 37 35 envFrom: 38 36 - secretRef: 39 37 name: immich-secret
+2 -4
cluster/apps/default/immich/app/server/helm-release.yaml
··· 29 29 reloader.stakater.com/auto: "true" 30 30 image: 31 31 repository: ghcr.io/immich-app/immich-server 32 - tag: v1.56.0 33 - command: /bin/sh 34 - args: 35 - - ./start-server.sh 32 + tag: v1.58.0 33 + command: "start-server.sh" 36 34 envFrom: 37 35 - secretRef: 38 36 name: immich-secret
+1 -1
cluster/apps/default/immich/app/web/helm-release.yaml
··· 29 29 reloader.stakater.com/auto: "true" 30 30 image: 31 31 repository: ghcr.io/immich-app/immich-web 32 - tag: v1.56.0 32 + tag: v1.58.0 33 33 command: /bin/sh 34 34 args: 35 35 - ./entrypoint.sh