Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-01 23:49:04 +00:00
parent dabb44c521
commit 8df33b725f
22 changed files with 38 additions and 44 deletions

View File

@ -1,9 +0,0 @@
## [immich-8.1.28](https://github.com/truecharts/charts/compare/immich-8.1.27...immich-8.1.28) (2023-10-29)
### Chore
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))

View File

@ -4,6 +4,15 @@
## [immich-8.1.29](https://github.com/truecharts/charts/compare/immich-8.1.28...immich-8.1.29) (2023-11-01)
### Chore
- update immich to v1.84.0 (minor) ([#14229](https://github.com/truecharts/charts/issues/14229))
## [immich-8.1.28](https://github.com/truecharts/charts/compare/immich-8.1.27...immich-8.1.28) (2023-10-29)
### Chore
@ -88,12 +97,3 @@
## [immich-8.1.19](https://github.com/truecharts/charts/compare/immich-8.1.18...immich-8.1.19) (2023-10-03)
### Chore
- remove deprecated options
## [immich-8.1.18](https://github.com/truecharts/charts/compare/immich-8.1.17...immich-8.1.18) (2023-10-03)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.83.0"
appVersion: "1.84.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: 8.1.28
version: 8.1.29
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [immich-8.1.29](https://github.com/truecharts/charts/compare/immich-8.1.28...immich-8.1.29) (2023-11-01)
### Chore
- update immich to v1.84.0 (minor) ([#14229](https://github.com/truecharts/charts/issues/14229))

View File

@ -1,18 +1,18 @@
image:
repository: tccr.io/truecharts/immich-server
tag: v1.83.0@sha256:ce9d89a4d5cad3af4ccd735a52053139dfbd384d9ec294fbb95e4815ae93e6a5
tag: v1.84.0@sha256:65732197a9dbc1531d4bf43f430ec6d87c86a1e4ebc49a3ac526ed6148ceb916
pullPolicy: IfNotPresent
mlImage:
repository: tccr.io/truecharts/immich-ml
tag: v1.83.0@sha256:95f1abed8e2b1deb3e3262316c50cccf23bcd30f9e2e8d0b8df0d600d07665d0
tag: v1.84.0@sha256:6852811196f32b5a3d364eeeeb290645e54fb53d1b357f088c26ab3f42237574
pullPolicy: IfNotPresent
webImage:
repository: tccr.io/truecharts/immich-web
tag: v1.83.0@sha256:8d79c0a16f5971dbb489ce51331ce6a701a530f74b5890f5e77b55754cd9a31d
tag: v1.84.0@sha256:698c667eebb944ee0fc8add586a13f9be898a4c6886364793c75a0a026942cbe
pullPolicy: IfNotPresent
proxyImage:
repository: tccr.io/truecharts/immich-proxy
tag: v1.83.0@sha256:dbbdecf1aa6659065326f9c2aa2e56ddaa4fe6eac9c35f16d7636d794c62d0a7
tag: v1.84.0@sha256:d01d7e66a2b7aad8869b866749595baa8727780b46c36b7ce9e365400411fd5f
pullPolicy: IfNotPresent
typesenseImage:
repository: tccr.io/truecharts/immich-typesense

View File

@ -1348,19 +1348,6 @@ questions:
schema:
type: string
default: ""
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: secretName
label: Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
@ -1426,19 +1413,26 @@ questions:
schema:
type: string
default: ""
- variable: 'clusterCertificate (Advanced)'
label: Cluster Certificate
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: secretName
label: 'Use Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
label: 'Use TrueNAS SCALE Certificate (Deprecated)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress