Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9210e3cdd2
commit
1e08b1410c
|
@ -1,13 +0,0 @@
|
|||
|
||||
|
||||
## [immich-5.0.11](https://github.com/truecharts/charts/compare/immich-5.0.10...immich-5.0.11) (2023-02-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update immich to v1.46.1
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [immich-5.0.12](https://github.com/truecharts/charts/compare/immich-5.0.11...immich-5.0.12) (2023-02-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update immich to v1.47.2
|
||||
|
||||
|
||||
|
||||
|
||||
## [immich-5.0.11](https://github.com/truecharts/charts/compare/immich-5.0.10...immich-5.0.11) (2023-02-10)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [immich-5.0.2](https://github.com/truecharts/charts/compare/immich-5.0.1...immich-5.0.2) (2023-01-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update immich to v1.42.0_65
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.46.1"
|
||||
appVersion: "1.47.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -26,7 +26,7 @@ name: immich
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/immich
|
||||
- https://github.com/immich-app/immich
|
||||
version: 5.0.11
|
||||
version: 5.0.12
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [immich-5.0.12](https://github.com/truecharts/charts/compare/immich-5.0.11...immich-5.0.12) (2023-02-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update immich to v1.47.2
|
||||
|
||||
|
|
@ -1,21 +1,21 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/immich-server
|
||||
tag: 1.46.1@sha256:9429fbeba4557f96690c8c2e3450bca46018a3c6fa59378218f3434b71ca90dc
|
||||
tag: 1.47.2@sha256:8182f407ae651ccebe78c502e2adfc9b72c0d6106ee555b4e903f85950e5c144
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
mlImage:
|
||||
repository: tccr.io/truecharts/immich-ml
|
||||
tag: 1.46.1@sha256:d7aa64327536fb4013cb241f8a36314783eb199d32e6bb67ab7f1e1e172dd8b4
|
||||
tag: 1.47.2@sha256:18d77a81ccb88d4de10feef8ce4efc9a1afa1cced95a4052a1245ea48f083de8
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
webImage:
|
||||
repository: tccr.io/truecharts/immich-web
|
||||
tag: 1.46.1@sha256:92214923e2ff9f51c4da84b0892646f4d6373d0cae528570c942c070e987e931
|
||||
tag: 1.47.2@sha256:a02db6043dddb53d4068e112adf7529855bc863fbc88905bbaf6ec885c289fbc
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
proxyImage:
|
||||
repository: tccr.io/truecharts/immich-proxy
|
||||
tag: 1.46.1@sha256:79a28b11de58b04d1115f3170350af2632eacb325c67bcb4da0aebdb704e144c
|
||||
tag: 1.47.2@sha256:f7179812cc17ab226c48385c29fcd3b37da051e6742010faa11536ec678b4c54
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command:
|
Loading…
Reference in New Issue