Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
7a9a59302f
commit
8a690d1111
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [immich-8.1.36](https://github.com/truecharts/charts/compare/immich-8.1.35...immich-8.1.36) (2023-11-14)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update immich to v1.86.0 (minor) ([#14642](https://github.com/truecharts/charts/issues/14642))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [immich-8.1.37](https://github.com/truecharts/charts/compare/immich-8.1.36...immich-8.1.37) (2023-11-14)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update immich to v1.86.0 (minor) ([#14643](https://github.com/truecharts/charts/issues/14643))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [immich-8.1.36](https://github.com/truecharts/charts/compare/immich-8.1.35...immich-8.1.36) (2023-11-14)
|
## [immich-8.1.36](https://github.com/truecharts/charts/compare/immich-8.1.35...immich-8.1.36) (2023-11-14)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
## [immich-8.1.27](https://github.com/truecharts/charts/compare/immich-8.1.26...immich-8.1.27) (2023-10-28)
|
## [immich-8.1.27](https://github.com/truecharts/charts/compare/immich-8.1.26...immich-8.1.27) (2023-10-28)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
|
||||||
- update immich to v1.83.0 (minor) ([#14064](https://github.com/truecharts/charts/issues/14064))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [immich-8.1.26](https://github.com/truecharts/charts/compare/immich-8.1.25...immich-8.1.26) (2023-10-18)
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.85.0"
|
appVersion: "1.86.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -22,7 +22,7 @@ name: immich
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/immich
|
- https://github.com/truecharts/charts/tree/master/charts/stable/immich
|
||||||
- https://github.com/immich-app/immich
|
- https://github.com/immich-app/immich
|
||||||
version: 8.1.36
|
version: 8.1.37
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [immich-8.1.37](https://github.com/truecharts/charts/compare/immich-8.1.36...immich-8.1.37) (2023-11-14)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update immich to v1.86.0 (minor) ([#14643](https://github.com/truecharts/charts/issues/14643))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/immich-server
|
repository: tccr.io/truecharts/immich-server
|
||||||
tag: v1.85.0@sha256:e37c98e07af6924a5e9e7fd0d3010118b5deb8338f6b7d85c3c40a90c1c728a0
|
tag: v1.86.0@sha256:5076626aa795fb1b9caa958eb0215deee910ab64a06e451765f80bd13d2f43a7
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
mlImage:
|
mlImage:
|
||||||
repository: tccr.io/truecharts/immich-ml
|
repository: tccr.io/truecharts/immich-ml
|
||||||
|
@ -8,7 +8,7 @@ mlImage:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
webImage:
|
webImage:
|
||||||
repository: tccr.io/truecharts/immich-web
|
repository: tccr.io/truecharts/immich-web
|
||||||
tag: v1.85.0@sha256:ea8b44b9cade8053f0e174a5a17d0276cf2dae9d4df2060647705656f4bb3182
|
tag: v1.86.0@sha256:bb05a7f344b87f43293aa0afc4e5a03c34d779a70db332d1ab169ab7005d016d
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
proxyImage:
|
proxyImage:
|
||||||
repository: tccr.io/truecharts/immich-proxy
|
repository: tccr.io/truecharts/immich-proxy
|
Loading…
Reference in New Issue