Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-05-29 14:44:28 +00:00
parent ccff7120f1
commit d2bf33e25a
22 changed files with 98 additions and 91 deletions

View File

@ -1,9 +0,0 @@
## [immich-7.0.6](https://github.com/truecharts/charts/compare/immich-7.0.5...immich-7.0.6) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@ -4,6 +4,19 @@
## [immich-7.0.7](https://github.com/truecharts/charts/compare/immich-7.0.6...immich-7.0.7) (2023-05-29)
### Chore
- update immich to v1.58.0 (minor) ([#9282](https://github.com/truecharts/charts/issues/9282))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [immich-7.0.6](https://github.com/truecharts/charts/compare/immich-7.0.5...immich-7.0.6) (2023-05-27) ## [immich-7.0.6](https://github.com/truecharts/charts/compare/immich-7.0.5...immich-7.0.6) (2023-05-27)
### Chore ### Chore
@ -84,16 +97,3 @@
## [immich-5.0.16](https://github.com/truecharts/charts/compare/immich-5.0.15...immich-5.0.16) (2023-02-27)
### Chore
- update helm general non-major ([#7725](https://github.com/truecharts/charts/issues/7725))
## [immich-5.0.15](https://github.com/truecharts/charts/compare/immich-5.0.14...immich-5.0.15) (2023-02-24)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "1.56.2" appVersion: "1.58.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: 7.0.6 version: 7.0.7
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media

View File

@ -0,0 +1,13 @@
## [immich-7.0.7](https://github.com/truecharts/charts/compare/immich-7.0.6...immich-7.0.7) (2023-05-29)
### Chore
- update immich to v1.58.0 (minor) ([#9282](https://github.com/truecharts/charts/issues/9282))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@ -1,18 +1,18 @@
image: image:
repository: tccr.io/truecharts/immich-server repository: tccr.io/truecharts/immich-server
tag: v1.56.2@sha256:c2b7a31782d8919c509cd7c5927e4369202b343fb789ede9dc5e7f1521ba2220 tag: v1.58.0@sha256:192f1cf04fb60cd00075b37f4a31fcb2ce8327450111e2a24f443903fb4725e8
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
mlImage: mlImage:
repository: tccr.io/truecharts/immich-ml repository: tccr.io/truecharts/immich-ml
tag: v1.56.2@sha256:bc97a58e49deb51e335e4e52ca41c0407ff9186781670e0cd743b8e36f994738 tag: v1.58.0@sha256:b8d121bf3f4d38014d338e4b2566696f08bd7a1ea98c82e3f18573ba03abb06a
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
webImage: webImage:
repository: tccr.io/truecharts/immich-web repository: tccr.io/truecharts/immich-web
tag: v1.56.2@sha256:0379a655a6b0344346a9c1965189519b472d3e86c68ab621a5a2a7b90f43d17e tag: v1.58.0@sha256:e7eef95bb093572216679b0b173e55e2c25cff6c8b6f2fa8031970e4b274c6f1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
proxyImage: proxyImage:
repository: tccr.io/truecharts/immich-proxy repository: tccr.io/truecharts/immich-proxy
tag: v1.56.2@sha256:7506f242092e02dfd1b84153835bc7f432822349abed55dd5770fb432c93d465 tag: v1.58.0@sha256:576855599ce4684efe41f1a2209a04a6ee3f2d20fcbb07f1329581f5861abcb4
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
typesenseImage: typesenseImage:
repository: tccr.io/truecharts/immich-typesense repository: tccr.io/truecharts/immich-typesense

View File

@ -1074,11 +1074,43 @@ questions:
schema: schema:
type: string type: string
default: "" default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: tls - variable: tls
label: TLS-Settings label: TLS-Settings
schema: schema:
type: list type: list
show_if: [["certificateIssuer", "=", ""]]
default: [] default: []
items: items:
- variable: tlsEntry - variable: tlsEntry
@ -1119,31 +1151,6 @@ questions:
show_if: [["certificateIssuer", "=", ""]] show_if: [["certificateIssuer", "=", ""]]
type: string type: string
default: "" default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: ingressList - variable: ingressList
label: Add Manual Custom Ingresses label: Add Manual Custom Ingresses
group: Ingress group: Ingress

View File

@ -10,8 +10,7 @@ podSpec:
enabled: true enabled: true
primary: true primary: true
imageSelector: image imageSelector: image
command: /bin/sh args: start-microservices.sh
args: ./start-microservices.sh
envFrom: envFrom:
- secretRef: - secretRef:
name: secret name: secret

View File

@ -2,8 +2,7 @@
enabled: true enabled: true
primary: true primary: true
imageSelector: image imageSelector: image
command: /bin/sh args: start-server.sh
args: ./start-server.sh
envFrom: envFrom:
- configMapRef: - configMapRef:
name: server-config name: server-config

View File

@ -11,8 +11,6 @@ podSpec:
enabled: true enabled: true
primary: true primary: true
imageSelector: webImage imageSelector: webImage
command: /bin/sh
args: ./entrypoint.sh
envFrom: envFrom:
- configMapRef: - configMapRef:
name: common-config name: common-config