Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
222a5a3279
commit
a4b2e7994c
|
@ -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))
|
||||
|
||||
|
|
@ -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)
|
||||
|
||||
### 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)
|
||||
|
||||
### 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)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.13.3"
|
||||
appVersion: "1.14.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -27,7 +27,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/baserow
|
||||
- https://hub.docker.com/r/baserow/baserow
|
||||
- https://gitlab.com/bramw/baserow/
|
||||
version: 6.0.21
|
||||
version: 6.0.22
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
|
@ -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
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/baserow
|
||||
tag: 1.13.3@sha256:e6b636a65e2c8782717ec7a2d5c30c336e77bebad95cb3c4e4f212430a5aa514
|
||||
tag: 1.14.0@sha256:343c212865ad11bb41eb88652f8c39cdfe4697027322dfe6ed2f761dd6719b5e
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
|
@ -1095,58 +1095,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