Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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.5.0-rc.1
version: 1.5.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.5.0-rc.1](https://img.shields.io/badge/Version-1.5.0--rc.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.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.5.0-rc.1"` | Image tag. |
| image.tag | string | `"v1.5.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.5.0-rc.1
tag: v1.5.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.5.0-rc.1
version: 1.5.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.5.0-rc.1](https://img.shields.io/badge/Version-1.5.0--rc.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.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.5.0-rc.1.
helm install kuberay-operator kuberay/kuberay-operator --version 1.5.0-rc.1
# Install both CRDs and KubeRay operator v1.5.0.
helm install kuberay-operator kuberay/kuberay-operator --version 1.5.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.5.0-rc.1&timeout=90s"
kubectl create -k "github.com/ray-project/kuberay/ray-operator/config/crd?ref=v1.5.0&timeout=90s"

# Step 2: Install KubeRay operator only. (for developer)
helm install kuberay-operator kuberay/kuberay-operator --version 1.5.0-rc.1 --skip-crds
helm install kuberay-operator kuberay/kuberay-operator --version 1.5.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.5.0-rc.1
# kuberay-operator default 1 2023-09-22 02:57:17.306616331 +0000 UTC deployed kuberay-operator-1.5.0
```

## Uninstall the Chart
Expand Down Expand Up @@ -148,7 +148,7 @@ spec:
| fullnameOverride | string | `"kuberay-operator"` | String to fully override release name. |
| componentOverride | string | `"kuberay-operator"` | String to override component name. |
| image.repository | string | `"quay.io/kuberay/operator"` | Image repository. |
| image.tag | string | `"v1.5.0-rc.1"` | Image tag. |
| image.tag | string | `"v1.5.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 @@ -16,7 +16,7 @@ image:
repository: quay.io/kuberay/operator

# -- Image tag.
tag: v1.5.0-rc.1
tag: v1.5.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 @@ -4,7 +4,7 @@ name: ray-cluster

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

version: 1.5.0-rc.1
version: 1.5.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.5.0-rc.1](https://img.shields.io/badge/Version-1.5.0--rc.1-informational?style=flat-square)
![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square)

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

Expand Down
Loading