diff --git a/Makefile b/Makefile index 7b27d72c3..b888a6d23 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ OPERATOR_NAMESPACE ?= tempo-operator-system # OpenTelemetry operator installation vars OTEL_OPERATOR_NAMESPACE ?= otel-operator-system -OTEL_BUNDLE_IMG ?= "ghcr.io/open-telemetry/opentelemetry-operator/operator-bundle:v0.112.0" +OTEL_BUNDLE_IMG ?= "ghcr.io/open-telemetry/opentelemetry-operator/operator-bundle:v0.113.1" # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")