We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f7b63 commit fa3d8eeCopy full SHA for fa3d8ee
ray-operator/controllers/ray/utils/constant.go
@@ -182,7 +182,7 @@ const (
182
// The version is included in the RAY_USAGE_STATS_EXTRA_TAGS environment variable
183
// as well as the user-agent. This constant is updated before release.
184
// TODO: Update KUBERAY_VERSION to be a build-time variable.
185
- KUBERAY_VERSION = "nightly"
+ KUBERAY_VERSION = "v1.2.1"
186
)
187
188
type ServiceType string
0 commit comments