Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
c17e3b39d7
commit
fdd19a5e99
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [immich-7.0.12](https://github.com/truecharts/charts/compare/immich-7.0.11...immich-7.0.12) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9459](https://github.com/truecharts/charts/issues/9459))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [immich-7.0.13](https://github.com/truecharts/charts/compare/immich-7.0.12...immich-7.0.13) (2023-06-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update immich to v1.60.0 (minor) ([#9548](https://github.com/truecharts/charts/issues/9548))
|
||||
|
||||
|
||||
|
||||
|
||||
## [immich-7.0.12](https://github.com/truecharts/charts/compare/immich-7.0.11...immich-7.0.12) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [immich-7.0.3](https://github.com/truecharts/charts/compare/immich-7.0.2...immich-7.0.3) (2023-05-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089))
|
||||
|
||||
### Feat
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.59.1"
|
||||
appVersion: "1.60.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: 7.0.12
|
||||
version: 7.0.13
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [immich-7.0.13](https://github.com/truecharts/charts/compare/immich-7.0.12...immich-7.0.13) (2023-06-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update immich to v1.60.0 (minor) ([#9548](https://github.com/truecharts/charts/issues/9548))
|
||||
|
||||
|
|
@ -1,18 +1,18 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/immich-server
|
||||
tag: v1.59.1@sha256:29c0aa5451348ea9b8ddf6816c6d03184d0104bbca4a30264b94080c5bf57d16
|
||||
tag: v1.60.0@sha256:642a9a3fff34c4bdd0581c5cba3298e83300ec57e7c23dcd761e426012963260
|
||||
pullPolicy: IfNotPresent
|
||||
mlImage:
|
||||
repository: tccr.io/truecharts/immich-ml
|
||||
tag: v1.59.1@sha256:29a96a0b0ceef9692c8377dced7c419561cdb2ba6179757d685ed95bb637d936
|
||||
tag: v1.60.0@sha256:0e6b178ba6ae09936b5bf8bbdc1e66efa7b5c3c8dfd6324e2a3f9e35b2d495cb
|
||||
pullPolicy: IfNotPresent
|
||||
webImage:
|
||||
repository: tccr.io/truecharts/immich-web
|
||||
tag: v1.59.1@sha256:c51f011e344b15e7a228d5f4f374bb19db7f5e5aa1c83c430f8f23fec6d06ec2
|
||||
tag: v1.60.0@sha256:d72f6f35fb75e5ff0fe59b574c1bfd6a20423c5716db37b8856d80eae8c6e06d
|
||||
pullPolicy: IfNotPresent
|
||||
proxyImage:
|
||||
repository: tccr.io/truecharts/immich-proxy
|
||||
tag: v1.59.1@sha256:a8b686e9ec0c91737badf94f25225b311256626a4c2a8ec7404f2439a02fec24
|
||||
tag: v1.60.0@sha256:995e43572a4683157466ff5dd9c960cdf84cfef393798ab80a522f7d3867e454
|
||||
pullPolicy: IfNotPresent
|
||||
typesenseImage:
|
||||
repository: tccr.io/truecharts/immich-typesense
|
Loading…
Reference in New Issue