Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-02-03 10:09:51 +00:00
parent d2703537db
commit 0e6554b475
1544 changed files with 14830 additions and 10725 deletions

View File

@ -1,9 +0,0 @@
## [blocky-4.0.19](https://github.com/truecharts/charts/compare/blocky-4.0.18...blocky-4.0.19) (2023-01-31)
### Chore
- update container image tccr.io/truecharts/k8s_gateway to v0.3.3

View File

@ -4,6 +4,15 @@
## [blocky-4.0.20](https://github.com/truecharts/charts/compare/blocky-4.0.19...blocky-4.0.20) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))
## [blocky-4.0.19](https://github.com/truecharts/charts/compare/blocky-4.0.18...blocky-4.0.19) (2023-01-31)
### Chore
@ -88,12 +97,3 @@
## [blocky-4.0.10](https://github.com/truecharts/charts/compare/blocky-4.0.9...blocky-4.0.10) (2022-12-17)
### Chore
- update helm chart redis to v5.0.16
## [blocky-4.0.9](https://github.com/truecharts/charts/compare/blocky-4.0.8...blocky-4.0.9) (2022-12-13)
### Chore

View File

@ -22,11 +22,11 @@ maintainers:
name: blocky
sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/blocky
- https://hub.docker.com/spx01/blocky
- https://0xerr0r.github.io/blocky/
- https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend
- https://hub.docker.com/r/spx01/blocky
version: 4.0.19
version: 4.0.20
annotations:
truecharts.org/catagories: |
- network

View File

@ -0,0 +1,9 @@
## [blocky-4.0.20](https://github.com/truecharts/charts/compare/blocky-4.0.19...blocky-4.0.20) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))

View File

@ -1,9 +0,0 @@
## [alienswarm-reactivedrop-2.0.7](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-2.0.6...alienswarm-reactivedrop-2.0.7) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))

View File

@ -4,6 +4,15 @@
## [alienswarm-reactivedrop-2.0.8](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-2.0.7...alienswarm-reactivedrop-2.0.8) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))
## [alienswarm-reactivedrop-2.0.7](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-2.0.6...alienswarm-reactivedrop-2.0.7) (2022-12-27)
### Chore
@ -88,12 +97,3 @@
## [alienswarm-reactivedrop-2.0.2](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-2.0.1...alienswarm-reactivedrop-2.0.2) (2022-11-30)
## [alienswarm-reactivedrop-2.0.2](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-2.0.1...alienswarm-reactivedrop-2.0.2) (2022-11-30)

View File

@ -23,7 +23,7 @@ maintainers:
name: alienswarm-reactivedrop
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm-reactivedrop
- https://hub.docker.com/ich777/steamcmd
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 2.0.7
version: 2.0.8

View File

@ -0,0 +1,9 @@
## [alienswarm-reactivedrop-2.0.8](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-2.0.7...alienswarm-reactivedrop-2.0.8) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))

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

@ -803,10 +803,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
@ -827,12 +834,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
@ -944,11 +965,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
@ -968,12 +996,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
@ -1200,58 +1241,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 @@
## [americasarmy-pg-2.0.7](https://github.com/truecharts/charts/compare/americasarmy-pg-2.0.6...americasarmy-pg-2.0.7) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))

View File

@ -4,6 +4,15 @@
## [americasarmy-pg-2.0.8](https://github.com/truecharts/charts/compare/americasarmy-pg-2.0.7...americasarmy-pg-2.0.8) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))
## [americasarmy-pg-2.0.7](https://github.com/truecharts/charts/compare/americasarmy-pg-2.0.6...americasarmy-pg-2.0.7) (2022-12-27)
### Chore
@ -88,12 +97,3 @@
## [americasarmy-pg-2.0.2](https://github.com/truecharts/charts/compare/americasarmy-pg-2.0.1...americasarmy-pg-2.0.2) (2022-11-30)
## [americasarmy-pg-2.0.2](https://github.com/truecharts/charts/compare/americasarmy-pg-2.0.1...americasarmy-pg-2.0.2) (2022-11-30)

View File

@ -23,7 +23,7 @@ maintainers:
name: americasarmy-pg
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/americasarmy-pg
- https://hub.docker.com/ich777/steamcmd
- https://www.americasarmy.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 2.0.7
version: 2.0.8

View File

@ -0,0 +1,9 @@
## [americasarmy-pg-2.0.8](https://github.com/truecharts/charts/compare/americasarmy-pg-2.0.7...americasarmy-pg-2.0.8) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))

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

@ -797,10 +797,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
@ -821,12 +828,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
@ -938,11 +959,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
@ -962,12 +990,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
@ -1194,58 +1235,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 @@
## [android-8-0-2.0.7](https://github.com/truecharts/charts/compare/android-8-0-2.0.6...android-8-0-2.0.7) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))

