Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
14ffca1257
commit
09ee0714a3
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [redis-5.0.26](https://github.com/truecharts/charts/compare/redis-5.0.25...redis-5.0.26) (2023-01-15)
|
||||
|
||||
### Fix
|
||||
|
||||
- don't run manifest Manager on most dependency apps. ([#6384](https://github.com/truecharts/charts/issues/6384))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [redis-5.0.27](https://github.com/truecharts/charts/compare/redis-5.0.26...redis-5.0.27) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/redis to 7.0.7
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-5.0.26](https://github.com/truecharts/charts/compare/redis-5.0.25...redis-5.0.26) (2023-01-15)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [redis-5.0.17](https://github.com/truecharts/charts/compare/redis-5.0.16...redis-5.0.17) (2022-12-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/redis to 7.0.7
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-5.0.16](https://github.com/truecharts/charts/compare/redis-5.0.15...redis-5.0.16) (2022-12-17)
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/bitnami/bitnami-docker-redis
|
||||
- http://redis.io/
|
||||
type: application
|
||||
version: 5.0.26
|
||||
version: 5.0.27
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [redis-5.0.27](https://github.com/truecharts/charts/compare/redis-5.0.26...redis-5.0.27) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/redis to 7.0.7
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/redis
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 7.0.7@sha256:aece92d54cff3a5b984bc114165643898aed87b504e2bb6d19eaefb25082fff1
|
||||
tag: 7.0.7@sha256:547bada4d62b31a3fa60ca58e52a3bc9c2a3138feeb424af2b412af9e21d676f
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
|
@ -767,58 +767,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
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [cryptpad-2.0.16](https://github.com/truecharts/charts/compare/cryptpad-2.0.15...cryptpad-2.0.16) (2023-01-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/cryptpad to latest
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [cryptpad-2.0.17](https://github.com/truecharts/charts/compare/cryptpad-2.0.16...cryptpad-2.0.17) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/cryptpad to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [cryptpad-2.0.16](https://github.com/truecharts/charts/compare/cryptpad-2.0.15...cryptpad-2.0.16) (2023-01-12)
|
||||
|
||||
### Chore
|
||||
|
@ -85,15 +94,6 @@
|
|||
|
||||
|
||||
|
||||
## [cryptpad-2.0.7](https://github.com/truecharts/charts/compare/cryptpad-2.0.5...cryptpad-2.0.7) (2022-11-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/cryptpad to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [cryptpad-2.0.7](https://github.com/truecharts/charts/compare/cryptpad-2.0.5...cryptpad-2.0.7) (2022-11-30)
|
||||
|
||||
### Chore
|
|
@ -28,4 +28,4 @@ sources:
|
|||
- https://cryptpad.fr/
|
||||
- https://hub.docker.com/r/promasu/cryptpad/
|
||||
type: application
|
||||
version: 2.0.16
|
||||
version: 2.0.17
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [cryptpad-2.0.17](https://github.com/truecharts/charts/compare/cryptpad-2.0.16...cryptpad-2.0.17) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/cryptpad 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.
|
||||
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:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/cryptpad
|
||||
tag: latest@sha256:87a66391274204b494b30ce06dd6a7aecec49b36a17f56e9ce1dc9fefacf1195
|
||||
tag: latest@sha256:119d0cec9dc5e0584b943a9a0057c57fe2b81b433cacf5d4d28be2fc8a8fb8e4
|
||||
persistence:
|
||||
blobpath:
|
||||
enabled: true
|
|
@ -1423,58 +1423,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
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [kdenlive-2.0.13](https://github.com/truecharts/charts/compare/kdenlive-vnc-2.0.7...kdenlive-2.0.13) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/kdenlive to latest
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [kdenlive-2.0.14](https://github.com/truecharts/charts/compare/kdenlive-2.0.13...kdenlive-2.0.14) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/kdenlive to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [kdenlive-2.0.13](https://github.com/truecharts/charts/compare/kdenlive-vnc-2.0.7...kdenlive-2.0.13) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [kdenlive-2.0.4](https://github.com/truecharts/charts/compare/kdenlive-2.0.3...kdenlive-2.0.4) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [kdenlive-2.0.4](https://github.com/truecharts/charts/compare/kdenlive-2.0.3...kdenlive-2.0.4) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [kdenlive-2.0.4](https://github.com/truecharts/charts/compare/kdenlive-2.0.3...kdenlive-2.0.4) (2022-11-30)
|
||||
|
|
@ -27,4 +27,4 @@ sources:
|
|||
- https://github.com/orgs/linuxserver/packages/container/package/kdenlive
|
||||
- https://github.com/linuxserver/docker-kdenlive#readme
|
||||
type: application
|
||||
version: 2.0.13
|
||||
version: 2.0.14
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [kdenlive-2.0.14](https://github.com/truecharts/charts/compare/kdenlive-2.0.13...kdenlive-2.0.14) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/kdenlive 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.
|
||||
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!
|
|
@ -5,7 +5,7 @@ env:
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/kdenlive
|
||||
tag: latest@sha256:f3fb9b26a19a96c101cbd6398457b7de690a40f7a841366fa7cb1315da4d6c5e
|
||||
tag: latest@sha256:5107ac8b8a7fff9d2b1a568daae17c96ba9aacfa0c96f886199f5dc20d3ac753
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
|
@ -1046,58 +1046,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
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [pigallery2-2.0.8](https://github.com/truecharts/charts/compare/pigallery2-2.0.7...pigallery2-2.0.8) (2023-01-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/pigallery2 to latest
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [pigallery2-2.0.9](https://github.com/truecharts/charts/compare/pigallery2-2.0.8...pigallery2-2.0.9) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/pigallery2 to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [pigallery2-2.0.8](https://github.com/truecharts/charts/compare/pigallery2-2.0.7...pigallery2-2.0.8) (2023-01-12)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
## [pigallery2-2.0.2](https://github.com/truecharts/charts/compare/pigallery2-2.0.1...pigallery2-2.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [pigallery2-2.0.2](https://github.com/truecharts/charts/compare/pigallery2-2.0.1...pigallery2-2.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
|
@ -38,4 +38,4 @@ sources:
|
|||
- https://github.com/bpatrik/pigallery2
|
||||
- https://hub.docker.com/r/bpatrik/pigallery2
|
||||
type: application
|
||||
version: 2.0.8
|
||||
version: 2.0.9
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [pigallery2-2.0.9](https://github.com/truecharts/charts/compare/pigallery2-2.0.8...pigallery2-2.0.9) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/pigallery2 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.
|
||||
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:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/pigallery2
|
||||
tag: latest@sha256:c8d6399ddc0ca9c8a7fe9f51506df4d99adf908696209fcf8c9e8cc3f9e4cca5
|
||||
tag: latest@sha256:c183828a39514a28d39028b5f2956f4b9d38edb16ede2e65cba494f5c12c28da
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
|
@ -1231,58 +1231,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
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [pyload-ng-2.0.13](https://github.com/truecharts/charts/compare/pyload-ng-2.0.12...pyload-ng-2.0.13) (2023-01-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/pyload-ng to latest
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [pyload-ng-2.0.14](https://github.com/truecharts/charts/compare/pyload-ng-2.0.13...pyload-ng-2.0.14) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/pyload-ng to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [pyload-ng-2.0.13](https://github.com/truecharts/charts/compare/pyload-ng-2.0.12...pyload-ng-2.0.13) (2023-01-12)
|
||||
|
||||
### Chore
|
||||
|
@ -85,15 +94,6 @@
|
|||
|
||||
|
||||
|
||||
## [pyload-ng-2.0.4](https://github.com/truecharts/charts/compare/pyload-ng-2.0.3...pyload-ng-2.0.4) (2022-12-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/pyload-ng to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [pyload-ng-2.0.4](https://github.com/truecharts/charts/compare/pyload-ng-2.0.3...pyload-ng-2.0.4) (2022-12-01)
|
||||
|
||||
### Chore
|
|
@ -27,4 +27,4 @@ sources:
|
|||
- https://github.com/orgs/linuxserver/packages/container/package/pyload-ng
|
||||
- https://github.com/linuxserver/docker-pyload-ng#readme
|
||||
type: application
|
||||
version: 2.0.13
|
||||
version: 2.0.14
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [pyload-ng-2.0.14](https://github.com/truecharts/charts/compare/pyload-ng-2.0.13...pyload-ng-2.0.14) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/pyload-ng 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.
|
||||
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!
|
|
@ -3,7 +3,7 @@ env:
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/pyload-ng
|
||||
tag: latest@sha256:7836c88e779cdebd5a9df328e32b5888b416f75652e42a90a0a4f0e77d9e5eb9
|
||||
tag: latest@sha256:2d40103abde44855bc2876697a827194a85c806db09b389e3ca7898cae989cf1
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
|
@ -1156,58 +1156,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
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [rimgo-2.0.16](https://github.com/truecharts/charts/compare/rimgo-2.0.15...rimgo-2.0.16) (2023-01-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rimgo to latest
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [rimgo-2.0.17](https://github.com/truecharts/charts/compare/rimgo-2.0.16...rimgo-2.0.17) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rimgo to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [rimgo-2.0.16](https://github.com/truecharts/charts/compare/rimgo-2.0.15...rimgo-2.0.16) (2023-01-12)
|
||||
|
||||
### Chore
|
||||
|
@ -85,15 +94,6 @@
|
|||
|
||||
|
||||
|
||||
## [rimgo-2.0.7](https://github.com/truecharts/charts/compare/rimgo-2.0.5...rimgo-2.0.7) (2022-11-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rimgo to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [rimgo-2.0.7](https://github.com/truecharts/charts/compare/rimgo-2.0.5...rimgo-2.0.7) (2022-11-30)
|
||||
|
||||
### Chore
|
|
@ -25,4 +25,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/rimgo
|
||||
- https://quay.io/repository/pussthecatorg/rimgo
|
||||
type: application
|
||||
version: 2.0.16
|
||||
version: 2.0.17
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [rimgo-2.0.17](https://github.com/truecharts/charts/compare/rimgo-2.0.16...rimgo-2.0.17) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rimgo 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.
|
||||
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!
|
|
@ -5,7 +5,7 @@ env:
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/rimgo
|
||||
tag: latest@sha256:3900c07dbff94b365129632fa1b5e01b5f20c4b2ff7e6f772c15a715774d51f0
|
||||
tag: latest@sha256:272ab0c4d1133466755852d19f61842dfc9afada3f2ba5686cb996fed8121c2b
|
||||
persistence: {}
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
|
@ -968,58 +968,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
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [searxng-2.0.14](https://github.com/truecharts/charts/compare/searxng-2.0.13...searxng-2.0.14) (2023-01-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/searxng to latest
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [searxng-2.0.15](https://github.com/truecharts/charts/compare/searxng-2.0.14...searxng-2.0.15) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/searxng to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [searxng-2.0.14](https://github.com/truecharts/charts/compare/searxng-2.0.13...searxng-2.0.14) (2023-01-12)
|
||||
|
||||
### Chore
|
||||
|
@ -85,15 +94,6 @@
|
|||
|
||||
|
||||
|
||||
## [searxng-2.0.5](https://github.com/truecharts/charts/compare/searxng-2.0.3...searxng-2.0.5) (2022-11-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/searxng to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [searxng-2.0.5](https://github.com/truecharts/charts/compare/searxng-2.0.3...searxng-2.0.5) (2022-11-30)
|
||||
|
||||
### Chore
|
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/searxng/searxng
|
||||
- https://hub.docker.com/r/searxng/searxng
|
||||
type: application
|
||||
version: 2.0.14
|
||||
version: 2.0.15
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- Productivity
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [searxng-2.0.15](https://github.com/truecharts/charts/compare/searxng-2.0.14...searxng-2.0.15) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/searxng 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.
|
||||
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:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/searxng
|
||||
tag: latest@sha256:d0e32cd91af39150dabb2eb1cc135e0577eff2e2729accaf87ad6117ef4f0d33
|
||||
tag: latest@sha256:36fb8d8502243dba5f2b96958a58951a295b239a65bca01bec9cecef661e9bc8
|
||||
|
||||
env:
|
||||
BASE_URL: ""
|
|
@ -1040,58 +1040,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
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [serpbear-0.0.6](https://github.com/truecharts/charts/compare/serpbear-0.0.5...serpbear-0.0.6) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/serpbear to latest
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [serpbear-0.0.7](https://github.com/truecharts/charts/compare/serpbear-0.0.6...serpbear-0.0.7) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/serpbear to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [serpbear-0.0.6](https://github.com/truecharts/charts/compare/serpbear-0.0.5...serpbear-0.0.6) (2023-01-07)
|
||||
|
||||
### Chore
|
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/towfiqi/serpbear
|
||||
- https://hub.docker.com/r/towfiqi/serpbear
|
||||
type: application
|
||||
version: 0.0.6
|
||||
version: 0.0.7
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [serpbear-0.0.7](https://github.com/truecharts/charts/compare/serpbear-0.0.6...serpbear-0.0.7) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/serpbear 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.
|
||||
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:
|
||||
repository: tccr.io/truecharts/serpbear
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:477ff8123ac708b3dc2e7eb0d6ed1bf6cb5b9711dca04cabdfc3e9128d769613
|
||||
tag: latest@sha256:2ca013b79449797e055b210ddcdaade60211951760a65ecd654d64c88c68c96b
|
||||
|
||||
serpbear:
|
||||
user: admin
|
|
@ -1064,58 +1064,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
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [speedtest-tracker-3.0.23](https://github.com/truecharts/charts/compare/speedtest-tracker-3.0.22...speedtest-tracker-3.0.23) (2023-01-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [speedtest-tracker-3.0.24](https://github.com/truecharts/charts/compare/speedtest-tracker-3.0.23...speedtest-tracker-3.0.24) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/speedtest-tracker to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [speedtest-tracker-3.0.23](https://github.com/truecharts/charts/compare/speedtest-tracker-3.0.22...speedtest-tracker-3.0.23) (2023-01-17)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [speedtest-tracker-3.0.14](https://github.com/truecharts/charts/compare/speedtest-tracker-3.0.13...speedtest-tracker-3.0.14) (2022-12-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart postgresql to v11.0.13 ([#5495](https://github.com/truecharts/charts/issues/5495))
|
||||
|
||||
|
||||
|
||||
|
||||
## [speedtest-tracker-3.0.13](https://github.com/truecharts/charts/compare/speedtest-tracker-3.0.12...speedtest-tracker-3.0.13) (2022-12-13)
|
||||
|
||||
### Chore
|
|
@ -22,7 +22,7 @@ name: speedtest-tracker
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/speedtest-tracker
|
||||
- https://github.com/alexjustesen/speedtest-tracker
|
||||
version: 3.0.23
|
||||
version: 3.0.24
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- speedtest
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [speedtest-tracker-3.0.24](https://github.com/truecharts/charts/compare/speedtest-tracker-3.0.23...speedtest-tracker-3.0.24) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/speedtest-tracker to latest
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/speedtest-tracker
|
||||
tag: latest@sha256:b11d44b306d8e898b4cbc5623a330ecf2311e5a62c8e0e37dad8b8df496fe660
|
||||
tag: latest@sha256:405fc3ca62547cafcb39237f14e71ae1bdd0e3c55753cb6161f73fd157f54bf7
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
|
@ -1021,58 +1021,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
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue