Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
cfeadab222
commit
c0aede19d1
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [immich-8.0.7](https://github.com/truecharts/charts/compare/immich-8.0.6...immich-8.0.7) (2023-08-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/immich-server to v1.75.2 ([#12076](https://github.com/truecharts/charts/issues/12076))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [immich-8.0.8](https://github.com/truecharts/charts/compare/immich-8.0.7...immich-8.0.8) (2023-09-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update immich to v1.76.1 (minor) ([#12217](https://github.com/truecharts/charts/issues/12217))
|
||||
|
||||
|
||||
|
||||
|
||||
## [immich-8.0.7](https://github.com/truecharts/charts/compare/immich-8.0.6...immich-8.0.7) (2023-08-31)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
||||
|
||||
|
||||
|
||||
|
||||
## [immich-7.1.8](https://github.com/truecharts/charts/compare/immich-7.1.7...immich-7.1.8) (2023-07-28)
|
||||
|
||||
### Chore
|
||||
|
||||
- update immich to v1.70.0 (minor) ([#10964](https://github.com/truecharts/charts/issues/10964))
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.75.2"
|
||||
appVersion: "1.76.1"
|
||||
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.0.7
|
||||
version: 8.0.8
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [immich-8.0.8](https://github.com/truecharts/charts/compare/immich-8.0.7...immich-8.0.8) (2023-09-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update immich to v1.76.1 (minor) ([#12217](https://github.com/truecharts/charts/issues/12217))
|
||||
|
||||
|
|
@ -1,18 +1,18 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/immich-server
|
||||
tag: v1.75.2@sha256:2fc472a40b2ff0238ac27f686205204aa1c8401fdbc79075c865364a6b6c26d9
|
||||
tag: v1.76.1@sha256:286aa45399a1d814425aa7448180b93ce8a4f53a469ecd7065aa910970f2fa63
|
||||
pullPolicy: IfNotPresent
|
||||
mlImage:
|
||||
repository: tccr.io/truecharts/immich-ml
|
||||
tag: v1.75.2@sha256:2ca63f4eb45df1ea67f0ef258897dc4ae58beac73edceecd4abee20c6093dbb0
|
||||
tag: v1.76.1@sha256:f362aeced3620ac683495f2bc89a186cfc62b80ed9f3aa2391718d15179443b5
|
||||
pullPolicy: IfNotPresent
|
||||
webImage:
|
||||
repository: tccr.io/truecharts/immich-web
|
||||
tag: v1.75.2@sha256:3a7cd2e5f884d7d4d9ee0129b45d6de5c40b6af23a3f131740abb568086b3d7c
|
||||
tag: v1.76.1@sha256:739db6da6dea657c79f89eefbed9a5e56bdc16f43f4ad5ed60cfc6d66146a828
|
||||
pullPolicy: IfNotPresent
|
||||
proxyImage:
|
||||
repository: tccr.io/truecharts/immich-proxy
|
||||
tag: v1.75.2@sha256:6312ab637fab86e66fd5c5d88a669df99554443a181aa05374135239ed12f153
|
||||
tag: v1.76.1@sha256:5d7a9dc524cad16e2185eb665b05a511584d683515250d24a41189da5d10111f
|
||||
pullPolicy: IfNotPresent
|
||||
typesenseImage:
|
||||
repository: tccr.io/truecharts/immich-typesense
|
Loading…
Reference in New Issue