Skip to content

Commit 7137582

Browse files
authored
docs: enforce code signoff in AGENTS.md (#706)
1 parent 6acd772 commit 7137582

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

AGENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,28 @@
33
Follow these steps whenever you modify the charts. Keep answers concise and actionable.
44

55
## Always do
6+
67
- Use supported, security-patched chart versions. Verify availability with `helm search repo <name> --versions` before pinning.
8+
- All commits must be signed off (DCO). Use `git commit -s`.
79
- Update dependencies in `charts/jaeger/Chart.yaml`, then run `helm dependency update charts/jaeger` to vendor them.
810
- Bump `version` in `charts/jaeger/Chart.yaml` for any functional change (deps, templates, values, docs that affect behavior). Only change `appVersion` when updating the Jaeger image.
911
- Keep Bitnami `common` unless you also replace all `common.*` helpers in templates.
1012
- Run `helm lint charts/jaeger` after changes; add `helm template ...` if you touched templates or defaults.
1113

1214
## Dependency specifics
15+
1316
- Elasticsearch: use `elastic/elasticsearch`; pin the latest safe patch; confirm with search before setting the version.
1417
- Kafka: use `strimzi/strimzi-kafka-operator`; remember this installs the operator only—Kafka clusters require separate CRs.
1518
- Avoid archived repos; replace incubator deps when possible.
1619

1720
## Docs and values
21+
1822
- Update `charts/jaeger/values.yaml` comments/examples to match new defaults or dependencies.
1923
- Update `charts/jaeger/README.md` for any repo/command changes and note required manual steps (e.g., Strimzi Kafka CRs).
2024
- Keep example hosts consistent with rendered service names (use `fullnameOverride` if you change them).
2125

2226
## Before you finish
27+
2328
- Dependencies vendored under `charts/jaeger/charts/*` are current.
2429
- Chart version bumped appropriately.
2530
- Lint passes; templates render for provisioned modes you changed.

0 commit comments

Comments
 (0)