Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [jitsi-2.0.14](https://github.com/truecharts/charts/compare/jitsi-2.0.13...jitsi-2.0.14) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update jitsi to v8218
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [jitsi-2.0.15](https://github.com/truecharts/charts/compare/jitsi-2.0.14...jitsi-2.0.15) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jitsi-jicofo to v8218
|
||||
|
||||
|
||||
|
||||
|
||||
## [jitsi-2.0.14](https://github.com/truecharts/charts/compare/jitsi-2.0.13...jitsi-2.0.14) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
|
||||
## [jitsi-2.0.6](https://github.com/truecharts/charts/compare/jitsi-2.0.5...jitsi-2.0.6) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [jitsi-2.0.6](https://github.com/truecharts/charts/compare/jitsi-2.0.5...jitsi-2.0.6) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: "8218"
|
||||
description: Jitsi is a set of open-source projects that allows you to easily build and deploy secure video conferencing solutions
|
||||
name: jitsi
|
||||
version: 2.0.14
|
||||
version: 2.0.15
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- jitsi
|
||||
9
incubator/jitsi/2.0.15/app-changelog.md
Normal file
9
incubator/jitsi/2.0.15/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [jitsi-2.0.15](https://github.com/truecharts/charts/compare/jitsi-2.0.14...jitsi-2.0.15) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jitsi-jicofo to v8218
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ prosodyImage:
|
||||
|
||||
jicofoImage:
|
||||
repository: tccr.io/truecharts/jitsi-jicofo
|
||||
tag: 8138@sha256:dcc59206ace0a870475848eba6ad7ca85ec692887fab94d4ce8c88e4a38daae0
|
||||
tag: 8218@sha256:fe5eaa14f2e962f6549a669b903ecec108a0487c4c0b7f1b2cdd79927c401c67
|
||||
|
||||
jvbImage:
|
||||
repository: tccr.io/truecharts/jitsi-jvb
|
||||
@@ -1484,58 +1484,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
|
||||
Reference in New Issue
Block a user