Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-18 23:40:24 +00:00
parent ee5bd40e3f
commit eb2c2bf7f1
13 changed files with 111 additions and 74 deletions

View File

@ -1,9 +0,0 @@
## [snapdrop-5.0.25](https://github.com/truecharts/charts/compare/snapdrop-5.0.24...snapdrop-5.0.25) (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 @@
## [snapdrop-5.0.26](https://github.com/truecharts/charts/compare/snapdrop-5.0.25...snapdrop-5.0.26) (2023-06-18)
### Chore
- update container image tccr.io/truecharts/snapdrop to latest ([#9753](https://github.com/truecharts/charts/issues/9753))
## [snapdrop-5.0.25](https://github.com/truecharts/charts/compare/snapdrop-5.0.24...snapdrop-5.0.25) (2023-06-13)
### Chore
@ -81,15 +90,6 @@
## [snapdrop-5.0.17](https://github.com/truecharts/charts/compare/snapdrop-5.0.16...snapdrop-5.0.17) (2023-05-25)
### Chore
- update container image tccr.io/truecharts/snapdrop to latest ([#9153](https://github.com/truecharts/charts/issues/9153))
## [snapdrop-5.0.17](https://github.com/truecharts/charts/compare/snapdrop-5.0.16...snapdrop-5.0.17) (2023-05-25)
### Chore

View File

@ -18,7 +18,7 @@ name: snapdrop
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop
- https://github.com/linuxserver/docker-snapdrop
version: 5.0.25
version: 5.0.26
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [snapdrop-5.0.26](https://github.com/truecharts/charts/compare/snapdrop-5.0.25...snapdrop-5.0.26) (2023-06-18)
### Chore
- update container image tccr.io/truecharts/snapdrop to latest ([#9753](https://github.com/truecharts/charts/issues/9753))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/snapdrop
tag: latest@sha256:e40767af676a9f0c4e6ddfd9ccff0fd841f8d7b0ad4c5387f52608348dc801ef
tag: latest@sha256:a8483d93dc2005228d006c18327d1424bf4735e8da3df9e1c4e6dac4569d5150
pullPolicy: IfNotPresent
service:
main:

View File

@ -303,6 +303,7 @@ questions:
description: Interface Configuration
label: Interface Configuration
schema:
additional_attrs: true
type: dict
$ref:
- "normalize/interfaceConfiguration"
@ -319,6 +320,7 @@ questions:
description: Define how IP Address will be managed
label: IP Address Management
schema:
additional_attrs: true
type: dict
required: true
attrs:
@ -549,6 +551,36 @@ 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
@ -756,24 +788,25 @@ 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
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
@ -1171,6 +1204,7 @@ questions:
- variable: gpu
label: Select GPU
schema:
additional_attrs: true
type: dict
$ref:
- "definitions/gpuConfiguration"
@ -1758,6 +1792,7 @@ questions:
- variable: openvpn
label: OpenVPN Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "openvpn"]]
attrs:
@ -1778,6 +1813,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/snapdrop.png
categories:
- media
screenshots: []