feature add possible configure alerta
PaaS and framework that replace or compete with AWS, VMware
Brought to you by:
cozystack
Originally created by: klinch0
- add possible configure alerta
Added support to inject additional environment variables into the Alerta container via a new configurable field. Supports plain name/value pairs and valueFrom references.
Documentation
Updated monitoring README with details and examples for configuring extra environment variables.
Chores
Originally posted by: coderabbitai[bot]
Walkthrough
Introduces alerta.extraEnvs to allow injecting additional environment variables into the Alerta container via Helm values, updates schema, defaults, and documentation, and wires rendering in the Deployment template. Bumps monitoring chart version to 1.14.0 and updates versions_map to pin 1.13.0 and add 1.14.0.
Changes
packages/extra/monitoring/Chart.yaml,packages/extra/versions_mappackages/extra/monitoring/README.md,packages/extra/monitoring/templates/alerta/alerta.yaml,packages/extra/monitoring/values.schema.json,packages/extra/monitoring/values.yamlSequence Diagram(s)
Estimated code review effort
🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Suggested labels
ok-to-testSuggested reviewers
Pre-merge checks (2 passed, 1 warning)
❌ Failed checks (1 warning)
| Check name | Status | Explanation | Resolution | | :---------: | :--------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Title Check | ⚠️ Warning | The current title “feature add possible configure alerta” is vague, grammatically incorrect, and does not clearly summarize the primary change of introducing an extraEnvs configuration parameter for injecting environment variables into the Alerta monitoring chart; it fails to convey the main feature enhancement to reviewers scanning PR history. | Please update the title to a concise, descriptive sentence such as “Add extraEnvs configuration to Alerta monitoring chart” to clearly reflect the main purpose of the changeset. |✅ Passed checks (2 passed)
| Check name | Status | Explanation | | :----------------: | :------- | :------------------------------------------------------------------- | | Description Check | ✅ Passed | Check skipped - CodeRabbit’s high-level summary is enabled. | | Docstring Coverage | ✅ Passed | No functions found in the changes. Docstring coverage check skipped. |Poem
✨ Finishing Touches
🧪 Generate unit tests
- [ ] Create PR with unit tests - [ ] Post copyable unit tests in a comment - [ ] Commit unit tests in branch `feature-add-possible-configure-alerta`Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
❤️ Share
- [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)Comment
@coderabbitai helpto get the list of available commands and usage tips.