File tree 4 files changed +5
-5
lines changed
ray-on-gke/tpu/kuberay-tpu-webhook
4 files changed +5
-5
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/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
3
3
4
4
# For europe, use europe-docker.pkg.dev/ai-on-gke/kuberay-tpu-webhook/tpu-webhook
5
5
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/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
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.2.2
9
+ version : 0.2.3
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.2.2 "
15
+ appVersion : " 1.2.3 "
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ tpuWebhook:
7
7
8
8
image :
9
9
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
11
11
pullPolicy : Always
12
12
13
13
deployment :
You can’t perform that action at this time.
0 commit comments