Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f257db165c
commit
19ee90dab0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -4,13 +4,13 @@ annotations:
|
|||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: metrics
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.11.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 18.0.2
|
||||
version: 18.1.2
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
@ -35,4 +35,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter
|
||||
- https://hub.docker.com/r/prometheuscommunity/smartctl-exporter
|
||||
type: application
|
||||
version: 2.1.2
|
||||
version: 2.3.1
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -46,6 +46,14 @@ workload:
|
|||
startup:
|
||||
type: tcp
|
||||
port: main
|
||||
|
||||
persistence:
|
||||
hostdev:
|
||||
enabled: true
|
||||
type: hostPath
|
||||
hostPath: /dev
|
||||
mountPath: /hostdev
|
||||
|
||||
metrics:
|
||||
main:
|
||||
enabled: true
|
||||
|
@ -65,3 +73,12 @@ logs:
|
|||
general:
|
||||
level: info
|
||||
format: logfmt
|
||||
|
||||
configmap:
|
||||
dashboard:
|
||||
enabled: true
|
||||
labels:
|
||||
grafana_dashboard: "1"
|
||||
data:
|
||||
smartctl.json: >-
|
||||
{{ .Files.Get "dashboard.json" | indent 8 }}
|
Binary file not shown.
Loading…
Reference in New Issue