Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ae4ae5e7c9
commit
451495ae61
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
@ -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)
|
## [nitter-1.0.5](https://github.com/truecharts/charts/compare/nitter-1.0.4...nitter-1.0.5) (2023-01-23)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
|
@ -25,7 +25,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/nitter
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/nitter
|
||||||
- https://github.com/zedeus/nitter
|
- https://github.com/zedeus/nitter
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.5
|
version: 1.0.6
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/nitter
|
repository: tccr.io/truecharts/nitter
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest@sha256:207683c2209c22743b388d889cbd2bd1deb80e01131dc77d9c6ff6b7b5ddac74
|
tag: latest@sha256:7a1910430c46f1199fe5efedf993181e9a07f2678a5ac68a71fe0d367c56294b
|
||||||
|
|
||||||
nitter:
|
nitter:
|
||||||
general:
|
general:
|
|
@ -705,10 +705,17 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: Prefix
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
|
@ -729,12 +736,26 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
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:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: (Advanced) Traefik Entrypoint
|
label: (Advanced) Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||||
|
@ -846,11 +867,18 @@ questions:
|
||||||
label: Service Port
|
label: Service Port
|
||||||
schema:
|
schema:
|
||||||
type: int
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
label: Host
|
label: Host
|
||||||
|
@ -870,12 +898,25 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: scaleCert
|
- variable: clusterIssuer
|
||||||
label: Select TrueNAS SCALE Certificate
|
label: Use Cert-Manager clusterIssuer
|
||||||
|
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
|
||||||
schema:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: Traefik Entrypoint
|
label: Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
@ -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)
|
## [privatebin-3.0.21](https://github.com/truecharts/charts/compare/privatebin-3.0.20...privatebin-3.0.21) (2023-01-23)
|
||||||
|
|
||||||
### Chore
|
### 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)
|
## [privatebin-3.0.12](https://github.com/truecharts/charts/compare/privatebin-3.0.11...privatebin-3.0.12) (2022-12-18)
|
||||||
|
|
||||||
### Chore
|
### 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
|
|
|
@ -27,7 +27,7 @@ sources:
|
||||||
- https://github.com/PrivateBin/PrivateBin
|
- https://github.com/PrivateBin/PrivateBin
|
||||||
- https://hub.docker.com/r/privatebin/pdo
|
- https://hub.docker.com/r/privatebin/pdo
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.21
|
version: 3.0.22
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- productivity
|
- productivity
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/privatebin
|
repository: tccr.io/truecharts/privatebin
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.5.1@sha256:354d9751eada4b0e98c166f0c2bfe79ddc3336e66d27a29c1c5ce520514303cc
|
tag: 1.5.1@sha256:2a0a3549c860aafcf8963e622a666244cb95810cceebad73d5c405afcced7e7f
|
||||||
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 65534
|
runAsUser: 65534
|
|
@ -847,10 +847,17 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: Prefix
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
|
@ -871,12 +878,26 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
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:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: (Advanced) Traefik Entrypoint
|
label: (Advanced) Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||||
|
@ -988,11 +1009,18 @@ questions:
|
||||||
label: Service Port
|
label: Service Port
|
||||||
schema:
|
schema:
|
||||||
type: int
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
label: Host
|
label: Host
|
||||||
|
@ -1012,12 +1040,25 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: scaleCert
|
- variable: clusterIssuer
|
||||||
label: Select TrueNAS SCALE Certificate
|
label: Use Cert-Manager clusterIssuer
|
||||||
|
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
|
||||||
schema:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: Traefik Entrypoint
|
label: Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
@ -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)
|
## [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
|
### 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)
|
## [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
|
### Chore
|
|
@ -23,7 +23,7 @@ sources:
|
||||||
- https://hub.docker.com/r/randomninjaatk/raromprocessor
|
- https://hub.docker.com/r/randomninjaatk/raromprocessor
|
||||||
- https://github.com/RandomNinjaAtk/docker-raromprocessor#instructionsusage-guidelines
|
- https://github.com/RandomNinjaAtk/docker-raromprocessor#instructionsusage-guidelines
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.13
|
version: 2.0.14
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- MediaApp-Other
|
- MediaApp-Other
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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.
|
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!
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: tccr.io/truecharts/ra-rom-processor
|
repository: tccr.io/truecharts/ra-rom-processor
|
||||||
tag: latest@sha256:fbe9374383c2795bbe9957a5a06495690eddd30c06e01a538bd6a8a3397829d4
|
tag: latest@sha256:d8daf9ebaddd9568eb56116334eeb30f3f43e53b77dfd66a39489f8e17d8f81d
|
||||||
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
|
@ -1066,58 +1066,58 @@ questions:
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/gpuConfiguration"
|
- "definitions/gpuConfiguration"
|
||||||
attrs: []
|
attrs: []
|
||||||
- variable: horizontalPodAutoscaler
|
# - variable: horizontalPodAutoscaler
|
||||||
group: Advanced
|
# group: Advanced
|
||||||
label: (Advanced) Horizontal Pod Autoscaler
|
# label: (Advanced) Horizontal Pod Autoscaler
|
||||||
schema:
|
# schema:
|
||||||
type: list
|
# type: list
|
||||||
default: []
|
# default: []
|
||||||
items:
|
# items:
|
||||||
- variable: hpaEntry
|
# - variable: hpaEntry
|
||||||
label: HPA Entry
|
# label: HPA Entry
|
||||||
schema:
|
# schema:
|
||||||
additional_attrs: true
|
# additional_attrs: true
|
||||||
type: dict
|
# type: dict
|
||||||
attrs:
|
# attrs:
|
||||||
- variable: name
|
# - variable: name
|
||||||
label: Name
|
# label: Name
|
||||||
schema:
|
# schema:
|
||||||
type: string
|
# type: string
|
||||||
required: true
|
# required: true
|
||||||
default: ""
|
# default: ""
|
||||||
- variable: enabled
|
# - variable: enabled
|
||||||
label: Enabled
|
# label: Enabled
|
||||||
schema:
|
# schema:
|
||||||
type: boolean
|
# type: boolean
|
||||||
default: false
|
# default: false
|
||||||
show_subquestions_if: true
|
# show_subquestions_if: true
|
||||||
subquestions:
|
# subquestions:
|
||||||
- variable: target
|
# - variable: target
|
||||||
label: Target
|
# label: Target
|
||||||
description: Deployment name, Defaults to Main Deployment
|
# description: Deployment name, Defaults to Main Deployment
|
||||||
schema:
|
# schema:
|
||||||
type: string
|
# type: string
|
||||||
default: ""
|
# default: ""
|
||||||
- variable: minReplicas
|
# - variable: minReplicas
|
||||||
label: Minimum Replicas
|
# label: Minimum Replicas
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 1
|
# default: 1
|
||||||
- variable: maxReplicas
|
# - variable: maxReplicas
|
||||||
label: Maximum Replicas
|
# label: Maximum Replicas
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 5
|
# default: 5
|
||||||
- variable: targetCPUUtilizationPercentage
|
# - variable: targetCPUUtilizationPercentage
|
||||||
label: Target CPU Utilization Percentage
|
# label: Target CPU Utilization Percentage
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 80
|
# default: 80
|
||||||
- variable: targetMemoryUtilizationPercentage
|
# - variable: targetMemoryUtilizationPercentage
|
||||||
label: Target Memory Utilization Percentage
|
# label: Target Memory Utilization Percentage
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 80
|
# default: 80
|
||||||
- variable: networkPolicy
|
- variable: networkPolicy
|
||||||
group: Advanced
|
group: Advanced
|
||||||
label: (Advanced) Network Policy
|
label: (Advanced) Network Policy
|
|
@ -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)
|
## [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
|
### 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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [sia-daemon-2.0.2](https://github.com/truecharts/charts/compare/sia-daemon-2.0.1...sia-daemon-2.0.2) (2022-11-30)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -28,4 +28,4 @@ sources:
|
||||||
- https://github.com/siafoundation/siad
|
- https://github.com/siafoundation/siad
|
||||||
- https://github.com/SiaFoundation/siad/pkgs/container/siad
|
- https://github.com/SiaFoundation/siad/pkgs/container/siad
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.9
|
version: 2.0.10
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ env:
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: tccr.io/truecharts/sia-daemon
|
repository: tccr.io/truecharts/sia-daemon
|
||||||
tag: vmaster@sha256:057b4509f78abdf34d27e9f499161b76a02263b0cd6c077d608c72b093707c25
|
tag: vmaster@sha256:95d508d7105bdbf389946c7ab29a150822da7728c7225826be3cfb03fd139ae2
|
||||||
persistence:
|
persistence:
|
||||||
datadirectory:
|
datadirectory:
|
||||||
enabled: true
|
enabled: true
|
|
@ -747,10 +747,17 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: Prefix
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
|
@ -771,12 +778,26 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
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:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: (Advanced) Traefik Entrypoint
|
label: (Advanced) Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||||
|
@ -888,11 +909,18 @@ questions:
|
||||||
label: Service Port
|
label: Service Port
|
||||||
schema:
|
schema:
|
||||||
type: int
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
label: Host
|
label: Host
|
||||||
|
@ -912,12 +940,25 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: scaleCert
|
- variable: clusterIssuer
|
||||||
label: Select TrueNAS SCALE Certificate
|
label: Use Cert-Manager clusterIssuer
|
||||||
|
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
|
||||||
schema:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: Traefik Entrypoint
|
label: Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||||
|
@ -1144,58 +1185,58 @@ questions:
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/gpuConfiguration"
|
- "definitions/gpuConfiguration"
|
||||||
attrs: []
|
attrs: []
|
||||||
- variable: horizontalPodAutoscaler
|
# - variable: horizontalPodAutoscaler
|
||||||
group: Advanced
|
# group: Advanced
|
||||||
label: (Advanced) Horizontal Pod Autoscaler
|
# label: (Advanced) Horizontal Pod Autoscaler
|
||||||
schema:
|
# schema:
|
||||||
type: list
|
# type: list
|
||||||
default: []
|
# default: []
|
||||||
items:
|
# items:
|
||||||
- variable: hpaEntry
|
# - variable: hpaEntry
|
||||||
label: HPA Entry
|
# label: HPA Entry
|
||||||
schema:
|
# schema:
|
||||||
additional_attrs: true
|
# additional_attrs: true
|
||||||
type: dict
|
# type: dict
|
||||||
attrs:
|
# attrs:
|
||||||
- variable: name
|
# - variable: name
|
||||||
label: Name
|
# label: Name
|
||||||
schema:
|
# schema:
|
||||||
type: string
|
# type: string
|
||||||
required: true
|
# required: true
|
||||||
default: ""
|
# default: ""
|
||||||
- variable: enabled
|
# - variable: enabled
|
||||||
label: Enabled
|
# label: Enabled
|
||||||
schema:
|
# schema:
|
||||||
type: boolean
|
# type: boolean
|
||||||
default: false
|
# default: false
|
||||||
show_subquestions_if: true
|
# show_subquestions_if: true
|
||||||
subquestions:
|
# subquestions:
|
||||||
- variable: target
|
# - variable: target
|
||||||
label: Target
|
# label: Target
|
||||||
description: Deployment name, Defaults to Main Deployment
|
# description: Deployment name, Defaults to Main Deployment
|
||||||
schema:
|
# schema:
|
||||||
type: string
|
# type: string
|
||||||
default: ""
|
# default: ""
|
||||||
- variable: minReplicas
|
# - variable: minReplicas
|
||||||
label: Minimum Replicas
|
# label: Minimum Replicas
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 1
|
# default: 1
|
||||||
- variable: maxReplicas
|
# - variable: maxReplicas
|
||||||
label: Maximum Replicas
|
# label: Maximum Replicas
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 5
|
# default: 5
|
||||||
- variable: targetCPUUtilizationPercentage
|
# - variable: targetCPUUtilizationPercentage
|
||||||
label: Target CPU Utilization Percentage
|
# label: Target CPU Utilization Percentage
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 80
|
# default: 80
|
||||||
- variable: targetMemoryUtilizationPercentage
|
# - variable: targetMemoryUtilizationPercentage
|
||||||
label: Target Memory Utilization Percentage
|
# label: Target Memory Utilization Percentage
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 80
|
# default: 80
|
||||||
- variable: networkPolicy
|
- variable: networkPolicy
|
||||||
group: Advanced
|
group: Advanced
|
||||||
label: (Advanced) Network Policy
|
label: (Advanced) Network Policy
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
@ -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)
|
## [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
|
### 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)
|
## [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
|
### Chore
|
|
@ -26,4 +26,4 @@ sources:
|
||||||
- https://github.com/TechnitiumSoftware/DnsServer
|
- https://github.com/TechnitiumSoftware/DnsServer
|
||||||
- https://hub.docker.com/r/roxedus/ts-dnsserver/
|
- https://hub.docker.com/r/roxedus/ts-dnsserver/
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.15
|
version: 2.0.16
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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.
|
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!
|
|
@ -2,7 +2,7 @@ env: {}
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: tccr.io/truecharts/ts-dnsserver
|
repository: tccr.io/truecharts/ts-dnsserver
|
||||||
tag: latest@sha256:f7385fbaae24192491c91057c311af1a12a0a168059f539628eb0ca9eebdf381
|
tag: latest@sha256:6b37688aa01bf161a50ebac75004c842a1686bf93bf055835fad96b57cfe75cb
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
|
@ -676,10 +676,17 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: Prefix
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
|
@ -700,12 +707,26 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
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:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: (Advanced) Traefik Entrypoint
|
label: (Advanced) Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||||
|
@ -817,11 +838,18 @@ questions:
|
||||||
label: Service Port
|
label: Service Port
|
||||||
schema:
|
schema:
|
||||||
type: int
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
label: Host
|
label: Host
|
||||||
|
@ -841,12 +869,25 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: scaleCert
|
- variable: clusterIssuer
|
||||||
label: Select TrueNAS SCALE Certificate
|
label: Use Cert-Manager clusterIssuer
|
||||||
|
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
|
||||||
schema:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: Traefik Entrypoint
|
label: Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||||
|
@ -1073,58 +1114,58 @@ questions:
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/gpuConfiguration"
|
- "definitions/gpuConfiguration"
|
||||||
attrs: []
|
attrs: []
|
||||||
- variable: horizontalPodAutoscaler
|
# - variable: horizontalPodAutoscaler
|
||||||
group: Advanced
|
# group: Advanced
|
||||||
label: (Advanced) Horizontal Pod Autoscaler
|
# label: (Advanced) Horizontal Pod Autoscaler
|
||||||
schema:
|
# schema:
|
||||||
type: list
|
# type: list
|
||||||
default: []
|
# default: []
|
||||||
items:
|
# items:
|
||||||
- variable: hpaEntry
|
# - variable: hpaEntry
|
||||||
label: HPA Entry
|
# label: HPA Entry
|
||||||
schema:
|
# schema:
|
||||||
additional_attrs: true
|
# additional_attrs: true
|
||||||
type: dict
|
# type: dict
|
||||||
attrs:
|
# attrs:
|
||||||
- variable: name
|
# - variable: name
|
||||||
label: Name
|
# label: Name
|
||||||
schema:
|
# schema:
|
||||||
type: string
|
# type: string
|
||||||
required: true
|
# required: true
|
||||||
default: ""
|
# default: ""
|
||||||
- variable: enabled
|
# - variable: enabled
|
||||||
label: Enabled
|
# label: Enabled
|
||||||
schema:
|
# schema:
|
||||||
type: boolean
|
# type: boolean
|
||||||
default: false
|
# default: false
|
||||||
show_subquestions_if: true
|
# show_subquestions_if: true
|
||||||
subquestions:
|
# subquestions:
|
||||||
- variable: target
|
# - variable: target
|
||||||
label: Target
|
# label: Target
|
||||||
description: Deployment name, Defaults to Main Deployment
|
# description: Deployment name, Defaults to Main Deployment
|
||||||
schema:
|
# schema:
|
||||||
type: string
|
# type: string
|
||||||
default: ""
|
# default: ""
|
||||||
- variable: minReplicas
|
# - variable: minReplicas
|
||||||
label: Minimum Replicas
|
# label: Minimum Replicas
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 1
|
# default: 1
|
||||||
- variable: maxReplicas
|
# - variable: maxReplicas
|
||||||
label: Maximum Replicas
|
# label: Maximum Replicas
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 5
|
# default: 5
|
||||||
- variable: targetCPUUtilizationPercentage
|
# - variable: targetCPUUtilizationPercentage
|
||||||
label: Target CPU Utilization Percentage
|
# label: Target CPU Utilization Percentage
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 80
|
# default: 80
|
||||||
- variable: targetMemoryUtilizationPercentage
|
# - variable: targetMemoryUtilizationPercentage
|
||||||
label: Target Memory Utilization Percentage
|
# label: Target Memory Utilization Percentage
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 80
|
# default: 80
|
||||||
- variable: networkPolicy
|
- variable: networkPolicy
|
||||||
group: Advanced
|
group: Advanced
|
||||||
label: (Advanced) Network Policy
|
label: (Advanced) Network Policy
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
@ -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)
|
## [yacy-2.0.11](https://github.com/truecharts/charts/compare/yacy-2.0.10...yacy-2.0.11) (2023-01-16)
|
||||||
|
|
||||||
### Chore
|
### 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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [yacy-2.0.4](https://github.com/truecharts/charts/compare/yacy-2.0.2...yacy-2.0.4) (2022-11-30)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -28,4 +28,4 @@ sources:
|
||||||
- https://yacy.net/
|
- https://yacy.net/
|
||||||
- https://hub.docker.com/r/yacy/yacy_search_server/
|
- https://hub.docker.com/r/yacy/yacy_search_server/
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.11
|
version: 2.0.12
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ env: {}
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: tccr.io/truecharts/yacy
|
repository: tccr.io/truecharts/yacy
|
||||||
tag: latest@sha256:b716700a50d975903a4d0a1ac3bd422fb58a2b568cc9f7a3165f082b96d27d75
|
tag: latest@sha256:730b7a690effb5b4e9b514afd20bc90a75668ff9763954d5140edef0ff4031cf
|
||||||
persistence:
|
persistence:
|
||||||
appdata:
|
appdata:
|
||||||
enabled: true
|
enabled: true
|
|
@ -676,10 +676,17 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: Prefix
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
|
@ -700,12 +707,26 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
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:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: (Advanced) Traefik Entrypoint
|
label: (Advanced) Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||||
|
@ -817,11 +838,18 @@ questions:
|
||||||
label: Service Port
|
label: Service Port
|
||||||
schema:
|
schema:
|
||||||
type: int
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
label: Host
|
label: Host
|
||||||
|
@ -841,12 +869,25 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: scaleCert
|
- variable: clusterIssuer
|
||||||
label: Select TrueNAS SCALE Certificate
|
label: Use Cert-Manager clusterIssuer
|
||||||
|
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
|
||||||
schema:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: Traefik Entrypoint
|
label: Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||||
|
@ -1073,58 +1114,58 @@ questions:
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/gpuConfiguration"
|
- "definitions/gpuConfiguration"
|
||||||
attrs: []
|
attrs: []
|
||||||
- variable: horizontalPodAutoscaler
|
# - variable: horizontalPodAutoscaler
|
||||||
group: Advanced
|
# group: Advanced
|
||||||
label: (Advanced) Horizontal Pod Autoscaler
|
# label: (Advanced) Horizontal Pod Autoscaler
|
||||||
schema:
|
# schema:
|
||||||
type: list
|
# type: list
|
||||||
default: []
|
# default: []
|
||||||
items:
|
# items:
|
||||||
- variable: hpaEntry
|
# - variable: hpaEntry
|
||||||
label: HPA Entry
|
# label: HPA Entry
|
||||||
schema:
|
# schema:
|
||||||
additional_attrs: true
|
# additional_attrs: true
|
||||||
type: dict
|
# type: dict
|
||||||
attrs:
|
# attrs:
|
||||||
- variable: name
|
# - variable: name
|
||||||
label: Name
|
# label: Name
|
||||||
schema:
|
# schema:
|
||||||
type: string
|
# type: string
|
||||||
required: true
|
# required: true
|
||||||
default: ""
|
# default: ""
|
||||||
- variable: enabled
|
# - variable: enabled
|
||||||
label: Enabled
|
# label: Enabled
|
||||||
schema:
|
# schema:
|
||||||
type: boolean
|
# type: boolean
|
||||||
default: false
|
# default: false
|
||||||
show_subquestions_if: true
|
# show_subquestions_if: true
|
||||||
subquestions:
|
# subquestions:
|
||||||
- variable: target
|
# - variable: target
|
||||||
label: Target
|
# label: Target
|
||||||
description: Deployment name, Defaults to Main Deployment
|
# description: Deployment name, Defaults to Main Deployment
|
||||||
schema:
|
# schema:
|
||||||
type: string
|
# type: string
|
||||||
default: ""
|
# default: ""
|
||||||
- variable: minReplicas
|
# - variable: minReplicas
|
||||||
label: Minimum Replicas
|
# label: Minimum Replicas
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 1
|
# default: 1
|
||||||
- variable: maxReplicas
|
# - variable: maxReplicas
|
||||||
label: Maximum Replicas
|
# label: Maximum Replicas
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 5
|
# default: 5
|
||||||
- variable: targetCPUUtilizationPercentage
|
# - variable: targetCPUUtilizationPercentage
|
||||||
label: Target CPU Utilization Percentage
|
# label: Target CPU Utilization Percentage
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 80
|
# default: 80
|
||||||
- variable: targetMemoryUtilizationPercentage
|
# - variable: targetMemoryUtilizationPercentage
|
||||||
label: Target Memory Utilization Percentage
|
# label: Target Memory Utilization Percentage
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 80
|
# default: 80
|
||||||
- variable: networkPolicy
|
- variable: networkPolicy
|
||||||
group: Advanced
|
group: Advanced
|
||||||
label: (Advanced) Network Policy
|
label: (Advanced) Network Policy
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
@ -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)
|
## [yourls-2.0.11](https://github.com/truecharts/charts/compare/yourls-2.0.10...yourls-2.0.11) (2023-01-12)
|
||||||
|
|
||||||
### Chore
|
### 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)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -31,4 +31,4 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/yourls
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/yourls
|
||||||
- https://hub.docker.com/_/yourls/
|
- https://hub.docker.com/_/yourls/
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.11
|
version: 2.0.12
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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.
|
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!
|
|
@ -10,7 +10,7 @@ env:
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: tccr.io/truecharts/yourls
|
repository: tccr.io/truecharts/yourls
|
||||||
tag: latest@sha256:f0fed7a0a7468dbc5e9f0c6d90acc319c62ae530b766a14fe92cebf6af7270fa
|
tag: latest@sha256:85b91297b39c3f5e2ab6179ba8b568051725e213364e75c064f03fef9910fd65
|
||||||
persistence: {}
|
persistence: {}
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
|
@ -601,10 +601,17 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: Prefix
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
|
@ -625,12 +632,26 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
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:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: (Advanced) Traefik Entrypoint
|
label: (Advanced) Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||||
|
@ -742,11 +763,18 @@ questions:
|
||||||
label: Service Port
|
label: Service Port
|
||||||
schema:
|
schema:
|
||||||
type: int
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
label: Host
|
label: Host
|
||||||
|
@ -766,12 +794,25 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: scaleCert
|
- variable: clusterIssuer
|
||||||
label: Select TrueNAS SCALE Certificate
|
label: Use Cert-Manager clusterIssuer
|
||||||
|
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
|
||||||
schema:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: Traefik Entrypoint
|
label: Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||||
|
@ -998,58 +1039,58 @@ questions:
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/gpuConfiguration"
|
- "definitions/gpuConfiguration"
|
||||||
attrs: []
|
attrs: []
|
||||||
- variable: horizontalPodAutoscaler
|
# - variable: horizontalPodAutoscaler
|
||||||
group: Advanced
|
# group: Advanced
|
||||||
label: (Advanced) Horizontal Pod Autoscaler
|
# label: (Advanced) Horizontal Pod Autoscaler
|
||||||
schema:
|
# schema:
|
||||||
type: list
|
# type: list
|
||||||
default: []
|
# default: []
|
||||||
items:
|
# items:
|
||||||
- variable: hpaEntry
|
# - variable: hpaEntry
|
||||||
label: HPA Entry
|
# label: HPA Entry
|
||||||
schema:
|
# schema:
|
||||||
additional_attrs: true
|
# additional_attrs: true
|
||||||
type: dict
|
# type: dict
|
||||||
attrs:
|
# attrs:
|
||||||
- variable: name
|
# - variable: name
|
||||||
label: Name
|
# label: Name
|
||||||
schema:
|
# schema:
|
||||||
type: string
|
# type: string
|
||||||
required: true
|
# required: true
|
||||||
default: ""
|
# default: ""
|
||||||
- variable: enabled
|
# - variable: enabled
|
||||||
label: Enabled
|
# label: Enabled
|
||||||
schema:
|
# schema:
|
||||||
type: boolean
|
# type: boolean
|
||||||
default: false
|
# default: false
|
||||||
show_subquestions_if: true
|
# show_subquestions_if: true
|
||||||
subquestions:
|
# subquestions:
|
||||||
- variable: target
|
# - variable: target
|
||||||
label: Target
|
# label: Target
|
||||||
description: Deployment name, Defaults to Main Deployment
|
# description: Deployment name, Defaults to Main Deployment
|
||||||
schema:
|
# schema:
|
||||||
type: string
|
# type: string
|
||||||
default: ""
|
# default: ""
|
||||||
- variable: minReplicas
|
# - variable: minReplicas
|
||||||
label: Minimum Replicas
|
# label: Minimum Replicas
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 1
|
# default: 1
|
||||||
- variable: maxReplicas
|
# - variable: maxReplicas
|
||||||
label: Maximum Replicas
|
# label: Maximum Replicas
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 5
|
# default: 5
|
||||||
- variable: targetCPUUtilizationPercentage
|
# - variable: targetCPUUtilizationPercentage
|
||||||
label: Target CPU Utilization Percentage
|
# label: Target CPU Utilization Percentage
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 80
|
# default: 80
|
||||||
- variable: targetMemoryUtilizationPercentage
|
# - variable: targetMemoryUtilizationPercentage
|
||||||
label: Target Memory Utilization Percentage
|
# label: Target Memory Utilization Percentage
|
||||||
schema:
|
# schema:
|
||||||
type: int
|
# type: int
|
||||||
default: 80
|
# default: 80
|
||||||
- variable: networkPolicy
|
- variable: networkPolicy
|
||||||
group: Advanced
|
group: Advanced
|
||||||
label: (Advanced) Network Policy
|
label: (Advanced) Network Policy
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
@ -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)
|
## [fleet-6.0.18](https://github.com/truecharts/charts/compare/fleet-6.0.17...fleet-6.0.18) (2023-01-23)
|
||||||
|
|
||||||
### Chore
|
### 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)
|
## [fleet-6.0.9](https://github.com/truecharts/charts/compare/fleet-6.0.8...fleet-6.0.9) (2022-12-18)
|
||||||
|
|
||||||
### Chore
|
### 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
|
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: fleet
|
name: fleet
|
||||||
version: 6.0.18
|
version: 6.0.19
|
||||||
appVersion: "2.3.3"
|
appVersion: "2.3.3"
|
||||||
description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories.
|
description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories.
|
||||||
type: application
|
type: application
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/fleet
|
repository: tccr.io/truecharts/fleet
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2.3.3@sha256:fc7d171ccc842d3a9254c0589f8004424eb5c840683ded9176df25f22bce480f
|
tag: 2.3.3@sha256:2bc17684fed67948551469744e4c4ce00d3aa3f0dc59653662bb4ccf77f4c8a3
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
|
@ -637,10 +637,17 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: Prefix
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
|
@ -661,12 +668,26 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
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:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: (Advanced) Traefik Entrypoint
|
label: (Advanced) Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||||
|
@ -778,11 +799,18 @@ questions:
|
||||||
label: Service Port
|
label: Service Port
|
||||||
schema:
|
schema:
|
||||||
type: int
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
label: Host
|
label: Host
|
||||||
|
@ -802,12 +830,25 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: scaleCert
|
- variable: clusterIssuer
|
||||||
label: Select TrueNAS SCALE Certificate
|
label: Use Cert-Manager clusterIssuer
|
||||||
|
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
|
||||||
schema:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: Traefik Entrypoint
|
label: Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
@ -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)
|
## [jupyter-3.0.11](https://github.com/truecharts/charts/compare/jupyter-3.0.10...jupyter-3.0.11) (2023-01-18)
|
||||||
|
|
||||||
### Chore
|
### 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
|
|
|
@ -22,7 +22,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/jupyter
|
- https://github.com/truecharts/charts/tree/master/charts/stable/jupyter
|
||||||
- https://github.com/jupyter/docker-stacks
|
- https://github.com/jupyter/docker-stacks
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.11
|
version: 3.0.12
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- Cloud
|
- Cloud
|
|
@ -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
Loading…
Reference in New Issue