File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ GOLANG_IMAGE := google-go.pkg.dev/golang:$(GOLANG_IMAGE_VERSION)
43
43
# Base image used for debian containers
44
44
# When updating you can use this command:
45
45
# gcloud container images list-tags gcr.io/gke-release/debian-base --filter="tags:bookworm*"
46
- DEBIAN_BASE_IMAGE := gcr.io/gke-release/debian-base:bookworm-v1.0.4-gke.8
46
+ DEBIAN_BASE_IMAGE := gcr.io/gke-release/debian-base:bookworm-v1.0.4-gke.17
47
47
# Base image used for gcloud install, primarily for test images.
48
48
# We use -slim for a smaller base image where we can choose which components to install.
49
49
# https://cloud.google.com/sdk/docs/downloads-docker#docker_image_options
@@ -86,7 +86,7 @@ HELM_STAGING_DIR := $(OUTPUT_DIR)/third_party/helm
86
86
COSIGN_VERSION := v2.4.1
87
87
COSIGN := $(BIN_DIR ) /cosign
88
88
89
- GIT_SYNC_VERSION := v4.3.0-gke.18__linux_amd64
89
+ GIT_SYNC_VERSION := v4.3.0-gke.19__linux_amd64
90
90
GIT_SYNC_IMAGE_NAME := gcr.io/config-management-release/git-sync:$(GIT_SYNC_VERSION )
91
91
92
92
OTELCONTRIBCOL_VERSION := v0.118.0-gke.9
You can’t perform that action at this time.
0 commit comments