Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
a4a6ffd65e
commit
dd27f4f1e8
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [uptime-kuma-5.0.13](https://github.com/truecharts/charts/compare/uptime-kuma-5.0.12...uptime-kuma-5.0.13) (2023-01-18)
|
||||
|
||||
### Fix
|
||||
|
||||
- values missing rules ([#6447](https://github.com/truecharts/charts/issues/6447))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [uptime-kuma-5.0.14](https://github.com/truecharts/charts/compare/uptime-kuma-5.0.13...uptime-kuma-5.0.14) (2023-01-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/uptime-kuma to v1.19.6
|
||||
|
||||
|
||||
|
||||
|
||||
## [uptime-kuma-5.0.13](https://github.com/truecharts/charts/compare/uptime-kuma-5.0.12...uptime-kuma-5.0.13) (2023-01-18)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [uptime-kuma-5.0.3](https://github.com/truecharts/charts/compare/uptime-kuma-5.0.2...uptime-kuma-5.0.3) (2022-12-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.19.4"
|
||||
appVersion: "1.19.6"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/uptime-kuma
|
||||
- https://github.com/louislam/uptime-kuma
|
||||
type: application
|
||||
version: 5.0.13
|
||||
version: 5.0.14
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- monitoring
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [uptime-kuma-5.0.14](https://github.com/truecharts/charts/compare/uptime-kuma-5.0.13...uptime-kuma-5.0.14) (2023-01-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/uptime-kuma to v1.19.6
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/uptime-kuma
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.19.4@sha256:cdb020e8171056f1546372f88bc228041f9127d3b1e7b1dcf0bf2bd54e52ffa6
|
||||
tag: 1.19.6@sha256:412f3b11565cca7bbbbde5fd00414796ddc879fda3973245514d61c4a9f077e3
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
|
@ -1056,58 +1056,58 @@ questions:
|
|||
type: string
|
||||
default: 30s
|
||||
required: true
|
||||
- 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