Skip to content

Commit

Permalink
Bump otelcontribcol and helm veresion
Browse files Browse the repository at this point in the history
For vulnerability fix
  • Loading branch information
tiffanny29631 committed Jul 31, 2024
1 parent 13eeb8a commit 4bce946
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 @@ -69,14 +69,14 @@ KUSTOMIZE_VERSION := v5.4.2-gke.0
KUSTOMIZE := $(BIN_DIR)/kustomize
KUSTOMIZE_STAGING_DIR := $(OUTPUT_DIR)/third_party/kustomize

HELM_VERSION := v3.14.4-gke.2
HELM_VERSION := v3.15.3-gke.0
HELM := $(BIN_DIR)/helm
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.6
OTELCONTRIBCOL_VERSION := v0.106.0-gke.2
OTELCONTRIBCOL_IMAGE_NAME := gcr.io/config-management-release/otelcontribcol:$(OTELCONTRIBCOL_VERSION)

# Keep KIND_VERSION in sync with the version defined in go.mod
Expand Down

0 comments on commit 4bce946

Please sign in to comment.