Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e5fa646eaa
commit
77db8575e3
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [immich-4.0.24](https://github.com/truecharts/charts/compare/immich-4.0.23...immich-4.0.24) (2023-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/immich-proxy to v1.40.1_63
|
||||
|
||||
|
|
@ -4,6 +4,20 @@
|
|||
|
||||
|
||||
|
||||
## [immich-4.0.25](https://github.com/truecharts/charts/compare/immich-4.0.24...immich-4.0.25) (2023-01-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/immich-web to v1.40.1_63
|
||||
- update container image tccr.io/truecharts/immich-server to v1.40.1_63
|
||||
|
||||
### Fix
|
||||
|
||||
- encode all keys in secret
|
||||
|
||||
|
||||
|
||||
|
||||
## [immich-4.0.24](https://github.com/truecharts/charts/compare/immich-4.0.23...immich-4.0.24) (2023-01-01)
|
||||
|
||||
### Chore
|
||||
|
@ -83,17 +97,3 @@
|
|||
|
||||
### Chore
|
||||
|
||||
- update helm chart postgresql to v11.0.13 ([#5495](https://github.com/truecharts/charts/issues/5495))
|
||||
- update helm chart redis to v5.0.16
|
||||
- cleanup immich ([#5470](https://github.com/truecharts/charts/issues/5470))
|
||||
|
||||
|
||||
|
||||
|
||||
## [immich-4.0.15](https://github.com/truecharts/charts/compare/immich-4.0.14...immich-4.0.15) (2022-12-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/immich-ml to v1.38.2_60
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.39.0_61"
|
||||
appVersion: "1.40.1_63"
|
||||
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: 4.0.24
|
||||
version: 4.0.25
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
|
||||
## [immich-4.0.25](https://github.com/truecharts/charts/compare/immich-4.0.24...immich-4.0.25) (2023-01-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/immich-web to v1.40.1_63
|
||||
- update container image tccr.io/truecharts/immich-server to v1.40.1_63
|
||||
|
||||
### Fix
|
||||
|
||||
- encode all keys in secret
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/immich-server
|
||||
tag: 1.39.0_61@sha256:150bc50169418d4b6da875cc29a07a7dfa1194a41d48fb42b9e45a5d7676d850
|
||||
tag: 1.40.1_63@sha256:76db6f6f6614a2cd58939f4f890109b23b809fb00a87c5e20e04df4cb85318f7
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
mlImage:
|
||||
|
@ -10,7 +10,7 @@ mlImage:
|
|||
|
||||
webImage:
|
||||
repository: tccr.io/truecharts/immich-web
|
||||
tag: 1.39.0_61@sha256:213fbb0cd372d9e22141656605045d959a0888d51a8e95a772fcb4f1684354ff
|
||||
tag: 1.40.1_63@sha256:fd3c58c099f8d1d7efff4f37ba97e4886f03f756e9bec99274338e1bde4e3cb5
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
proxyImage:
|
|
@ -20,6 +20,6 @@ data:
|
|||
DB_PASSWORD: {{ .Values.postgresql.postgresqlPassword | trimAll "\"" | b64enc }}
|
||||
REDIS_PASSWORD: {{ .Values.redis.redisPassword | trimAll "\"" | b64enc }}
|
||||
{{- with .Values.immich.mapbox_key }}
|
||||
MAPBOX_KEY: {{ . }}
|
||||
MAPBOX_KEY: {{ . | b64enc}}
|
||||
{{- end }}
|
||||
{{- end }}
|
Loading…
Reference in New Issue