Skip to content

Commit

Permalink
Remove TODO message
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Sep 17, 2024
1 parent d918cc2 commit 40deb26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/install/application_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ func selectElasticAgentImageName(version, agentBaseImage string) string {
}
switch {
case agentBaseImage == "complete":
// TODO: is this kind of docker image going to available for 9.0 ?
return selectElasticAgentCompleteImageName(v)
case agentBaseImage == "systemd":
return selectElasticAgentSystemDImageName(v)
Expand Down

0 comments on commit 40deb26

Please sign in to comment.