Skip to content

Commit

Permalink
changed image
Browse files Browse the repository at this point in the history
  • Loading branch information
nathalapooja committed Oct 26, 2023
1 parent d929301 commit 7826035
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 @@ -14,12 +14,12 @@ variable "test_dir" {
variable "cwagent_image_repo" {
type = string
//Todo: change this to public ECR repo image after GA "public.ecr.aws/cloudwatch-agent/cloudwatch-agent"
default = "506463145083.dkr.ecr.us-west-2.amazonaws.com/apm-beta-pre-release:appsignals"
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 7826035

Please sign in to comment.