Skip to content

Commit 3fabb1a

Browse files
feat: report cd chart version in effective config (#1731)
1 parent d3cf26b commit 3fabb1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agent-control/src/opamp/effective_config/agent_control.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ struct AgentControlEffectiveConfig {
4848
agents: Option<serde_yaml::Value>,
4949
#[serde(skip_serializing_if = "Option::is_none")]
5050
chart_version: Option<String>,
51+
#[serde(skip_serializing_if = "Option::is_none")]
52+
cd_chart_version: Option<String>,
5153
}
5254

5355
#[derive(Debug, Error)]

0 commit comments

Comments
 (0)