11# kuberay-operator
22
3- ![ Version: 1.4.0 ] ( https://img.shields.io/badge/Version-1.4.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
3+ ![ Version: 1.4.1 ] ( https://img.shields.io/badge/Version-1.4.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
44
55A Helm chart for deploying the Kuberay operator on Kubernetes.
66
@@ -29,8 +29,8 @@ helm version
2929 ``` sh
3030 helm repo add kuberay https://ray-project.github.io/kuberay-helm/
3131
32- # Install both CRDs and KubeRay operator v1.4.0 .
33- helm install kuberay-operator kuberay/kuberay-operator --version 1.4.0
32+ # Install both CRDs and KubeRay operator v1.4.1 .
33+ helm install kuberay-operator kuberay/kuberay-operator --version 1.4.1
3434
3535 # Check the KubeRay operator Pod in `default` namespace
3636 kubectl get pods
@@ -58,10 +58,10 @@ helm version
5858
5959 ``` sh
6060 # Step 1: Install CRDs only (for cluster admin)
61- kubectl create -k " github.com/ray-project/kuberay/ray-operator/config/crd?ref=v1.4.0 &timeout=90s"
61+ kubectl create -k " github.com/ray-project/kuberay/ray-operator/config/crd?ref=v1.4.1 &timeout=90s"
6262
6363 # Step 2: Install KubeRay operator only. (for developer)
64- helm install kuberay-operator kuberay/kuberay-operator --version 1.4.0 --skip-crds
64+ helm install kuberay-operator kuberay/kuberay-operator --version 1.4.1 --skip-crds
6565 ```
6666
6767## List the chart
@@ -71,7 +71,7 @@ To list the `my-release` deployment:
7171``` sh
7272helm ls
7373# NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
74- # kuberay-operator default 1 2023-09-22 02:57:17.306616331 +0000 UTC deployed kuberay-operator-1.4.0
74+ # kuberay-operator default 1 2023-09-22 02:57:17.306616331 +0000 UTC deployed kuberay-operator-1.4.1
7575```
7676
7777## Uninstall the Chart
@@ -102,7 +102,7 @@ spec:
102102 project : default
103103 source :
104104 repoURL : https://github.com/ray-project/kuberay
105- targetRevision : v1.4.0
105+ targetRevision : v1.4.1
106106 path : helm-chart/kuberay-operator/crds
107107 destination :
108108 server : https://kubernetes.default.svc
@@ -122,7 +122,7 @@ metadata:
122122spec :
123123 source :
124124 repoURL : https://github.com/ray-project/kuberay
125- targetRevision : v1.4.0
125+ targetRevision : v1.4.1
126126 path : helm-chart/kuberay-operator
127127 helm :
128128 skipCrds : true
@@ -148,7 +148,7 @@ spec:
148148| fullnameOverride | string | ` "kuberay-operator" ` | String to fully override release name. |
149149| componentOverride | string | ` "kuberay-operator" ` | String to override component name. |
150150| image.repository | string | ` "quay.io/kuberay/operator" ` | Image repository. |
151- | image.tag | string | ` "v1.4.0 " ` | Image tag. |
151+ | image.tag | string | ` "v1.4.1 " ` | Image tag. |
152152| image.pullPolicy | string | ` "IfNotPresent" ` | Image pull policy. |
153153| labels | object | ` {} ` | Extra labels. |
154154| annotations | object | ` {} ` | Extra annotations. |
0 commit comments