Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm-chart/kuberay-apiserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ 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: 1.6.0-rc.0
version: 1.6.0
4 changes: 2 additions & 2 deletions helm-chart/kuberay-apiserver/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# KubeRay APIServer

![Version: 1.6.0-rc.0](https://img.shields.io/badge/Version-1.6.0--rc.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for kuberay-apiserver

Expand Down Expand Up @@ -103,7 +103,7 @@ kubectl get pods
| replicaCount | int | `1` | |
| name | string | `"kuberay-apiserver"` | |
| image.repository | string | `"quay.io/kuberay/apiserver"` | Image repository. |
| image.tag | string | `"v1.6.0-rc.0"` | Image tag. |
| image.tag | string | `"v1.6.0"` | Image tag. |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
| cors | string | `nil` | |
| labels | object | `{}` | Extra labels. |
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/kuberay-apiserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
# -- Image repository.
repository: quay.io/kuberay/apiserver
# -- Image tag.
tag: v1.6.0-rc.0
tag: v1.6.0
# -- Image pull policy.
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion helm-chart/kuberay-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: kuberay-operator

description: A Helm chart for deploying the Kuberay operator on Kubernetes.

version: 1.6.0-rc.0
version: 1.6.0

type: application

Expand Down
14 changes: 7 additions & 7 deletions helm-chart/kuberay-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kuberay-operator

![Version: 1.6.0-rc.0](https://img.shields.io/badge/Version-1.6.0--rc.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for deploying the Kuberay operator on Kubernetes.

Expand Down Expand Up @@ -29,8 +29,8 @@ helm version
```sh
helm repo add kuberay https://ray-project.github.io/kuberay-helm/

# Install both CRDs and KubeRay operator v1.6.0-rc.0.
helm install kuberay-operator kuberay/kuberay-operator --version 1.6.0-rc.0
# Install both CRDs and KubeRay operator v1.6.0.
helm install kuberay-operator kuberay/kuberay-operator --version 1.6.0

# Check the KubeRay operator Pod in `default` namespace
kubectl get pods
Expand Down Expand Up @@ -58,10 +58,10 @@ helm version

```sh
# Step 1: Install CRDs only (for cluster admin)
kubectl create -k "github.com/ray-project/kuberay/ray-operator/config/crd?ref=v1.6.0-rc.0&timeout=90s"
kubectl create -k "github.com/ray-project/kuberay/ray-operator/config/crd?ref=v1.6.0&timeout=90s"

# Step 2: Install KubeRay operator only. (for developer)
helm install kuberay-operator kuberay/kuberay-operator --version 1.6.0-rc.0 --skip-crds
helm install kuberay-operator kuberay/kuberay-operator --version 1.6.0 --skip-crds
```

## List the chart
Expand All @@ -71,7 +71,7 @@ To list the `my-release` deployment:
```sh
helm ls
# NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
# kuberay-operator default 1 2023-09-22 02:57:17.306616331 +0000 UTC deployed kuberay-operator-1.6.0-rc.0
# kuberay-operator default 1 2023-09-22 02:57:17.306616331 +0000 UTC deployed kuberay-operator-1.6.0
```

## Uninstall the Chart
Expand Down Expand Up @@ -149,7 +149,7 @@ spec:
| componentOverride | string | `"kuberay-operator"` | String to override component name. |
| replicas | int | `1` | Number of replicas for the KubeRay operator Deployment. |
| image.repository | string | `"quay.io/kuberay/operator"` | Image repository. |
| image.tag | string | `"v1.6.0-rc.0"` | Image tag. |
| image.tag | string | `"v1.6.0"` | Image tag. |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
| imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry |
| nodeSelector | object | `{}` | Restrict to run on particular nodes. |
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/kuberay-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ image:
repository: quay.io/kuberay/operator

# -- Image tag.
tag: v1.6.0-rc.0
tag: v1.6.0

# -- Image pull policy.
pullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/ray-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application

description: A Helm chart for deploying the RayCluster with the kuberay operator.

version: 1.6.0-rc.0
version: 1.6.0

home: https://github.com/ray-project/kuberay

Expand Down
2 changes: 1 addition & 1 deletion helm-chart/ray-cluster/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RayCluster

![Version: 1.6.0-rc.0](https://img.shields.io/badge/Version-1.6.0--rc.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for deploying the RayCluster with the kuberay operator.

Expand Down
2 changes: 1 addition & 1 deletion ray-operator/config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace: default
images:
- name: kuberay/operator
newName: quay.io/kuberay/operator
newTag: v1.6.0-rc.0
newTag: v1.6.0
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
Expand Down
2 changes: 1 addition & 1 deletion ray-operator/controllers/ray/utils/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ const (
// The version is included in the RAY_USAGE_STATS_EXTRA_TAGS environment variable
// as well as the user-agent. This constant is updated before release.
// TODO: Update KUBERAY_VERSION to be a build-time variable.
KUBERAY_VERSION = "v1.6.0-rc.0"
KUBERAY_VERSION = "v1.6.0"

// KubeRayController represents the value of the default job controller
KubeRayController = "ray.io/kuberay-operator"
Expand Down
Loading