Skip to content

Commit 92a3d5f

Browse files
authored
Merge pull request #201 from kube-logging/chore/upgrade-otelcol-image-v0.150.0-axoflow.2
chore: update otelcollector to v0.150.0-axflow.2
2 parents 3ab36da + dceb1e2 commit 92a3d5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LICENSEI_VERSION = 0.9.0
2222

2323
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
2424
ENVTEST_K8S_VERSION = 1.35.0
25-
ENVTEST_OTEL_OPERATOR_VERSION=0.143.0
25+
ENVTEST_OTEL_OPERATOR_VERSION=0.150.0
2626

2727
# renovate: datasource=github-releases depName=cert-manager/cert-manager versioning=semver
2828
CERT_MANAGER_VERSION = 1.20.1

pkg/resources/manager/collector_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import (
4646

4747
const (
4848
otelCollectorKind = "OpenTelemetryCollector"
49-
axoflowOtelCollectorImageRef = "ghcr.io/axoflow/axoflow-otel-collector/axoflow-otel-collector:0.143.0-axoflow.2"
49+
axoflowOtelCollectorImageRef = "ghcr.io/axoflow/axoflow-otel-collector/axoflow-otel-collector:0.150.0-axoflow.2"
5050
)
5151

5252
var (

0 commit comments

Comments
 (0)