Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-24 12:46:24 +00:00
parent ae4ae5e7c9
commit 451495ae61
184 changed files with 4410 additions and 694 deletions

View File

@ -1,9 +0,0 @@
## [nitter-1.0.5](https://github.com/truecharts/charts/compare/nitter-1.0.4...nitter-1.0.5) (2023-01-23)
### Chore
- update helm general non-major

View File

@ -4,6 +4,15 @@
## [nitter-1.0.6](https://github.com/truecharts/charts/compare/nitter-1.0.5...nitter-1.0.6) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/nitter to latest
## [nitter-1.0.5](https://github.com/truecharts/charts/compare/nitter-1.0.4...nitter-1.0.5) (2023-01-23)
### Chore

View File

@ -25,7 +25,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/nitter
- https://github.com/zedeus/nitter
type: application
version: 1.0.5
version: 1.0.6
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [nitter-1.0.6](https://github.com/truecharts/charts/compare/nitter-1.0.5...nitter-1.0.6) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/nitter to latest

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/nitter
pullPolicy: IfNotPresent
tag: latest@sha256:207683c2209c22743b388d889cbd2bd1deb80e01131dc77d9c6ff6b7b5ddac74
tag: latest@sha256:7a1910430c46f1199fe5efedf993181e9a07f2678a5ac68a71fe0d367c56294b
nitter:
general:

View File

@ -705,10 +705,17 @@ questions:
type: string
required: true
default: Prefix
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -729,12 +736,26 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -846,11 +867,18 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@ -870,12 +898,25 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider

View File

@ -1,9 +0,0 @@
## [privatebin-3.0.21](https://github.com/truecharts/charts/compare/privatebin-3.0.20...privatebin-3.0.21) (2023-01-23)
### Chore
- update helm general non-major

View File

@ -4,6 +4,15 @@
## [privatebin-3.0.22](https://github.com/truecharts/charts/compare/privatebin-3.0.21...privatebin-3.0.22) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/privatebin to 1.5.1
## [privatebin-3.0.21](https://github.com/truecharts/charts/compare/privatebin-3.0.20...privatebin-3.0.21) (2023-01-23)
### Chore
@ -88,12 +97,3 @@
## [privatebin-3.0.12](https://github.com/truecharts/charts/compare/privatebin-3.0.11...privatebin-3.0.12) (2022-12-18)
### Chore
- update helm chart postgresql to v11.0.13 ([#5495](https://github.com/truecharts/charts/issues/5495))
## [privatebin-3.0.11](https://github.com/truecharts/charts/compare/privatebin-3.0.10...privatebin-3.0.11) (2022-12-13)
### Chore

View File

@ -27,7 +27,7 @@ sources:
- https://github.com/PrivateBin/PrivateBin
- https://hub.docker.com/r/privatebin/pdo
type: application
version: 3.0.21
version: 3.0.22
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -0,0 +1,9 @@
## [privatebin-3.0.22](https://github.com/truecharts/charts/compare/privatebin-3.0.21...privatebin-3.0.22) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/privatebin to 1.5.1

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/privatebin
pullPolicy: IfNotPresent
tag: 1.5.1@sha256:354d9751eada4b0e98c166f0c2bfe79ddc3336e66d27a29c1c5ce520514303cc
tag: 1.5.1@sha256:2a0a3549c860aafcf8963e622a666244cb95810cceebad73d5c405afcced7e7f
podSecurityContext:
runAsUser: 65534

View File

@ -847,10 +847,17 @@ questions:
type: string
required: true
default: Prefix
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -871,12 +878,26 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -988,11 +1009,18 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@ -1012,12 +1040,25 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider

View File

@ -1,9 +0,0 @@
## [ra-rom-processor-2.0.13](https://github.com/truecharts/charts/compare/ra-rom-processor-2.0.12...ra-rom-processor-2.0.13) (2023-01-12)
### Chore
- update container image tccr.io/truecharts/ra-rom-processor to latest

View File

@ -4,6 +4,15 @@
## [ra-rom-processor-2.0.14](https://github.com/truecharts/charts/compare/ra-rom-processor-2.0.13...ra-rom-processor-2.0.14) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/ra-rom-processor to latest
## [ra-rom-processor-2.0.13](https://github.com/truecharts/charts/compare/ra-rom-processor-2.0.12...ra-rom-processor-2.0.13) (2023-01-12)
### Chore
@ -85,15 +94,6 @@
## [ra-rom-processor-2.0.4](https://github.com/truecharts/charts/compare/ra-rom-processor-2.0.2...ra-rom-processor-2.0.4) (2022-11-30)
### Chore
- update container image tccr.io/truecharts/ra-rom-processor to latest
## [ra-rom-processor-2.0.4](https://github.com/truecharts/charts/compare/ra-rom-processor-2.0.2...ra-rom-processor-2.0.4) (2022-11-30)
### Chore

View File

@ -23,7 +23,7 @@ sources:
- https://hub.docker.com/r/randomninjaatk/raromprocessor
- https://github.com/RandomNinjaAtk/docker-raromprocessor#instructionsusage-guidelines
type: application
version: 2.0.13
version: 2.0.14
annotations:
truecharts.org/catagories: |
- MediaApp-Other

View File

@ -0,0 +1,9 @@
## [ra-rom-processor-2.0.14](https://github.com/truecharts/charts/compare/ra-rom-processor-2.0.13...ra-rom-processor-2.0.14) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/ra-rom-processor to latest

View File

@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/ra-rom-processor
tag: latest@sha256:fbe9374383c2795bbe9957a5a06495690eddd30c06e01a538bd6a8a3397829d4
tag: latest@sha256:d8daf9ebaddd9568eb56116334eeb30f3f43e53b77dfd66a39489f8e17d8f81d
podSecurityContext:
runAsGroup: 0

View File

@ -1066,58 +1066,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

View File

@ -4,6 +4,15 @@
## [sia-daemon-2.0.10](https://github.com/truecharts/charts/compare/sia-daemon-2.0.9...sia-daemon-2.0.10) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/sia-daemon to vmaster
## [sia-daemon-2.0.9](https://github.com/truecharts/charts/compare/sia-daemon-2.0.8...sia-daemon-2.0.9) (2023-01-17)
### Chore
@ -88,12 +97,3 @@
## [sia-daemon-2.0.2](https://github.com/truecharts/charts/compare/sia-daemon-2.0.1...sia-daemon-2.0.2) (2022-11-30)
## [sia-daemon-2.0.2](https://github.com/truecharts/charts/compare/sia-daemon-2.0.1...sia-daemon-2.0.2) (2022-11-30)

View File

@ -28,4 +28,4 @@ sources:
- https://github.com/siafoundation/siad
- https://github.com/SiaFoundation/siad/pkgs/container/siad
type: application
version: 2.0.9
version: 2.0.10

View File

@ -0,0 +1,9 @@
## [sia-daemon-2.0.10](https://github.com/truecharts/charts/compare/sia-daemon-2.0.9...sia-daemon-2.0.10) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/sia-daemon to vmaster

View File

@ -4,7 +4,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/sia-daemon
tag: vmaster@sha256:057b4509f78abdf34d27e9f499161b76a02263b0cd6c077d608c72b093707c25
tag: vmaster@sha256:95d508d7105bdbf389946c7ab29a150822da7728c7225826be3cfb03fd139ae2
persistence:
datadirectory:
enabled: true

View File

@ -747,10 +747,17 @@ questions:
type: string
required: true
default: Prefix
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -771,12 +778,26 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -888,11 +909,18 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@ -912,12 +940,25 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -1144,58 +1185,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

View File

@ -1,9 +0,0 @@
## [sia-daemon-2.0.9](https://github.com/truecharts/charts/compare/sia-daemon-2.0.8...sia-daemon-2.0.9) (2023-01-17)
### Chore
- update container image tccr.io/truecharts/sia-daemon to vmaster

View File

@ -1,9 +0,0 @@
## [ts-dnsserver-2.0.15](https://github.com/truecharts/charts/compare/ts-dnsserver-2.0.14...ts-dnsserver-2.0.15) (2023-01-12)
### Chore
- update container image tccr.io/truecharts/ts-dnsserver to latest

View File

@ -4,6 +4,15 @@
## [ts-dnsserver-2.0.16](https://github.com/truecharts/charts/compare/ts-dnsserver-2.0.15...ts-dnsserver-2.0.16) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/ts-dnsserver to latest
## [ts-dnsserver-2.0.15](https://github.com/truecharts/charts/compare/ts-dnsserver-2.0.14...ts-dnsserver-2.0.15) (2023-01-12)
### Chore
@ -85,15 +94,6 @@
## [ts-dnsserver-2.0.6](https://github.com/truecharts/charts/compare/ts-dnsserver-2.0.4...ts-dnsserver-2.0.6) (2022-11-30)
### Chore
- update container image tccr.io/truecharts/ts-dnsserver to latest
## [ts-dnsserver-2.0.6](https://github.com/truecharts/charts/compare/ts-dnsserver-2.0.4...ts-dnsserver-2.0.6) (2022-11-30)
### Chore

View File

@ -26,4 +26,4 @@ sources:
- https://github.com/TechnitiumSoftware/DnsServer
- https://hub.docker.com/r/roxedus/ts-dnsserver/
type: application
version: 2.0.15
version: 2.0.16

View File

@ -0,0 +1,9 @@
## [ts-dnsserver-2.0.16](https://github.com/truecharts/charts/compare/ts-dnsserver-2.0.15...ts-dnsserver-2.0.16) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/ts-dnsserver to latest

View File

@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -2,7 +2,7 @@ env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/ts-dnsserver
tag: latest@sha256:f7385fbaae24192491c91057c311af1a12a0a168059f539628eb0ca9eebdf381
tag: latest@sha256:6b37688aa01bf161a50ebac75004c842a1686bf93bf055835fad96b57cfe75cb
persistence:
config:
enabled: true

View File

@ -676,10 +676,17 @@ questions:
type: string
required: true
default: Prefix
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -700,12 +707,26 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -817,11 +838,18 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@ -841,12 +869,25 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -1073,58 +1114,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

View File

@ -1,9 +0,0 @@
## [yacy-2.0.11](https://github.com/truecharts/charts/compare/yacy-2.0.10...yacy-2.0.11) (2023-01-16)
### Chore
- update container image tccr.io/truecharts/yacy to latest

View File

@ -4,6 +4,15 @@
## [yacy-2.0.12](https://github.com/truecharts/charts/compare/yacy-2.0.11...yacy-2.0.12) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/yacy to latest
## [yacy-2.0.11](https://github.com/truecharts/charts/compare/yacy-2.0.10...yacy-2.0.11) (2023-01-16)
### Chore
@ -88,12 +97,3 @@
## [yacy-2.0.4](https://github.com/truecharts/charts/compare/yacy-2.0.2...yacy-2.0.4) (2022-11-30)
## [yacy-2.0.4](https://github.com/truecharts/charts/compare/yacy-2.0.2...yacy-2.0.4) (2022-11-30)

View File

@ -28,4 +28,4 @@ sources:
- https://yacy.net/
- https://hub.docker.com/r/yacy/yacy_search_server/
type: application
version: 2.0.11
version: 2.0.12

View File

@ -0,0 +1,9 @@
## [yacy-2.0.12](https://github.com/truecharts/charts/compare/yacy-2.0.11...yacy-2.0.12) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/yacy to latest

View File

@ -2,7 +2,7 @@ env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/yacy
tag: latest@sha256:b716700a50d975903a4d0a1ac3bd422fb58a2b568cc9f7a3165f082b96d27d75
tag: latest@sha256:730b7a690effb5b4e9b514afd20bc90a75668ff9763954d5140edef0ff4031cf
persistence:
appdata:
enabled: true

View File

@ -676,10 +676,17 @@ questions:
type: string
required: true
default: Prefix
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -700,12 +707,26 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -817,11 +838,18 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@ -841,12 +869,25 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -1073,58 +1114,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

View File

@ -1,9 +0,0 @@
## [yourls-2.0.11](https://github.com/truecharts/charts/compare/yourls-2.0.10...yourls-2.0.11) (2023-01-12)
### Chore
- update container image tccr.io/truecharts/yourls to latest

View File

@ -4,6 +4,15 @@
## [yourls-2.0.12](https://github.com/truecharts/charts/compare/yourls-2.0.11...yourls-2.0.12) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/yourls to latest
## [yourls-2.0.11](https://github.com/truecharts/charts/compare/yourls-2.0.10...yourls-2.0.11) (2023-01-12)
### Chore
@ -88,12 +97,3 @@
## [yourls-2.0.4](https://github.com/truecharts/charts/compare/yourls-2.0.3...yourls-2.0.4) (2022-11-30)
## [yourls-2.0.4](https://github.com/truecharts/charts/compare/yourls-2.0.3...yourls-2.0.4) (2022-11-30)

View File

@ -31,4 +31,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/yourls
- https://hub.docker.com/_/yourls/
type: application
version: 2.0.11
version: 2.0.12

View File

@ -0,0 +1,9 @@
## [yourls-2.0.12](https://github.com/truecharts/charts/compare/yourls-2.0.11...yourls-2.0.12) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/yourls to latest

View File

@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -10,7 +10,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/yourls
tag: latest@sha256:f0fed7a0a7468dbc5e9f0c6d90acc319c62ae530b766a14fe92cebf6af7270fa
tag: latest@sha256:85b91297b39c3f5e2ab6179ba8b568051725e213364e75c064f03fef9910fd65
persistence: {}
podSecurityContext:
runAsGroup: 0

View File

@ -601,10 +601,17 @@ questions:
type: string
required: true
default: Prefix
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -625,12 +632,26 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -742,11 +763,18 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@ -766,12 +794,25 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -998,58 +1039,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

View File

@ -1,9 +0,0 @@
## [fleet-6.0.18](https://github.com/truecharts/charts/compare/fleet-6.0.17...fleet-6.0.18) (2023-01-23)
### Chore
- update helm general non-major

View File

@ -4,6 +4,15 @@
## [fleet-6.0.19](https://github.com/truecharts/charts/compare/fleet-6.0.18...fleet-6.0.19) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/fleet to 2.3.3
## [fleet-6.0.18](https://github.com/truecharts/charts/compare/fleet-6.0.17...fleet-6.0.18) (2023-01-23)
### Chore
@ -88,12 +97,3 @@
## [fleet-6.0.9](https://github.com/truecharts/charts/compare/fleet-6.0.8...fleet-6.0.9) (2022-12-18)
### Chore
- update helm chart mariadb to v5.0.15 ([#5492](https://github.com/truecharts/charts/issues/5492))
## [fleet-6.0.8](https://github.com/truecharts/charts/compare/fleet-6.0.7...fleet-6.0.8) (2022-12-13)
### Chore

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: fleet
version: 6.0.18
version: 6.0.19
appVersion: "2.3.3"
description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories.
type: application

View File

@ -0,0 +1,9 @@
## [fleet-6.0.19](https://github.com/truecharts/charts/compare/fleet-6.0.18...fleet-6.0.19) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/fleet to 2.3.3

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/fleet
pullPolicy: IfNotPresent
tag: 2.3.3@sha256:fc7d171ccc842d3a9254c0589f8004424eb5c840683ded9176df25f22bce480f
tag: 2.3.3@sha256:2bc17684fed67948551469744e4c4ce00d3aa3f0dc59653662bb4ccf77f4c8a3
securityContext:
runAsNonRoot: false

View File

@ -637,10 +637,17 @@ questions:
type: string
required: true
default: Prefix
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -661,12 +668,26 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -778,11 +799,18 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@ -802,12 +830,25 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider

View File

@ -1,9 +0,0 @@
## [jupyter-3.0.11](https://github.com/truecharts/charts/compare/jupyter-3.0.10...jupyter-3.0.11) (2023-01-18)
### Chore
- update jupyter

View File

@ -4,6 +4,15 @@
## [jupyter-3.0.12](https://github.com/truecharts/charts/compare/jupyter-3.0.11...jupyter-3.0.12) (2023-01-24)
### Chore
- update jupyter
## [jupyter-3.0.11](https://github.com/truecharts/charts/compare/jupyter-3.0.10...jupyter-3.0.11) (2023-01-18)
### Chore
@ -88,12 +97,3 @@
## [jupyter-3.0.3](https://github.com/truecharts/charts/compare/jupyter-3.0.2...jupyter-3.0.3) (2023-01-07)
### Chore
- update container image tccr.io/truecharts/jupyter-tensorflow to v
- update container image tccr.io/truecharts/jupyter-scipy to v
- update container image tccr.io/truecharts/jupyter-r to v
- update container image tccr.io/truecharts/jupyter-pyspark to v

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/jupyter
- https://github.com/jupyter/docker-stacks
type: application
version: 3.0.11
version: 3.0.12
annotations:
truecharts.org/catagories: |
- Cloud

View File

@ -0,0 +1,9 @@
## [jupyter-3.0.12](https://github.com/truecharts/charts/compare/jupyter-3.0.11...jupyter-3.0.12) (2023-01-24)
### Chore
- update jupyter

Some files were not shown because too many files have changed in this diff Show More