Skip to content

Commit eb7c6bf

Browse files
authored
Bump TPU Webhook to v1.2.3 (#1025)
Signed-off-by: Ryan O'Leary <[email protected]>
1 parent f91e599 commit eb7c6bf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ray-on-gke/tpu/kuberay-tpu-webhook/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Image URL to use all building/pushing image targets
2-
IMG ?= us-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook:v1.2.2-gke.1
2+
IMG ?= us-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook:v1.2.3-gke.0
33

44
# For europe, use europe-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook
55

ray-on-gke/tpu/kuberay-tpu-webhook/deployments/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
spec:
6565
serviceAccountName: kuberay-tpu-webhook
6666
containers:
67-
- image: us-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook:v1.2.2-gke.1
67+
- image: us-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook:v1.2.3-gke.0
6868
imagePullPolicy: Always
6969
name: kuberay-tpu-webhook
7070
args:

ray-on-gke/tpu/kuberay-tpu-webhook/helm-chart/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ type: application
66
# This is the chart version. This version number should be incremented each time you make changes
77
# to the chart and its templates, including the app version.
88
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9-
version: 0.2.2
9+
version: 0.2.3
1010

1111
# This is the version number of the application being deployed. This version number should be
1212
# incremented each time you make changes to the application. Versions are not expected to
1313
# follow Semantic Versioning. They should reflect the version the application is using.
1414
# It is recommended to use it with quotes.
15-
appVersion: "1.2.2"
15+
appVersion: "1.2.3"

ray-on-gke/tpu/kuberay-tpu-webhook/helm-chart/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tpuWebhook:
77

88
image:
99
repository: us-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook
10-
tag: v1.2.2-gke.1
10+
tag: v1.2.3-gke.0
1111
pullPolicy: Always
1212

1313
deployment:

0 commit comments

Comments
 (0)