Skip to content

Commit 433427b

Browse files
committed
update container images of tpu dra plugin to gke-release images
1 parent ae592f2 commit 433427b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/tpu-dra-driver/install-tpu-dra-driver.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -o pipefail
88
: ${DRIVER_NAME:=tpu-dra-driver}
99

1010
# The registry, image and tag for the example driver
11-
: ${DRIVER_IMAGE_REGISTRY:="gcr.io/gke-release-staging"}
11+
: ${DRIVER_IMAGE_REGISTRY:="gcr.io/gke-release"}
1212
: ${DRIVER_IMAGE_NAME:="${DRIVER_NAME}"}
1313
: ${DRIVER_IMAGE_TAG:="master.0"}
1414
: ${DRIVER_IMAGE_PLATFORM:="ubuntu22.04"}

charts/tpu-dra-driver/templates/kubeletplugin.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
{{- toYaml .Values.kubeletPlugin.podSecurityContext | nindent 8 }}
3737
initContainers:
3838
- name: "tpu-network-optimization"
39-
image: "gcr.io/gke-release-staging/tpu_network_optimizer:tpu_network_optimizer_20241212.00_p0@sha256:ad1446302c2a7714af62959dd84fc9cd47552085cac4f03580cb4c5eb523e81c"
39+
image: "gcr.io/gke-release/tpu_network_optimizer@sha256:ad1446302c2a7714af62959dd84fc9cd47552085cac4f03580cb4c5eb523e81c"
4040
securityContext:
4141
privileged: true
4242
command:
@@ -87,7 +87,7 @@ spec:
8787
mountPath: /sys
8888
- name: proc
8989
mountPath: /proc
90-
- image: "gcr.io/gke-release-staging/vbar_control_agent@sha256:4bd33c9d448a446b8a1893f1caee93f0206674faeda82047491d144416c42c88"
90+
- image: "gcr.io/gke-release/vbar_control_agent@sha256:4bd33c9d448a446b8a1893f1caee93f0206674faeda82047491d144416c42c88"
9191
name: vbar-control-agent
9292
env:
9393
- name: TPU_SKIP_MDS_QUERY

0 commit comments

Comments
 (0)