Skip to content

Commit

Permalink
Bump Ray TPU webhook image to v1.2.1 (#891)
Browse files Browse the repository at this point in the history
Bump webhook image to v1.2.1

Signed-off-by: ryanaoleary <[email protected]>
  • Loading branch information
ryanaoleary authored Nov 23, 2024
1 parent a816702 commit 3a39329
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ray-on-gke/tpu/kuberay-tpu-webhook/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Image URL to use all building/pushing image targets
IMG ?= us-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook:v1.2.0-gke.1
IMG ?= us-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook:v1.2.1-gke.0

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

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.0-gke.1
- image: us-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook:v1.2.1-gke.0
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.0
version: 0.2.1

# 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.0"
appVersion: "1.2.1"
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.0-gke.1
tag: v1.2.1-gke.0
pullPolicy: Always

deployment:
Expand Down

0 comments on commit 3a39329

Please sign in to comment.