Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d239842ac0
commit
e08d0f8aa1
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
<a name="photoprism-3.0.4"></a>
|
|
||||||
### [photoprism-3.0.4](https://github.com/truecharts/apps/compare/photoprism-3.0.3...photoprism-3.0.4) (2021-09-29)
|
|
||||||
|
|
||||||
#### Chore
|
|
||||||
|
|
||||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
<a name="photoprism-3.0.5"></a>
|
||||||
|
### [photoprism-3.0.5](https://github.com/truecharts/apps/compare/photoprism-3.0.4...photoprism-3.0.5) (2021-10-05)
|
||||||
|
|
||||||
|
#### Chore
|
||||||
|
|
||||||
|
* update container image docker.io/photoprism/photoprism to v20211002 ([#1100](https://github.com/truecharts/apps/issues/1100))
|
||||||
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 8.0.13
|
version: 8.0.13
|
||||||
digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe
|
digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe
|
||||||
generated: "2021-09-29T16:15:09.159295933Z"
|
generated: "2021-10-05T09:55:42.053009565Z"
|
|
@ -1,12 +1,12 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "20210925"
|
appVersion: "20211002"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 8.0.13
|
version: 8.0.13
|
||||||
description: "PhotoPrism\xC2\xAE is a server-based application for browsing, organizing\
|
description: "PhotoPrism\xC2\xAE is a server-based application for browsing, organizing\
|
||||||
\ and sharing your personal photo collection"
|
\ and sharing your personal photo collection"
|
||||||
home: https://github.com/truechartsapps/tree/master/charts/incubator/photoprism
|
home: https://github.com/truechartsapps/tree/master/charts/stable/photoprism
|
||||||
icon: https://demo.photoprism.org/static/img/logo-avatar.svg
|
icon: https://demo.photoprism.org/static/img/logo-avatar.svg
|
||||||
keywords:
|
keywords:
|
||||||
- photos
|
- photos
|
||||||
|
@ -22,4 +22,4 @@ name: photoprism
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/photoprism/photoprism
|
- https://github.com/photoprism/photoprism
|
||||||
- https://hub.docker.com/r/photoprism/photoprism
|
- https://hub.docker.com/r/photoprism/photoprism
|
||||||
version: 3.0.4
|
version: 3.0.5
|
|
@ -22,7 +22,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||||
| env.UMASK | string | `nil` | Sets UMASK. |
|
| env.UMASK | string | `nil` | Sets UMASK. |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||||
| image.repository | string | `"docker.io/photoprism/photoprism"` | image repository |
|
| image.repository | string | `"docker.io/photoprism/photoprism"` | image repository |
|
||||||
| image.tag | string | `"20210925@sha256:238e6955804d82097d08f0e4318835721f46bd844f9065a38aa7d112ab72906e"` | image tag |
|
| image.tag | string | `"20211002@sha256:286aa5b95e7ff212f025923c75f8a46f0cc7a4754e7f65185e3116983264f1c2"` | image tag |
|
||||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
image:
|
image:
|
||||||
repository: docker.io/photoprism/photoprism
|
repository: docker.io/photoprism/photoprism
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 20210925@sha256:238e6955804d82097d08f0e4318835721f46bd844f9065a38aa7d112ab72906e
|
tag: 20211002@sha256:286aa5b95e7ff212f025923c75f8a46f0cc7a4754e7f65185e3116983264f1c2
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
|
@ -165,24 +165,20 @@ questions:
|
||||||
default: "Etc/UTC"
|
default: "Etc/UTC"
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/timezone"
|
- "definitions/timezone"
|
||||||
- variable: PUID
|
|
||||||
label: "PUID"
|
|
||||||
description: "Sets the userID inside the container"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "568"
|
|
||||||
- variable: PGID
|
|
||||||
label: "PGID"
|
|
||||||
description: "Sets the GroupID inside the container"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "568"
|
|
||||||
- variable: UMASK
|
- variable: UMASK
|
||||||
label: "UMASK"
|
label: "UMASK"
|
||||||
description: "Sets the UMASK env var for LinuxServer.io (compatible) containers"
|
description: "Sets the UMASK env var for LinuxServer.io (compatible) containers"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "002"
|
default: "002"
|
||||||
|
- variable: PUID
|
||||||
|
label: "PUID"
|
||||||
|
description: "Sets the userID inside the container"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "568"
|
||||||
|
|
||||||
|
|
||||||
- variable: PHOTOPRISM_STORAGE_PATH
|
- variable: PHOTOPRISM_STORAGE_PATH
|
||||||
label: "PHOTOPRISM_STORAGE_PATH"
|
label: "PHOTOPRISM_STORAGE_PATH"
|
||||||
description: "Photoprism storage path"
|
description: "Photoprism storage path"
|
||||||
|
@ -967,6 +963,12 @@ questions:
|
||||||
default: false
|
default: false
|
||||||
show_subquestions_if: true
|
show_subquestions_if: true
|
||||||
subquestions:
|
subquestions:
|
||||||
|
- variable: enableFixedMiddlewares
|
||||||
|
description: "These middlewares enforce a number of best practices."
|
||||||
|
label: "Enable Default Middlewares"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
- variable: ingressClassName
|
- variable: ingressClassName
|
||||||
label: "IngressClass Name"
|
label: "IngressClass Name"
|
||||||
schema:
|
schema:
|
||||||
|
@ -1253,6 +1255,17 @@ questions:
|
||||||
- value: "Always"
|
- value: "Always"
|
||||||
description: "Always"
|
description: "Always"
|
||||||
|
|
||||||
|
|
||||||
|
# Specify GPU configuration
|
||||||
|
- variable: scaleGPU
|
||||||
|
label: "GPU Configuration"
|
||||||
|
group: "Resources and Devices"
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
$ref:
|
||||||
|
- "definitions/gpuConfiguration"
|
||||||
|
attrs: []
|
||||||
|
|
||||||
- variable: resources
|
- variable: resources
|
||||||
group: "Resources and Devices"
|
group: "Resources and Devices"
|
||||||
label: ""
|
label: ""
|
||||||
|
@ -1269,13 +1282,13 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "4000m"
|
default: "4000m"
|
||||||
valid_chars: '^([0-9]+)(\.[0-9]?|m?)$'
|
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
||||||
- variable: memory
|
- variable: memory
|
||||||
label: "Memory RAM"
|
label: "Memory RAM"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "8Gi"
|
default: "8Gi"
|
||||||
valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$'
|
valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
|
||||||
- variable: requests
|
- variable: requests
|
||||||
label: "Advanced Request minimum resources required"
|
label: "Advanced Request minimum resources required"
|
||||||
schema:
|
schema:
|
||||||
|
@ -1286,16 +1299,57 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "10m"
|
default: "10m"
|
||||||
valid_chars: '^([0-9]+)(\.[0-9]?|m?)$'
|
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
||||||
- variable: memory
|
- variable: memory
|
||||||
label: "Memory RAM"
|
label: "Memory RAM"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "50Mi"
|
default: "50Mi"
|
||||||
valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$'
|
valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
|
||||||
|
|
||||||
|
- variable: deviceList
|
||||||
|
label: "Mount USB devices"
|
||||||
|
group: "Resources and Devices"
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: deviceListEntry
|
||||||
|
label: "Device"
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the storage"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
- variable: type
|
||||||
|
label: "(Advanced) Type of Storage"
|
||||||
|
description: "Sets the persistence type"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "hostPath"
|
||||||
|
hidden: true
|
||||||
|
- variable: readOnly
|
||||||
|
label: "readOnly"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: hostPath
|
||||||
|
label: "Host Device Path"
|
||||||
|
description: "Path to the device on the host system"
|
||||||
|
schema:
|
||||||
|
type: path
|
||||||
|
- variable: mountPath
|
||||||
|
label: "Container Device Path"
|
||||||
|
description: "Path inside the container the device is mounted"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "/dev/ttyACM0"
|
||||||
|
|
||||||
- variable: autoscaling
|
- variable: autoscaling
|
||||||
group: "Resources and Devices"
|
group: "Advanced"
|
||||||
label: "(Advanced) Horizontal Pod Autoscaler"
|
label: "(Advanced) Horizontal Pod Autoscaler"
|
||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
|
@ -9,7 +9,7 @@ image:
|
||||||
# -- image repository
|
# -- image repository
|
||||||
repository: docker.io/photoprism/photoprism
|
repository: docker.io/photoprism/photoprism
|
||||||
# -- image tag
|
# -- image tag
|
||||||
tag: 20210925@sha256:238e6955804d82097d08f0e4318835721f46bd844f9065a38aa7d112ab72906e
|
tag: 20211002@sha256:286aa5b95e7ff212f025923c75f8a46f0cc7a4754e7f65185e3116983264f1c2
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
Loading…
Reference in New Issue