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)
|
## [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
|
### Fix
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
- update helm general non-major
|
- 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
|
apiVersion: v2
|
||||||
appVersion: "1.19.4"
|
appVersion: "1.19.6"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
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/truecharts/charts/tree/master/charts/stable/uptime-kuma
|
||||||
- https://github.com/louislam/uptime-kuma
|
- https://github.com/louislam/uptime-kuma
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.13
|
version: 5.0.14
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- monitoring
|
- 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:
|
image:
|
||||||
repository: tccr.io/truecharts/uptime-kuma
|
repository: tccr.io/truecharts/uptime-kuma
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.19.4@sha256:cdb020e8171056f1546372f88bc228041f9127d3b1e7b1dcf0bf2bd54e52ffa6
|
tag: 1.19.6@sha256:412f3b11565cca7bbbbde5fd00414796ddc879fda3973245514d61c4a9f077e3
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
|
@ -1056,58 +1056,58 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: 30s
|
default: 30s
|
||||||
required: true
|
required: true
|
||||||
- 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
|
Loading…
Reference in New Issue