Skip to content

Commit

Permalink
Bump chart and agent versions (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis authored Aug 24, 2024
1 parent 6fced52 commit f4b1547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion regional/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ resource "helm_release" "datadog_operator" {
file("${path.module}/helm/datadog-operator.yml")
]

version = "1.8.6"
version = "2.0.0"
}

# Kubernetes Namespace Resource
Expand Down
2 changes: 1 addition & 1 deletion regional/manifests/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ variable "node_agent_log_level" {
variable "node_agent_tag" {
description = "Tag for the Datadog node agent image"
type = string
default = "7.55.3"
default = "7.56.0"
}

variable "node_agent_tolerations" {
Expand Down

0 comments on commit f4b1547

Please sign in to comment.