From 54fdd4154d8f0796893982d97edf14f869ac18b7 Mon Sep 17 00:00:00 2001 From: Nan Yu Date: Wed, 10 Jul 2024 22:31:20 +0000 Subject: [PATCH] Bump otel-collector image to fix CVEs (#1325) (#1327) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e63240ac35..4e6fcb4b30 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ HELM_STAGING_DIR := $(OUTPUT_DIR)/third_party/helm GIT_SYNC_VERSION := v4.2.3-gke.5__linux_amd64 GIT_SYNC_IMAGE_NAME := gcr.io/config-management-release/git-sync:$(GIT_SYNC_VERSION) -OTELCONTRIBCOL_VERSION := v0.102.0-gke.5 +OTELCONTRIBCOL_VERSION := v0.102.0-gke.6 OTELCONTRIBCOL_IMAGE_NAME := gcr.io/config-management-release/otelcontribcol:$(OTELCONTRIBCOL_VERSION) # Keep KIND_VERSION in sync with the version defined in go.mod