Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [leantime-7.0.18](https://github.com/truecharts/charts/compare/leantime-7.0.17...leantime-7.0.18) (2023-01-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [leantime-7.0.19](https://github.com/truecharts/charts/compare/leantime-7.0.18...leantime-7.0.19) (2023-01-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/leantime to v2.3.5
|
||||
|
||||
|
||||
|
||||
|
||||
## [leantime-7.0.18](https://github.com/truecharts/charts/compare/leantime-7.0.17...leantime-7.0.18) (2023-01-17)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
## [leantime-7.0.9](https://github.com/truecharts/charts/compare/leantime-7.0.8...leantime-7.0.9) (2022-12-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart mariadb to v5.0.15 ([#5492](https://github.com/truecharts/charts/issues/5492))
|
||||
|
||||
|
||||
|
||||
|
||||
## [leantime-7.0.8](https://github.com/truecharts/charts/compare/leantime-7.0.7...leantime-7.0.8) (2022-12-13)
|
||||
|
||||
### Chore
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: "2.3.4"
|
||||
appVersion: "2.3.5"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
@@ -25,7 +25,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/leantime
|
||||
- https://leantime.io/
|
||||
- https://hub.docker.com/r/nicholaswilde/leantime
|
||||
version: 7.0.18
|
||||
version: 7.0.19
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- management
|
||||
9
stable/leantime/7.0.19/app-changelog.md
Normal file
9
stable/leantime/7.0.19/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [leantime-7.0.19](https://github.com/truecharts/charts/compare/leantime-7.0.18...leantime-7.0.19) (2023-01-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/leantime to v2.3.5
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/leantime
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.3.4@sha256:fdcd574d9274074de32a2d1dc1d67e10de418a35c13d385cba32b65f5afb7298
|
||||
tag: 2.3.5@sha256:167abfff575a04ae2a2935f3cd07c1c6365167d834d8d9ea37cac6025105bafe
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
@@ -943,58 +943,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