this repo has no description
0
fork

Configure Feed

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

chore(deps): update immich group to v1.70.0

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

+4 -4
+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.69.0 32 + tag: v1.70.0 33 33 envFrom: 34 34 - secretRef: 35 35 name: immich-secret
+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.69.0 33 + tag: v1.70.0 34 34 args: ["start-microservices.sh"] 35 35 envFrom: 36 36 - secretRef:
+1 -1
cluster/apps/default/immich/app/server/helm-release.yaml
··· 41 41 reloader.stakater.com/auto: "true" 42 42 image: 43 43 repository: ghcr.io/immich-app/immich-server 44 - tag: v1.69.0 44 + tag: v1.70.0 45 45 args: ["start-server.sh"] 46 46 envFrom: *envFrom 47 47 service:
+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.69.0 32 + tag: v1.70.0 33 33 envFrom: 34 34 - secretRef: 35 35 name: immich-secret