Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-06-20 15:49:36 +00:00
parent 477b1c20ee
commit 88dc657071
23 changed files with 235 additions and 78 deletions

View File

@@ -1,9 +0,0 @@
## [immich-7.0.15](https://github.com/truecharts/charts/compare/immich-7.0.14...immich-7.0.15) (2023-06-13)
### Chore
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))

View File

@@ -4,6 +4,15 @@
## [immich-7.0.16](https://github.com/truecharts/charts/compare/immich-7.0.15...immich-7.0.16) (2023-06-20)
### Chore
- update immich to v1.62.1 (minor) ([#9791](https://github.com/truecharts/charts/issues/9791))
## [immich-7.0.15](https://github.com/truecharts/charts/compare/immich-7.0.14...immich-7.0.15) (2023-06-13)
### Chore
@@ -88,12 +97,3 @@
## [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

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.60.0"
appVersion: "1.62.1"
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.15
version: 7.0.16
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,9 @@
## [immich-7.0.16](https://github.com/truecharts/charts/compare/immich-7.0.15...immich-7.0.16) (2023-06-20)
### Chore
- update immich to v1.62.1 (minor) ([#9791](https://github.com/truecharts/charts/issues/9791))

View File

@@ -1,18 +1,18 @@
image:
repository: tccr.io/truecharts/immich-server
tag: v1.60.0@sha256:642a9a3fff34c4bdd0581c5cba3298e83300ec57e7c23dcd761e426012963260
tag: v1.62.1@sha256:f8aa7b0f4060101dca416092808c772278a782c47036fe8ee14444ca1ccaa43f
pullPolicy: IfNotPresent
mlImage:
repository: tccr.io/truecharts/immich-ml
tag: v1.60.0@sha256:0e6b178ba6ae09936b5bf8bbdc1e66efa7b5c3c8dfd6324e2a3f9e35b2d495cb
tag: v1.62.1@sha256:2142f44bae82aa5dbe8e5c4f6112b547e6e7d07f1a9f99fdf35425aaff049450
pullPolicy: IfNotPresent
webImage:
repository: tccr.io/truecharts/immich-web
tag: v1.60.0@sha256:d72f6f35fb75e5ff0fe59b574c1bfd6a20423c5716db37b8856d80eae8c6e06d
tag: v1.62.1@sha256:4f4a6af793ee093a4e31f0cae0dc034b8edc5825148be979a07ce5c435d9dd0f
pullPolicy: IfNotPresent
proxyImage:
repository: tccr.io/truecharts/immich-proxy
tag: v1.60.0@sha256:995e43572a4683157466ff5dd9c960cdf84cfef393798ab80a522f7d3867e454
tag: v1.62.1@sha256:41c9f6ccce7e5712968e5435b328c177a9ee830383f011fe51fba3a9118ba485
pullPolicy: IfNotPresent
typesenseImage:
repository: tccr.io/truecharts/immich-typesense

View File

@@ -360,6 +360,7 @@ questions:
description: Interface Configuration
label: Interface Configuration
schema:
additional_attrs: true
type: dict
$ref:
- "normalize/interfaceConfiguration"
@@ -376,6 +377,7 @@ questions:
description: Define how IP Address will be managed
label: IP Address Management
schema:
additional_attrs: true
type: dict
required: true
attrs:
@@ -606,8 +608,38 @@ questions:
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@@ -676,8 +708,38 @@ questions:
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@@ -746,8 +808,38 @@ questions:
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@@ -816,8 +908,38 @@ questions:
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@@ -886,8 +1008,38 @@ questions:
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@@ -1093,64 +1245,65 @@ questions:
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
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
show_if: [["advanced", "=", true]]
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["advanced", "=", true]]
default: []
items:
- variable: tlsEntry
label: Host
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
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
type: list
default: []
items:
- variable: host
label: Host
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
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: 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
@@ -1507,6 +1660,7 @@ questions:
- variable: gpu
label: Select GPU
schema:
additional_attrs: true
type: dict
$ref:
- "definitions/gpuConfiguration"
@@ -2094,6 +2248,7 @@ questions:
- variable: openvpn
label: OpenVPN Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "openvpn"]]
attrs:
@@ -2114,6 +2269,7 @@ questions:
- variable: tailscale
label: Tailscale Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "tailscale"]]
attrs:

View File

@@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/immich.png
categories:
- media
screenshots: []