Skip to content

Commit ad50ec1

Browse files
Update Helm release k8s-monitoring to v3.5.4 (#1185)
Co-authored-by: botty-mcbottington[bot] <168950816+botty-mcbottington[bot]@users.noreply.github.com>
1 parent a24ad40 commit ad50ec1

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

charts/charts.k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ charts: helm.Charts = {
142142
k8s_monitoring: {
143143
chart = "k8s-monitoring"
144144
repoURL = "https://grafana.github.io/helm-charts"
145-
targetRevision = "3.5.3"
145+
targetRevision = "3.5.4"
146146
schemaGenerator = "VALUE-INFERENCE"
147147
crdGenerator = "TEMPLATE"
148148
values: {

charts/k8s_monitoring/chart.k

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ schema Chart(helm.Chart):
1414
values : Values | any, optional, default is {"alloy-metrics" = {enabled = True}, cluster = {name = "kcl"}, destinationsMap = {mimir = {$type = "prometheus"}}, prometheusOperatorObjects = {crds = {deploy = True}, enabled = True}}
1515
chart : str, required, default is "k8s-monitoring"
1616
repoURL : str, required, default is "https://grafana.github.io/helm-charts"
17-
targetRevision : str, optional, default is "3.5.3"
17+
targetRevision : str, optional, default is "3.5.4"
1818
"""
1919
values?: Values | any = {"alloy-metrics" = {enabled = True}, cluster = {name = "kcl"}, destinationsMap = {
2020
mimir = {$type = "prometheus"}
2121
}, prometheusOperatorObjects = {crds = {deploy = True}, enabled = True}}
2222
chart: str = "k8s-monitoring"
2323
repoURL: str = "https://grafana.github.io/helm-charts"
24-
targetRevision?: str = "3.5.3"
24+
targetRevision?: str = "3.5.4"
2525

charts/k8s_monitoring/values.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10536,7 +10536,8 @@
1053610536
"dimensions": {
1053710537
"description": "A list of dimensions to add with the default dimensions.",
1053810538
"items": {
10539-
"required": []
10539+
"required": [],
10540+
"type": "string"
1054010541
},
1054110542
"required": [],
1054210543
"title": "dimensions",

charts/k8s_monitoring/values.schema.k

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8133,7 +8133,7 @@ schema ValuesProcessorsServiceGraphMetrics:
81338133
The attribute names used to identify the database name from span attributes.
81348134
destinations : [any], optional
81358135
The destinations where service graph metrics will be sent. If empty, all metrics-capable destinations will be used.
8136-
dimensions : [any], optional
8136+
dimensions : [str], optional
81378137
A list of dimensions to add with the default dimensions.
81388138
enabled : bool, optional
81398139
Generate service graph metrics from traces. This will deploy an additional Alloy
@@ -8154,7 +8154,7 @@ schema ValuesProcessorsServiceGraphMetrics:
81548154
databaseNameAttribute?: str
81558155
databaseNameAttributes?: [str]
81568156
destinations?: [any]
8157-
dimensions?: [any]
8157+
dimensions?: [str]
81588158
enabled?: bool
81598159
latencyHistogramBuckets?: [str]
81608160
metricsFlushInterval?: str

0 commit comments

Comments
 (0)