Skip to content

Commit

Permalink
Update default TPU webhook image to v1.2.2 (#972)
Browse files Browse the repository at this point in the history
Update default webhook image to v1.2.2

Signed-off-by: Ryan O'Leary <[email protected]>
  • Loading branch information
ryanaoleary authored Feb 11, 2025
1 parent c5ffe8d commit bf53a39
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ray-on-gke/tpu/kuberay-tpu-webhook/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Image URL to use all building/pushing image targets
IMG ?= us-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook:v1.2.1-gke.0
IMG ?= us-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook:v1.2.2-gke.1

# For europe, use europe-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook:v1.2.0-gke.1
# For europe, use europe-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook

# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
spec:
serviceAccountName: kuberay-tpu-webhook
containers:
- image: us-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook:v1.2.1-gke.0
- image: us-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook:v1.2.2-gke.1
imagePullPolicy: Always
name: kuberay-tpu-webhook
args:
Expand Down
4 changes: 2 additions & 2 deletions ray-on-gke/tpu/kuberay-tpu-webhook/helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.1
version: 0.2.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.2.1"
appVersion: "1.2.2"
2 changes: 1 addition & 1 deletion ray-on-gke/tpu/kuberay-tpu-webhook/helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tpuWebhook:

image:
repository: us-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook
tag: v1.2.1-gke.0
tag: v1.2.2-gke.1
pullPolicy: Always

deployment:
Expand Down

0 comments on commit bf53a39

Please sign in to comment.