Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-19 13:57:20 +00:00
parent 496d96d30b
commit a4a6ffd65e
11 changed files with 73 additions and 73 deletions

View File

@ -1,9 +0,0 @@
## [drawio-4.0.15](https://github.com/truecharts/charts/compare/drawio-4.0.14...drawio-4.0.15) (2023-01-16)
### Chore
- update container image tccr.io/truecharts/drawio to v20.8.5

View File

@ -4,6 +4,15 @@
## [drawio-4.0.16](https://github.com/truecharts/charts/compare/drawio-4.0.15...drawio-4.0.16) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/drawio to v20.8.6
## [drawio-4.0.15](https://github.com/truecharts/charts/compare/drawio-4.0.14...drawio-4.0.15) (2023-01-16)
### Chore
@ -88,12 +97,3 @@
## [drawio-4.0.6](https://github.com/truecharts/charts/compare/drawio-4.0.5...drawio-4.0.6) (2022-12-13)
### Chore
- update helm general non-major
## [drawio-4.0.5](https://github.com/truecharts/charts/compare/drawio-4.0.4...drawio-4.0.5) (2022-12-09)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "20.8.5"
appVersion: "20.8.6"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -19,7 +19,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/drawio
- https://hub.docker.com/r/jgraph/drawio
- https://github.com/jgraph/drawio
version: 4.0.15
version: 4.0.16
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [drawio-4.0.16](https://github.com/truecharts/charts/compare/drawio-4.0.15...drawio-4.0.16) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/drawio to v20.8.6

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/drawio
tag: 20.8.5@sha256:05c1a9e12fc61de1e687029f4eebf1d305c37a77774c9b336b26c1a956feee4f
tag: 20.8.6@sha256:f2612d1d4b9be1f92cbd4511c3927bc16aea66296d58f973a171ffb543e500f2
pullPolicy: IfNotPresent
securityContext:

View File

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