Skip to content

Commit

Permalink
Bump chart version to 1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <pete.wall@grafana.com>
  • Loading branch information
petewall committed Aug 28, 2024
1 parent 9654292 commit efe777f
Show file tree
Hide file tree
Showing 36 changed files with 553 additions and 473 deletions.
4 changes: 2 additions & 2 deletions charts/k8s-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v2
name: k8s-monitoring
description: A Helm chart for gathering, scraping, and forwarding Kubernetes telemetry data to a Grafana Stack.
type: application
version: 1.4.8
appVersion: 2.8.0
version: 1.5.0
appVersion: 2.8.1
icon: https://raw.githubusercontent.com/grafana/grafana/main/public/img/grafana_icon.svg
sources:
- https://github.com/grafana/k8s-monitoring-helm/tree/main/charts/k8s-monitoring
Expand Down
1 change: 1 addition & 0 deletions charts/k8s-monitoring/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ values.schema.json: values.yaml schema-mods/enums-and-types.json schema-mods/req
| del(.properties["alloy-profiles"].properties.controller) \
| del(.properties["alloy-profiles"].properties.crds) \
| del(.properties["kepler"].properties.canMount) \
| del(.properties["beyla"].properties.config) \
| del(.properties["kube-state-metrics"].properties.autosharding) \
| del(.properties["kube-state-metrics"].properties.nodeSelector) \
| del(.properties["kube-state-metrics"].properties.prometheusScrape) \
Expand Down
2 changes: 1 addition & 1 deletion charts/k8s-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# k8s-monitoring

![Version: 1.4.8](https://img.shields.io/badge/Version-1.4.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square)
![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square)

A Helm chart for gathering, scraping, and forwarding Kubernetes telemetry data to a Grafana Stack.

Expand Down
123 changes: 101 additions & 22 deletions charts/k8s-monitoring/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,22 @@
}
}
},
"beyla": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
},
"podAnnotations": {
"type": "object",
"properties": {
"k8s.grafana.com/logs.job": {
"type": "string"
}
}
}
}
},
"cluster": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -282,6 +298,12 @@
"externalLabelsFrom": {
"type": "object"
},
"extraHeaders": {
"type": "object"
},
"extraHeadersFrom": {
"type": "object"
},
"host": {
"type": "string"
},
Expand Down Expand Up @@ -439,12 +461,32 @@
}
}
},
"bearerToken": {
"type": "object",
"properties": {
"token": {
"type": "string"
},
"tokenFile": {
"type": "string"
},
"tokenKey": {
"type": "string"
}
}
},
"externalLabels": {
"type": "object"
},
"externalLabelsFrom": {
"type": "object"
},
"extraHeaders": {
"type": "object"
},
"extraHeadersFrom": {
"type": "object"
},
"host": {
"type": "string"
},
Expand Down Expand Up @@ -492,20 +534,6 @@
}
}
},
"bearerToken": {
"type": "object",
"properties": {
"token" : {
"type": "string"
},
"tokenKey" : {
"type": "string"
},
"tokenFile": {
"type": "string"
}
}
},
"processors": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -668,6 +696,12 @@
"externalLabelsFrom": {
"type": "object"
},
"extraHeaders": {
"type": "object"
},
"extraHeadersFrom": {
"type": "object"
},
"host": {
"type": "string"
},
Expand Down Expand Up @@ -731,6 +765,12 @@
}
}
},
"extraHeaders": {
"type": "object"
},
"extraHeadersFrom": {
"type": "object"
},
"host": {
"type": "string"
},
Expand Down Expand Up @@ -1256,6 +1296,14 @@
}
}
},
"bearerToken": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
},
"enabled": {
"type": "boolean"
},
Expand All @@ -1272,14 +1320,6 @@
"null"
]
},
"bearerToken": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
},
"metricsTuning": {
"type": "object",
"properties": {
Expand All @@ -1302,6 +1342,45 @@
}
}
},
"beyla": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
},
"extraMetricRelabelingRules": {
"type": "string"
},
"extraRelabelingRules": {
"type": "string"
},
"labelMatchers": {
"type": "object",
"properties": {
"app.kubernetes.io/name": {
"type": "string"
}
}
},
"maxCacheSize": {
"type": "null"
},
"metricsTuning": {
"type": "object",
"properties": {
"excludeMetrics": {
"type": "array"
},
"includeMetrics": {
"type": "array"
}
}
},
"scrapeInterval": {
"type": "string"
}
}
},
"cadvisor": {
"type": "object",
"properties": {
Expand Down
28 changes: 14 additions & 14 deletions examples/alloy-autoscaling-and-storage/output.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions examples/application-observability/output.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit efe777f

Please sign in to comment.