View File

@ -4,6 +4,15 @@
## [android-8-0-2.0.8](https://github.com/truecharts/charts/compare/android-8-0-2.0.7...android-8-0-2.0.8) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))
## [android-8-0-2.0.7](https://github.com/truecharts/charts/compare/android-8-0-2.0.6...android-8-0-2.0.7) (2022-12-27)
### Chore
@ -88,12 +97,3 @@
## [android-8-0-2.0.2](https://github.com/truecharts/charts/compare/android-8-0-2.0.1...android-8-0-2.0.2) (2022-11-30)
## [android-8-0-2.0.2](https://github.com/truecharts/charts/compare/android-8-0-2.0.1...android-8-0-2.0.2) (2022-11-30)

View File

@ -23,6 +23,7 @@ maintainers:
name: android-8-0
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/android-8-0
- https://hub.docker.com/ulisses1478/docker-android
- https://registry.hub.docker.com/r/ulisses1478/docker-android
type: application
version: 2.0.7
version: 2.0.8

View File

@ -0,0 +1,9 @@
## [android-8-0-2.0.8](https://github.com/truecharts/charts/compare/android-8-0-2.0.7...android-8-0-2.0.8) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))

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

@ -594,58 +594,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 @@
## [anope-2.0.7](https://github.com/truecharts/charts/compare/anope-2.0.6...anope-2.0.7) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))

View File

@ -4,6 +4,15 @@
## [anope-2.0.8](https://github.com/truecharts/charts/compare/anope-2.0.7...anope-2.0.8) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))
## [anope-2.0.7](https://github.com/truecharts/charts/compare/anope-2.0.6...anope-2.0.7) (2022-12-27)
### Chore
@ -88,12 +97,3 @@
## [anope-2.0.2](https://github.com/truecharts/charts/compare/anope-2.0.1...anope-2.0.2) (2022-11-30)
## [anope-2.0.2](https://github.com/truecharts/charts/compare/anope-2.0.1...anope-2.0.2) (2022-11-30)

View File

@ -27,7 +27,7 @@ maintainers:
name: anope
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/anope
- https://hub.docker.com/ich777/anope
- https://thelounge.chat/
- https://hub.docker.com/r/ich777/anope
type: application
version: 2.0.7
version: 2.0.8

View File

@ -0,0 +1,9 @@
## [anope-2.0.8](https://github.com/truecharts/charts/compare/anope-2.0.7...anope-2.0.8) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))

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

@ -739,58 +739,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,4 +0,0 @@
## [arksurvivalevolved-3.0.7](https://github.com/truecharts/charts/compare/arksurvivalevolved-3.0.6...arksurvivalevolved-3.0.7) (2023-01-02)

View File

@ -4,6 +4,15 @@
## [arksurvivalevolved-3.0.8](https://github.com/truecharts/charts/compare/arksurvivalevolved-3.0.7...arksurvivalevolved-3.0.8) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))
## [arksurvivalevolved-3.0.7](https://github.com/truecharts/charts/compare/arksurvivalevolved-3.0.6...arksurvivalevolved-3.0.7) (2023-01-02)
@ -88,12 +97,3 @@
## [arksurvivalevolved-2.0.2](https://github.com/truecharts/charts/compare/arksurvivalevolved-2.0.1...arksurvivalevolved-2.0.2) (2022-11-30)
## [arksurvivalevolved-2.0.2](https://github.com/truecharts/charts/compare/arksurvivalevolved-2.0.1...arksurvivalevolved-2.0.2) (2022-11-30)
## [arksurvivalevolved-2.0.2](https://github.com/truecharts/charts/compare/arksurvivalevolved-2.0.1...arksurvivalevolved-2.0.2) (2022-11-30)

View File

@ -23,7 +23,7 @@ maintainers:
name: arksurvivalevolved
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/arksurvivalevolved
- https://hub.docker.com/ich777/steamcmd
- https://survivetheark.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 3.0.7
version: 3.0.8

View File

@ -0,0 +1,9 @@
## [arksurvivalevolved-3.0.8](https://github.com/truecharts/charts/compare/arksurvivalevolved-3.0.7...arksurvivalevolved-3.0.8) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))

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

@ -1006,10 +1006,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
@ -1030,12 +1037,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
@ -1147,11 +1168,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
@ -1171,12 +1199,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
@ -1403,58 +1444,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 @@
## [arma3exilemod-2.0.7](https://github.com/truecharts/charts/compare/arma3exilemod-2.0.6...arma3exilemod-2.0.7) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))

View File

