Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-19 19:58:55 +00:00
parent 19b12a4422
commit 7455ec9d36
12 changed files with 72 additions and 63 deletions

View File

@ -1,9 +0,0 @@
## [youtrack-0.0.2](https://github.com/truecharts/charts/compare/youtrack-0.0.1...youtrack-0.0.2) (2023-01-16)
### Chore
- update container image tccr.io/truecharts/youtrack to v2022.3.65366

View File

@ -4,6 +4,15 @@
## [youtrack-0.0.3](https://github.com/truecharts/charts/compare/youtrack-0.0.2...youtrack-0.0.3) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/youtrack to v2022.3.65367
## [youtrack-0.0.2](https://github.com/truecharts/charts/compare/youtrack-0.0.1...youtrack-0.0.2) (2023-01-16)
### Chore

View File

@ -20,7 +20,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/youtrack
- https://www.jetbrains.com/youtrack/
- https://hub.docker.com/r/jetbrains/youtrack/
version: 0.0.2
version: 0.0.3
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |

View File

@ -0,0 +1,9 @@
## [youtrack-0.0.3](https://github.com/truecharts/charts/compare/youtrack-0.0.2...youtrack-0.0.3) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/youtrack to v2022.3.65367

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/youtrack
tag: 2022.3.65366@sha256:4b30a68a3bc7eebc9c0354f8b66cbb98f01884b54d3de5a9b94ae515d0524784
tag: 2022.3.65367@sha256:cb84a4770bd031a6c5e006f30e69fefa59d8fe6c5013d4a89e47407801cd6979
pullPolicy: IfNotPresent
securityContext:

View File

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