Skip to content

Commit

Permalink
add installer-package
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 10, 2025
1 parent ba0b623 commit 35380b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/extras/datadog-agent/variables.images.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ images = {
tag = "1.1.6"
enabled = true
}
"installer-package" = {
name = "datadog/installer-package"
image = "public.ecr.aws/datadog/installer-package"
dest_path = null
source_registry = "public.ecr.aws"
source_image = "datadog/installer-package"
source_tag = null
tag = "7.62"
enabled = false
}
}
#public.ecr.aws/datadog/agent:7.51.1
#public.ecr.aws/datadog/cluster-agent:7.51.1
Expand Down

0 comments on commit 35380b5

Please sign in to comment.