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)
### 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
appVersion: "1.56.2"
appVersion: "1.58.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.6
version: 7.0.7
annotations:
truecharts.org/catagories: |
- 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:
repository: tccr.io/truecharts/immich-server
tag: v1.56.2@sha256:c2b7a31782d8919c509cd7c5927e4369202b343fb789ede9dc5e7f1521ba2220
tag: v1.58.0@sha256:192f1cf04fb60cd00075b37f4a31fcb2ce8327450111e2a24f443903fb4725e8
pullPolicy: IfNotPresent
mlImage:
repository: tccr.io/truecharts/immich-ml
tag: v1.56.2@sha256:bc97a58e49deb51e335e4e52ca41c0407ff9186781670e0cd743b8e36f994738
tag: v1.58.0@sha256:b8d121bf3f4d38014d338e4b2566696f08bd7a1ea98c82e3f18573ba03abb06a
pullPolicy: IfNotPresent
webImage:
repository: tccr.io/truecharts/immich-web
tag: v1.56.2@sha256:0379a655a6b0344346a9c1965189519b472d3e86c68ab621a5a2a7b90f43d17e
tag: v1.58.0@sha256:e7eef95bb093572216679b0b173e55e2c25cff6c8b6f2fa8031970e4b274c6f1
pullPolicy: IfNotPresent
proxyImage:
repository: tccr.io/truecharts/immich-proxy
tag: v1.56.2@sha256:7506f242092e02dfd1b84153835bc7f432822349abed55dd5770fb432c93d465
tag: v1.58.0@sha256:576855599ce4684efe41f1a2209a04a6ee3f2d20fcbb07f1329581f5861abcb4
pullPolicy: IfNotPresent
typesenseImage:
repository: tccr.io/truecharts/immich-typesense

View File

@ -1074,63 +1074,6 @@ questions:
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["certificateIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
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: 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
@ -1144,6 +1087,70 @@ questions:
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
label: TLS-Settings
schema:
type: list
default: []
items:
- variable: tlsEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
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

View File

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

View File

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

View File

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