Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-03-01 15:30:01 +00:00
parent f257db165c
commit 19ee90dab0
31 changed files with 3858 additions and 3 deletions

View File

@ -4,13 +4,13 @@ annotations:
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: metrics truecharts.org/category: metrics
truecharts.org/max_helm_version: "3.14" 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 truecharts.org/train: stable
apiVersion: v2 apiVersion: v2
appVersion: 0.11.0 appVersion: 0.11.0
dependencies: dependencies:
- name: common - name: common
version: 18.0.2 version: 18.1.2
repository: oci://tccr.io/truecharts repository: oci://tccr.io/truecharts
condition: "" condition: ""
alias: "" alias: ""
@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter - https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter
- https://hub.docker.com/r/prometheuscommunity/smartctl-exporter - https://hub.docker.com/r/prometheuscommunity/smartctl-exporter
type: application type: application
version: 2.1.2 version: 2.3.1

File diff suppressed because it is too large Load Diff

View File

@ -46,6 +46,14 @@ workload:
startup: startup:
type: tcp type: tcp
port: main port: main
persistence:
hostdev:
enabled: true
type: hostPath
hostPath: /dev
mountPath: /hostdev
metrics: metrics:
main: main:
enabled: true enabled: true
@ -65,3 +73,12 @@ logs:
general: general:
level: info level: info
format: logfmt format: logfmt
configmap:
dashboard:
enabled: true
labels:
grafana_dashboard: "1"
data:
smartctl.json: >-
{{ .Files.Get "dashboard.json" | indent 8 }}