Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-19 17:11:19 +00:00
parent 222a5a3279
commit a4b2e7994c
14 changed files with 73 additions and 73 deletions

View File

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

View File

@ -4,6 +4,15 @@
## [baserow-6.0.22](https://github.com/truecharts/charts/compare/baserow-6.0.21...baserow-6.0.22) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/baserow to v1.14.0
## [baserow-6.0.21](https://github.com/truecharts/charts/compare/baserow-6.0.20...baserow-6.0.21) (2023-01-17) ## [baserow-6.0.21](https://github.com/truecharts/charts/compare/baserow-6.0.20...baserow-6.0.21) (2023-01-17)
### Chore ### Chore
@ -88,12 +97,3 @@
## [baserow-6.0.12](https://github.com/truecharts/charts/compare/baserow-6.0.11...baserow-6.0.12) (2022-12-13) ## [baserow-6.0.12](https://github.com/truecharts/charts/compare/baserow-6.0.11...baserow-6.0.12) (2022-12-13)
### Chore
- update helm general non-major
## [baserow-6.0.11](https://github.com/truecharts/charts/compare/baserow-6.0.10...baserow-6.0.11) (2022-12-10)

View File

@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "1.13.3" appVersion: "1.14.0"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
@ -27,7 +27,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/baserow - https://github.com/truecharts/charts/tree/master/charts/stable/baserow
- https://hub.docker.com/r/baserow/baserow - https://hub.docker.com/r/baserow/baserow
- https://gitlab.com/bramw/baserow/ - https://gitlab.com/bramw/baserow/
version: 6.0.21 version: 6.0.22
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- productivity - productivity

View File

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

View File

@ -1,6 +1,6 @@
image: image:
repository: tccr.io/truecharts/baserow repository: tccr.io/truecharts/baserow
tag: 1.13.3@sha256:e6b636a65e2c8782717ec7a2d5c30c336e77bebad95cb3c4e4f212430a5aa514 tag: 1.14.0@sha256:343c212865ad11bb41eb88652f8c39cdfe4697027322dfe6ed2f761dd6719b5e
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
securityContext: securityContext:

View File

@ -1095,58 +1095,58 @@ questions:
$ref: $ref:
- "definitions/gpuConfiguration" - "definitions/gpuConfiguration"
attrs: [] attrs: []
- variable: horizontalPodAutoscaler # - variable: horizontalPodAutoscaler
group: Advanced # group: Advanced
label: (Advanced) Horizontal Pod Autoscaler # label: (Advanced) Horizontal Pod Autoscaler
schema: # schema:
type: list # type: list
default: [] # default: []
items: # items:
- variable: hpaEntry # - variable: hpaEntry
label: HPA Entry # label: HPA Entry
schema: # schema:
additional_attrs: true # additional_attrs: true
type: dict # type: dict
attrs: # attrs:
- variable: name # - variable: name
label: Name # label: Name
schema: # schema:
type: string # type: string
required: true # required: true
default: "" # default: ""
- variable: enabled # - variable: enabled
label: Enabled # label: Enabled
schema: # schema:
type: boolean # type: boolean
default: false # default: false
show_subquestions_if: true # show_subquestions_if: true
subquestions: # subquestions:
- variable: target # - variable: target
label: Target # label: Target
description: Deployment name, Defaults to Main Deployment # description: Deployment name, Defaults to Main Deployment
schema: # schema:
type: string # type: string
default: "" # default: ""
- variable: minReplicas # - variable: minReplicas
label: Minimum Replicas # label: Minimum Replicas
schema: # schema:
type: int # type: int
default: 1 # default: 1
- variable: maxReplicas # - variable: maxReplicas
label: Maximum Replicas # label: Maximum Replicas
schema: # schema:
type: int # type: int
default: 5 # default: 5
- variable: targetCPUUtilizationPercentage # - variable: targetCPUUtilizationPercentage
label: Target CPU Utilization Percentage # label: Target CPU Utilization Percentage
schema: # schema:
type: int # type: int
default: 80 # default: 80
- variable: targetMemoryUtilizationPercentage # - variable: targetMemoryUtilizationPercentage
label: Target Memory Utilization Percentage # label: Target Memory Utilization Percentage
schema: # schema:
type: int # type: int
default: 80 # default: 80
- variable: networkPolicy - variable: networkPolicy
group: Advanced group: Advanced
label: (Advanced) Network Policy label: (Advanced) Network Policy