Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-19 20:10:06 +00:00
parent 7455ec9d36
commit 4bd6274b2d
12 changed files with 73 additions and 73 deletions

View File

@ -1,9 +0,0 @@
## [appsmith-5.0.24](https://github.com/truecharts/charts/compare/appsmith-5.0.23...appsmith-5.0.24) (2023-01-17)
### Chore
- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430))

View File

@ -4,6 +4,15 @@
## [appsmith-5.0.25](https://github.com/truecharts/charts/compare/appsmith-5.0.24...appsmith-5.0.25) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/appsmith to v1.9.4
## [appsmith-5.0.24](https://github.com/truecharts/charts/compare/appsmith-5.0.23...appsmith-5.0.24) (2023-01-17)
### Chore
@ -88,12 +97,3 @@
## [appsmith-5.0.15](https://github.com/truecharts/charts/compare/appsmith-5.0.14...appsmith-5.0.15) (2022-12-19)
### Chore
- update helm general non-major
## [appsmith-5.0.14](https://github.com/truecharts/charts/compare/appsmith-5.0.13...appsmith-5.0.14) (2022-12-17)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.9.3"
appVersion: "1.9.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -26,7 +26,7 @@ name: appsmith
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/appsmith
- https://github.com/appsmithorg/appsmith
version: 5.0.24
version: 5.0.25
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -0,0 +1,9 @@
## [appsmith-5.0.25](https://github.com/truecharts/charts/compare/appsmith-5.0.24...appsmith-5.0.25) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/appsmith to v1.9.4

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/appsmith
tag: 1.9.3@sha256:80f8cba5279de7132498f684b6560a83fb743a9eead3abb02c26b4de0916e240
tag: 1.9.4@sha256:5af3722114086a461d5e2428488d99801e5008d5faf65fd9e2979c43ca2975f4
pullPolicy: IfNotPresent
securityContext:

View File

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