We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc34441 commit 47748d0Copy full SHA for 47748d0
1 file changed
README.md
@@ -87,20 +87,20 @@ No LLM configuration needed in the plugin. The agent handles its own model confi
87
88
```mermaid
89
sequenceDiagram
90
- box rgb(74,144,217) Argo Rollouts
+ box rgb(175, 202, 232) Argo Rollouts
91
participant AC as Controller
92
end
93
- box rgb(91,168,90) Plugin
+ box rgb(152, 213, 151) Plugin
94
participant P as Plugin
95
96
- box rgb(139,92,246) Kubernetes Agents
+ box rgb(200, 184, 238) Kubernetes Agents
97
participant KA as Agent
98
participant DA as Diagnostic Agent
99
participant MA as Metrics Agent
100
participant AA as Analysis Agent
101
participant RA as Remediation Agent
102
103
- box rgb(36,41,47) GitHub
+ box rgb(220, 246, 184) GitHub
104
participant GH as GitHub
105
106
0 commit comments