Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-03-01 14:14:43 +00:00
parent 2b8d8036dd
commit b519e68229
31 changed files with 3850 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.1 version: 2.3.0

File diff suppressed because it is too large Load Diff

View File

@ -65,3 +65,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 }}