We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc3b24 commit 1a4eb0cCopy full SHA for 1a4eb0c
2 files changed
otel-ecs-supervisor/CHANGELOG.md
@@ -4,7 +4,7 @@
4
5
### 0.0.8 / 2026-07-07
6
7
-* [IMPROVEMENT] Updated the default supervised CDOT image tag to `v0.10.0`.
+* [IMPROVEMENT] Updated the default supervised CDOT image to `coralogixrepo/coralogix-otel-supervised-cdot:v0.10.0`.
8
9
### 0.0.7 / 2026-06-22
10
otel-ecs-supervisor/variables.tf
@@ -44,7 +44,7 @@ variable "subsystem_name" {
44
variable "container_image" {
45
description = "Container image for the supervisor"
46
type = string
47
- default = "coralogixrepo/otel-supervised-cdot:v0.10.0"
+ default = "coralogixrepo/coralogix-otel-supervised-cdot:v0.10.0"
48
}
49
50
variable "use_entrypoint_script" {
0 commit comments