Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ab5af21688
commit
3de3474b14
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [immich-8.1.32](https://github.com/truecharts/charts/compare/immich-8.1.31...immich-8.1.32) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- assign gpu to microservices pod ([#14367](https://github.com/truecharts/charts/issues/14367))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [immich-8.1.33](https://github.com/truecharts/charts/compare/immich-8.1.32...immich-8.1.33) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update immich to v1.85.0 (minor) ([#14440](https://github.com/truecharts/charts/issues/14440))
|
||||
|
||||
|
||||
|
||||
|
||||
## [immich-8.1.32](https://github.com/truecharts/charts/compare/immich-8.1.31...immich-8.1.32) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
## [immich-8.1.23](https://github.com/truecharts/charts/compare/immich-8.1.22...immich-8.1.23) (2023-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/immich-proxy to v1.81.1 ([#13264](https://github.com/truecharts/charts/issues/13264))
|
||||
|
||||
|
||||
|
||||
|
||||
## [immich-8.1.22](https://github.com/truecharts/charts/compare/immich-8.1.21...immich-8.1.22) (2023-10-05)
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.84.0"
|
||||
appVersion: "1.85.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -22,7 +22,7 @@ name: immich
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/immich
|
||||
- https://github.com/immich-app/immich
|
||||
version: 8.1.32
|
||||
version: 8.1.33
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [immich-8.1.33](https://github.com/truecharts/charts/compare/immich-8.1.32...immich-8.1.33) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update immich to v1.85.0 (minor) ([#14440](https://github.com/truecharts/charts/issues/14440))
|
||||
|
||||
|
|
@ -1,18 +1,18 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/immich-server
|
||||
tag: v1.84.0@sha256:65732197a9dbc1531d4bf43f430ec6d87c86a1e4ebc49a3ac526ed6148ceb916
|
||||
tag: v1.85.0@sha256:e37c98e07af6924a5e9e7fd0d3010118b5deb8338f6b7d85c3c40a90c1c728a0
|
||||
pullPolicy: IfNotPresent
|
||||
mlImage:
|
||||
repository: tccr.io/truecharts/immich-ml
|
||||
tag: v1.84.0@sha256:6852811196f32b5a3d364eeeeb290645e54fb53d1b357f088c26ab3f42237574
|
||||
tag: v1.85.0@sha256:7e24e27c46e3bcc8e49ed497a55beacf882a0025af8d0b1284f4358e64c327c5
|
||||
pullPolicy: IfNotPresent
|
||||
webImage:
|
||||
repository: tccr.io/truecharts/immich-web
|
||||
tag: v1.84.0@sha256:698c667eebb944ee0fc8add586a13f9be898a4c6886364793c75a0a026942cbe
|
||||
tag: v1.85.0@sha256:ea8b44b9cade8053f0e174a5a17d0276cf2dae9d4df2060647705656f4bb3182
|
||||
pullPolicy: IfNotPresent
|
||||
proxyImage:
|
||||
repository: tccr.io/truecharts/immich-proxy
|
||||
tag: v1.84.0@sha256:d01d7e66a2b7aad8869b866749595baa8727780b46c36b7ce9e365400411fd5f
|
||||
tag: v1.85.0@sha256:90709e0f5b64309507fd53e843e584e38d16e14a1cae344605d3b8901d95261b
|
||||
pullPolicy: IfNotPresent
|
||||
typesenseImage:
|
||||
repository: tccr.io/truecharts/immich-typesense
|
Loading…
Reference in New Issue