Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-02 08:49:45 +00:00
parent 31f9d46f42
commit 5fe972fd98
12 changed files with 34 additions and 41 deletions

View File

@ -1,10 +0,0 @@
## [snapdrop-6.0.14](https://github.com/truecharts/charts/compare/snapdrop-6.0.13...snapdrop-6.0.14) (2023-10-29)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))

View File

@ -4,6 +4,15 @@
## [snapdrop-6.0.15](https://github.com/truecharts/charts/compare/snapdrop-6.0.14...snapdrop-6.0.15) (2023-11-02)
### Chore
- update container image tccr.io/truecharts/snapdrop to latest ([#14241](https://github.com/truecharts/charts/issues/14241))
## [snapdrop-6.0.14](https://github.com/truecharts/charts/compare/snapdrop-6.0.13...snapdrop-6.0.14) (2023-10-29)
### Chore
@ -88,12 +97,3 @@
## [snapdrop-6.0.5](https://github.com/truecharts/charts/compare/snapdrop-6.0.4...snapdrop-6.0.5) (2023-08-25)
### Chore
- update container image tccr.io/truecharts/snapdrop to latest ([#11868](https://github.com/truecharts/charts/issues/11868))
## [snapdrop-6.0.4](https://github.com/truecharts/charts/compare/snapdrop-6.0.3...snapdrop-6.0.4) (2023-08-24)

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: 6.0.14
version: 6.0.15
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [snapdrop-6.0.15](https://github.com/truecharts/charts/compare/snapdrop-6.0.14...snapdrop-6.0.15) (2023-11-02)
### Chore
- update container image tccr.io/truecharts/snapdrop to latest ([#14241](https://github.com/truecharts/charts/issues/14241))

View File

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

View File

@ -801,19 +801,6 @@ questions:
schema:
type: string
default: ""
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: secretName
label: Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
@ -879,19 +866,26 @@ questions:
schema:
type: string
default: ""
- variable: 'clusterCertificate (Advanced)'
label: Cluster Certificate
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: secretName
label: 'Use Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
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