Skip to content

Commit a599679

Browse files
[synthetic-monitoring-agent] standardize .helmignore (#82)
* [synthetic-monitoring-agent] standardize .helmignore Signed-off-by: TheRealNoob <mike1118@live.com> * Add 'Url' to allowlist in textlintrc Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> --------- Signed-off-by: TheRealNoob <mike1118@live.com> Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> Co-authored-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent b92c2c6 commit a599679

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/linters/.textlintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"comments": true,
44
"allowlist": {
55
"allow": [
6-
"e-mail"
6+
"e-mail",
7+
"Url"
78
]
89
}
910
},

charts/synthetic-monitoring-agent/.helmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@
2121
.idea/
2222
*.tmproj
2323
.vscode/
24+
# Helm plugin tooling
25+
ci/
26+
tests/
27+
*.gotmpl

charts/synthetic-monitoring-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ name: synthetic-monitoring-agent
2020
sources:
2121
- https://github.com/grafana/synthetic-monitoring-agent
2222
type: application
23-
version: 1.4.2
23+
version: 1.4.3

charts/synthetic-monitoring-agent/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
# synthetic-monitoring-agent
22

3-
![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.38.3](https://img.shields.io/badge/AppVersion-v0.38.3-informational?style=flat-square)
3+
![Version: 1.4.3](https://img.shields.io/badge/Version-1.4.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.51.3](https://img.shields.io/badge/AppVersion-v0.51.3-informational?style=flat-square)
44

55
Grafana's Synthetic Monitoring application. The agent provides probe functionality and executes network checks for monitoring remote targets.
66

77
> [!NOTE]
88
> Grafana Cloud Synthetic Monitoring does not officially support this chart.
99
> If you are a Grafana Cloud customer and require support, please follow the [recommended installation methods](https://grafana.com/docs/grafana-cloud/testing/synthetic-monitoring/set-up/set-up-private-probes/#deployment-with-kubernetes) listed in the public docs.
1010
11+
**Homepage:** <https://grafana.net>
12+
1113
## Maintainers
1214

1315
| Name | Email | Url |
1416
| ---- | ------ | --- |
15-
| zanhsieh | <zanhsieh@gmail.com> | |
16-
| torstenwalter | <mail@torstenwalter.de> | |
17-
| sc250024 | <scott.crooks@gmail.com> | |
17+
| Mohammad Abubaker | <sheikhabubaker761@gmail.com> | <https://github.com/Sheikh-Abubaker> |
18+
| Aviv Guiser | <avivguiser@gmail.com> | <https://github.com/KyriosGN0> |
1819

1920
## Source Code
2021

@@ -77,4 +78,4 @@ Grafana's Synthetic Monitoring application. The agent provides probe functionali
7778
| tolerations | list | `[]` | List of node taints to tolerate. |
7879

7980
----------------------------------------------
80-
Autogenerated from chart metadata using [helm-docs v1.8.1](https://github.com/norwoodj/helm-docs/releases/v1.8.1)
81+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

charts/synthetic-monitoring-agent/README.md.gotmpl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44

55
{{ template "chart.description" . }}
66

7-
## 📦 Chart Migration
8-
9-
**This chart is being migrated to [grafana-community/helm-charts](https://github.com/grafana-community/helm-charts).**
10-
11-
After January 30th, 2026, updates and support for this chart will be provided in the new repository. Please update your Helm repository configuration to ensure you continue receiving updates.
12-
137
{{ template "chart.homepageLine" . }}
148

159
{{ template "chart.maintainersSection" . }}

0 commit comments

Comments
 (0)