@ -4,6 +4,15 @@
## [arma3exilemod-2.0.8](https://github.com/truecharts/charts/compare/arma3exilemod-2.0.7...arma3exilemod-2.0.8) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))
## [arma3exilemod-2.0.7](https://github.com/truecharts/charts/compare/arma3exilemod-2.0.6...arma3exilemod-2.0.7) (2022-12-27)
### Chore
@ -88,12 +97,3 @@
## [arma3exilemod-2.0.2](https://github.com/truecharts/charts/compare/arma3exilemod-2.0.1...arma3exilemod-2.0.2) (2022-11-30)
## [arma3exilemod-2.0.2](https://github.com/truecharts/charts/compare/arma3exilemod-2.0.1...arma3exilemod-2.0.2) (2022-11-30)

View File

@ -23,7 +23,7 @@ maintainers:
name: arma3exilemod
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/arma3exilemod
- https://hub.docker.com/ich777/steamcmd
- http://www.exilemod.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 2.0.7
version: 2.0.8

View File

@ -0,0 +1,9 @@
## [arma3exilemod-2.0.8](https://github.com/truecharts/charts/compare/arma3exilemod-2.0.7...arma3exilemod-2.0.8) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))

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

@ -1145,10 +1145,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
@ -1169,12 +1176,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
@ -1286,11 +1307,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
@ -1310,12 +1338,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
@ -1542,58 +1583,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 @@
## [assettocorsa-2.0.7](https://github.com/truecharts/charts/compare/assettocorsa-2.0.6...assettocorsa-2.0.7) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))

View File

@ -4,6 +4,15 @@
## [assettocorsa-2.0.8](https://github.com/truecharts/charts/compare/assettocorsa-2.0.7...assettocorsa-2.0.8) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))
## [assettocorsa-2.0.7](https://github.com/truecharts/charts/compare/assettocorsa-2.0.6...assettocorsa-2.0.7) (2022-12-27)
### Chore
@ -88,12 +97,3 @@
## [assettocorsa-2.0.2](https://github.com/truecharts/charts/compare/assettocorsa-2.0.1...assettocorsa-2.0.2) (2022-11-30)
## [assettocorsa-2.0.2](https://github.com/truecharts/charts/compare/assettocorsa-2.0.1...assettocorsa-2.0.2) (2022-11-30)

View File

@ -23,7 +23,7 @@ maintainers:
name: assettocorsa
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/assettocorsa
- https://hub.docker.com/ich777/steamcmd
- https://www.assettocorsa.net/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 2.0.7
version: 2.0.8

View File

@ -0,0 +1,9 @@
## [assettocorsa-2.0.8](https://github.com/truecharts/charts/compare/assettocorsa-2.0.7...assettocorsa-2.0.8) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))

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

@ -953,10 +953,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
@ -977,12 +984,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
@ -1094,11 +1115,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
@ -1118,12 +1146,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
@ -1350,58 +1391,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 @@
## [auto-yt-dl-2.0.10](https://github.com/truecharts/charts/compare/auto-yt-dl-2.0.9...auto-yt-dl-2.0.10) (2023-01-04)
### Chore
- update container image tccr.io/truecharts/auto-yt-dl to latest

View File

@ -4,6 +4,15 @@
## [auto-yt-dl-2.0.11](https://github.com/truecharts/charts/compare/auto-yt-dl-2.0.10...auto-yt-dl-2.0.11) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))
## [auto-yt-dl-2.0.10](https://github.com/truecharts/charts/compare/auto-yt-dl-2.0.9...auto-yt-dl-2.0.10) (2023-01-04)
### Chore
@ -88,12 +97,3 @@
## [auto-yt-dl-2.0.2](https://github.com/truecharts/charts/compare/auto-yt-dl-2.0.1...auto-yt-dl-2.0.2) (2022-11-30)
## [auto-yt-dl-2.0.2](https://github.com/truecharts/charts/compare/auto-yt-dl-2.0.1...auto-yt-dl-2.0.2) (2022-11-30)
## [auto-yt-dl-2.0.2](https://github.com/truecharts/charts/compare/auto-yt-dl-2.0.1...auto-yt-dl-2.0.2) (2022-11-30)

View File

@ -23,7 +23,7 @@ maintainers:
name: auto-yt-dl
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/auto-yt-dl
- https://hub.docker.com/guhu007/auto-yt-dl
- https://github.com/xXGuhuXx/auto-yt-dl
- https://hub.docker.com/repository/docker/guhu007/auto-yt-dl
type: application
version: 2.0.10
version: 2.0.11

View File

@ -0,0 +1,9 @@
## [auto-yt-dl-2.0.11](https://github.com/truecharts/charts/compare/auto-yt-dl-2.0.10...auto-yt-dl-2.0.11) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))

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