Skip to content

Commit

Permalink
Change CW agent image for app_signals test
Browse files Browse the repository at this point in the history
  • Loading branch information
majanjua-amzn committed Oct 31, 2023
1 parent b717a65 commit fd98110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/eks/daemon/app_signals/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ variable "test_dir" {

variable "cwagent_image_repo" {
type = string
default = "public.ecr.aws/cloudwatch-agent/cloudwatch-agent"
default = "506463145083.dkr.ecr.us-west-2.amazonaws.com/apm-beta-pre-release"
}

variable "cwagent_image_tag" {
type = string
default = "latest"
default = "appsignals"
}

variable "k8s_version" {
Expand Down

0 comments on commit fd98110

Please sign in to comment.