Skip to content

Commit

Permalink
Use Open Telemetry 0.118.0
Browse files Browse the repository at this point in the history
Version 0.117.0-gke.x all have container start up issue. See http://gkecl/1242950 for more context.
  • Loading branch information
tiffanny29631 committed Feb 4, 2025
1 parent 14750ee commit 909ad9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ COSIGN := $(BIN_DIR)/cosign
GIT_SYNC_VERSION := v4.3.0-gke.7__linux_amd64
GIT_SYNC_IMAGE_NAME := gcr.io/config-management-release/git-sync:$(GIT_SYNC_VERSION)

OTELCONTRIBCOL_VERSION := v0.117.0-gke.1
OTELCONTRIBCOL_IMAGE_NAME := gcr.io/config-management-release/otelcontribcol:$(OTELCONTRIBCOL_VERSION)
OTELCONTRIBCOL_VERSION := v0.118.0-gke.0
OTELCONTRIBCOL_IMAGE_NAME := gcr.io/peip-monitor/otelcontribcol:$(OTELCONTRIBCOL_VERSION)

# Directory used for staging Docker contexts.
STAGING_DIR ?= $(OUTPUT_DIR)/staging
Expand Down

0 comments on commit 909ad9b

Please sign in to comment.