File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ set -o pipefail
8
8
: ${DRIVER_NAME:= tpu-dra-driver}
9
9
10
10
# 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" }
12
12
: ${DRIVER_IMAGE_NAME:= " ${DRIVER_NAME} " }
13
13
: ${DRIVER_IMAGE_TAG:= " master.0" }
14
14
: ${DRIVER_IMAGE_PLATFORM:= " ubuntu22.04" }
Original file line number Diff line number Diff line change 36
36
{{- toYaml .Values.kubeletPlugin.podSecurityContext | nindent 8 }}
37
37
initContainers :
38
38
- 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"
40
40
securityContext :
41
41
privileged : true
42
42
command :
87
87
mountPath : /sys
88
88
- name : proc
89
89
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"
91
91
name : vbar-control-agent
92
92
env :
93
93
- name : TPU_SKIP_MDS_QUERY
You can’t perform that action at this time.
0 commit comments