File tree 4 files changed +8
-6
lines changed
ray-on-gke/tpu/kuberay-tpu-webhook
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# 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
3
5
4
6
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
5
7
ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change 64
64
spec :
65
65
serviceAccountName : kuberay-tpu-webhook
66
66
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
68
68
imagePullPolicy : Always
69
69
name : kuberay-tpu-webhook
70
70
args :
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ type: application
6
6
# This is the chart version. This version number should be incremented each time you make changes
7
7
# to the chart and its templates, including the app version.
8
8
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9
- version : 0.1 .0
9
+ version : 0.2 .0
10
10
11
11
# This is the version number of the application being deployed. This version number should be
12
12
# incremented each time you make changes to the application. Versions are not expected to
13
13
# follow Semantic Versioning. They should reflect the version the application is using.
14
14
# It is recommended to use it with quotes.
15
- appVersion : " 1.1 .0"
15
+ appVersion : " 1.2 .0"
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ tpuWebhook:
6
6
name : ray-system
7
7
8
8
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
11
11
pullPolicy : Always
12
12
13
13
deployment :
You can’t perform that action at this time.
0 commit comments