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 0ecbce5 commit 0ea404bCopy full SHA for 0ea404b
ray-operator/controllers/ray/utils/constant.go
@@ -188,7 +188,7 @@ const (
188
// The version is included in the RAY_USAGE_STATS_EXTRA_TAGS environment variable
189
// as well as the user-agent. This constant is updated before release.
190
// TODO: Update KUBERAY_VERSION to be a build-time variable.
191
- KUBERAY_VERSION = "nightly"
+ KUBERAY_VERSION = "v1.2.2"
192
)
193
194
type ServiceType string
0 commit comments