Skip to content

Commit 1a4eb0c

Browse files
committed
Fix comment
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
1 parent 1cc3b24 commit 1a4eb0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

otel-ecs-supervisor/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### 0.0.8 / 2026-07-07
66

7-
* [IMPROVEMENT] Updated the default supervised CDOT image tag to `v0.10.0`.
7+
* [IMPROVEMENT] Updated the default supervised CDOT image to `coralogixrepo/coralogix-otel-supervised-cdot:v0.10.0`.
88

99
### 0.0.7 / 2026-06-22
1010

otel-ecs-supervisor/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ variable "subsystem_name" {
4444
variable "container_image" {
4545
description = "Container image for the supervisor"
4646
type = string
47-
default = "coralogixrepo/otel-supervised-cdot:v0.10.0"
47+
default = "coralogixrepo/coralogix-otel-supervised-cdot:v0.10.0"
4848
}
4949

5050
variable "use_entrypoint_script" {

0 commit comments

Comments
 (0)