Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add info on release of example alerts and dashboars #85

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion rfcs/0008-kuadrant-release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ connectivity and global load balancing.
- [DNS Operator](https://github.com/Kuadrant/dns-operator): A Kubernetes Operator to manage DNS in single and multi-cluster
environments.
- [Kuadrant Operator](https://github.com/Kuadrant/kuadrant-operator/): The Operator to install and manage the lifecycle
of the Kuadrant components deployments.
of the Kuadrant components deployments. Example alerts and dashboards are also included as optional.
- [kuadrantctl](https://github.com/Kuadrant/kuadrantctl): A CLI tool for managing Kuadrant configurations and resources.

Each of them needs to be versioned independently, and the versioning scheme should follow [Semantic Versioning](https://semver.org/).
Expand Down Expand Up @@ -154,6 +154,7 @@ component. The following table shows the different registries used by each compo
| | kuadrant-operator-bundle images | [Quay.io](https://quay.io/repository/kuadrant/kuadrant-operator-bundle) |
| | kuadrant-operator-catalog images | [Quay.io](https://quay.io/repository/kuadrant/kuadrant-operator-catalog) |
| | kuadrant-operator manifests | [OperatorHub.io](https://operatorhub.io/operator/kuadrant-operator) |
| | kuadrant-operator source (includes example dashboards and alerts)| [Github Releases](https://github.com/Kuadrant/kuadrant-operator/releases) |
| kuadrantctl | kuadrantctl CLI | [Github Releases](https://github.com/Kuadrant/kuadrantctl/releases) |

## Documentation
Expand Down