Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
cac9335a10
commit
030b5daecd
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [rdesktop-3.0.17](https://github.com/truecharts/charts/compare/rdesktop-3.0.16...rdesktop-3.0.17) (2023-01-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update rdesktop
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [rdesktop-3.0.18](https://github.com/truecharts/charts/compare/rdesktop-3.0.17...rdesktop-3.0.18) (2023-01-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rdesktop-arch-mate to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [rdesktop-3.0.17](https://github.com/truecharts/charts/compare/rdesktop-3.0.16...rdesktop-3.0.17) (2023-01-15)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [rdesktop-3.0.11](https://github.com/truecharts/charts/compare/rdesktop-3.0.10...rdesktop-3.0.11) (2022-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/orgs/linuxserver/packages/container/package/rdesktop
|
||||
- https://github.com/linuxserver/docker-rdesktop#readme
|
||||
type: application
|
||||
version: 3.0.17
|
||||
version: 3.0.18
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- desktops
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [rdesktop-3.0.18](https://github.com/truecharts/charts/compare/rdesktop-3.0.17...rdesktop-3.0.18) (2023-01-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rdesktop-arch-mate to latest
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ fedoraMATEImage:
|
|||
pullPolicy: Always
|
||||
archMATEImage:
|
||||
repository: tccr.io/truecharts/rdesktop-arch-mate
|
||||
tag: latest@sha256:c8eb2c04afa556b203df5ab6df4a77602ff3c275af2869cb919e3a1a1e868f59
|
||||
tag: latest@sha256:bf53b297b159e56a137f275e1d7a9d6f626c4d2a7cb4f120a9d7a60a4a506545
|
||||
pullPolicy: Always
|
||||
|
||||
alpineI3Image:
|
|
@ -1082,58 +1082,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
|
Loading…
Reference in New Issue