this repo has no description
0
fork

Configure Feed

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

feat(container): update immich group to v1.44.0

| datasource | package | from | to |
| ---------- | ------------------------------------------ | ------- | ------- |
| docker | ghcr.io/immich-app/immich-machine-learning | v1.43.1 | v1.44.0 |
| docker | ghcr.io/immich-app/immich-server | v1.43.1 | v1.44.0 |
| docker | ghcr.io/immich-app/immich-web | v1.43.1 | v1.44.0 |

+5 -5
+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.43.1 32 + tag: v1.44.0 33 33 command: /bin/sh 34 34 args: 35 35 - ./entrypoint.sh
+1 -1
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.43.1 33 + tag: v1.44.0 34 34 command: /bin/sh 35 35 args: 36 36 - ./start-microservices.sh
+1 -1
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.43.1 32 + tag: v1.44.0 33 33 command: /bin/sh 34 34 args: 35 35 - ./start-server.sh
+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.43.1 32 + tag: v1.44.0 33 33 command: /bin/sh 34 34 args: 35 35 - ./entrypoint.sh
+1 -1
cluster/apps/default/smtp-relay/helm-release.yaml
··· 27 27 reloader.stakater.com/auto: "true" 28 28 image: 29 29 repository: ghcr.io/immich-app/immich-web 30 - tag: v1.43.1 30 + tag: v1.44.0 31 31 command: /bin/sh 32 32 args: 33 33 - ./entrypoint.sh