Skip to content

Commit c166bfa

Browse files
authored
Bump Ray TPU Webhook Image (#763)
Bump webhook image to v1.2 Signed-off-by: Ryan O'Leary <[email protected]>
1 parent 09e4b0d commit c166bfa

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Image URL to use all building/pushing image targets
2-
IMG ?= us-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/kuberay-tpu-webhook:v1.1
2+
IMG ?= us-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook:v1.2.0-gke.1
3+
4+
# For europe, use europe-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook:v1.2.0-gke.1
35

46
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
57
ifeq (,$(shell go env GOBIN))

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/kuberay-tpu-webhook:v1.1
67+
- image: us-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook:v1.2.0-gke.1
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.1.0
9+
version: 0.2.0
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.1.0"
15+
appVersion: "1.2.0"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ tpuWebhook:
66
name: ray-system
77

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

1313
deployment:

0 commit comments

Comments
 (0)