Skip to content

Commit

Permalink
* 2.4.2 -- 2025-02-10
Browse files Browse the repository at this point in the history
  - update extras/datadog-agent image and chart versions
  • Loading branch information
badra001 committed Feb 10, 2025
1 parent 99bf5d8 commit ba0b623
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@

* 2.4.1 -- 2025-02-03
- add examples/extras/schedule-asg and README

* 2.4.2 -- 2025-02-10
- update extras/datadog-agent image and chart versions
12 changes: 8 additions & 4 deletions examples/extras/datadog-agent/variables.images.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ charts = {
# version = "3.57.3"
# version = "3.58.1"
# version = "3.65.1"
version = "3.67.1"
# version = "3.67.1"
version = "3.90.2"
use_remote = true
}
}
Expand All @@ -21,7 +22,8 @@ images = {
# tag = "7.51.0"
# tag = "7.51.1"
# tag = "7.53.0"
tag = "7.57.1"
# tag = "7.57.1"
tag = "7.62.2"
enabled = true
}
"cluster-agent" = {
Expand All @@ -34,7 +36,8 @@ images = {
# tag = "7.51.0"
# tag = "7.51.1"
# tag = "7.53.0"
tag = "7.57.1"
# tag = "7.57.1"
tag = "7.62.2"
enabled = true
}
"fips-proxy" = {
Expand All @@ -46,7 +49,8 @@ images = {
source_tag = null
# tag = "1.1.1"
# tag = "1.1.2"
tag = "1.1.5"
# tag = "1.1.5"
tag = "1.1.6"
enabled = true
}
}
Expand Down

0 comments on commit ba0b623

Please sign in to comment.