Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-19 19:46:43 +00:00
parent 4a4ce35c57
commit 19b12a4422
19 changed files with 76 additions and 76 deletions

View File

@ -1,9 +0,0 @@
## [immich-5.0.1](https://github.com/truecharts/charts/compare/immich-5.0.0...immich-5.0.1) (2023-01-17)
### Chore
- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430))

View File

@ -4,6 +4,15 @@
## [immich-5.0.2](https://github.com/truecharts/charts/compare/immich-5.0.1...immich-5.0.2) (2023-01-19)
### Chore
- update immich to v1.42.0_65
## [immich-5.0.1](https://github.com/truecharts/charts/compare/immich-5.0.0...immich-5.0.1) (2023-01-17)
### Chore
@ -88,12 +97,3 @@
### Chore
- update container image tccr.io/truecharts/immich-ml to v1.40.1_63
## [immich-4.0.22](https://github.com/truecharts/charts/compare/immich-4.0.21...immich-4.0.22) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.41.1_64"
appVersion: "1.42.0_65"
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: 5.0.1
version: 5.0.2
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [immich-5.0.2](https://github.com/truecharts/charts/compare/immich-5.0.1...immich-5.0.2) (2023-01-19)
### Chore
- update immich to v1.42.0_65

View File

@ -1,21 +1,21 @@
image:
repository: tccr.io/truecharts/immich-server
tag: 1.41.1_64@sha256:e28a36ee635c6151f2c4de50aa7fee7d2eddd3b9d112bc6ea1551cb073bc8fbe
tag: 1.42.0_65@sha256:c3ae0be2bf04432b5795e2de0ac36c88add774768890d61f3cdf2926b36fd8d6
pullPolicy: IfNotPresent
mlImage:
repository: tccr.io/truecharts/immich-ml
tag: 1.41.1_64@sha256:5b5acd62edd988e6eeb346bb496e559544996020ed75fc04309305344edb0032
tag: 1.42.0_65@sha256:d13d9c3406b95f216623c3877f43ec3a3c68a8d31144f30fc5da56f74ceed330
pullPolicy: IfNotPresent
webImage:
repository: tccr.io/truecharts/immich-web
tag: 1.41.1_64@sha256:6ae7c91f77702abbea207180980dba795693bc448dc093ca3ae9b5f68b06630d
tag: 1.42.0_65@sha256:a0e915689d2a8b08a8690a565084d2564ef0d3251beaa945969820848ca281dd
pullPolicy: IfNotPresent
proxyImage:
repository: tccr.io/truecharts/immich-proxy
tag: 1.41.1_64@sha256:8f5c90ffdf09cc6952376988aee4449555a161458e3686a9b3ff1468df9dbf0f
tag: 1.42.0_65@sha256:1bd77ec11bda174d6b30f6fceb4ff57611297551322d0e1ad2c55d695a80fe75
pullPolicy: IfNotPresent
command:

View File

@ -1073,58 +1073,58 @@ questions:
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: horizontalPodAutoscaler
group: Advanced
label: (Advanced) Horizontal Pod Autoscaler
schema:
type: list
default: []
items:
- variable: hpaEntry
label: HPA Entry
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
schema:
type: string
required: true
default: ""
- variable: enabled
label: Enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: target
label: Target
description: Deployment name, Defaults to Main Deployment
schema:
type: string
default: ""
- variable: minReplicas
label: Minimum Replicas
schema:
type: int
default: 1
- variable: maxReplicas
label: Maximum Replicas
schema:
type: int
default: 5
- variable: targetCPUUtilizationPercentage
label: Target CPU Utilization Percentage
schema:
type: int
default: 80
- variable: targetMemoryUtilizationPercentage
label: Target Memory Utilization Percentage
schema:
type: int
default: 80
# - variable: horizontalPodAutoscaler
# group: Advanced
# label: (Advanced) Horizontal Pod Autoscaler
# schema:
# type: list
# default: []
# items:
# - variable: hpaEntry
# label: HPA Entry
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: name
# label: Name
# schema:
# type: string
# required: true
# default: ""
# - variable: enabled
# label: Enabled
# schema:
# type: boolean
# default: false
# show_subquestions_if: true
# subquestions:
# - variable: target
# label: Target
# description: Deployment name, Defaults to Main Deployment
# schema:
# type: string
# default: ""
# - variable: minReplicas
# label: Minimum Replicas
# schema:
# type: int
# default: 1
# - variable: maxReplicas
# label: Maximum Replicas
# schema:
# type: int
# default: 5
# - variable: targetCPUUtilizationPercentage
# label: Target CPU Utilization Percentage
# schema:
# type: int
# default: 80
# - variable: targetMemoryUtilizationPercentage
# label: Target Memory Utilization Percentage
# schema:
# type: int
# default: 80
- variable: networkPolicy
group: Advanced
label: (Advanced) Network Policy