Skip to content

Commit 90f10c9

Browse files
authored
Merge pull request #77 from andrewsykim/release-1.5
Update KubeRay version to v1.5.1
2 parents 17b379e + f9a844c commit 90f10c9

File tree

14 files changed

+61
-16
lines changed

14 files changed

+61
-16
lines changed

helm-chart/kuberay-apiserver/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.5.0
18+
version: 1.5.1

helm-chart/kuberay-apiserver/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# KubeRay APIServer
22

3-
![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)
3+
![Version: 1.5.1](https://img.shields.io/badge/Version-1.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
A Helm chart for kuberay-apiserver
66

@@ -103,7 +103,7 @@ kubectl get pods
103103
| replicaCount | int | `1` | |
104104
| name | string | `"kuberay-apiserver"` | |
105105
| image.repository | string | `"quay.io/kuberay/apiserver"` | Image repository. |
106-
| image.tag | string | `"v1.5.0"` | Image tag. |
106+
| image.tag | string | `"v1.5.1"` | Image tag. |
107107
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
108108
| cors | string | `nil` | |
109109
| labels | object | `{}` | Extra labels. |

helm-chart/kuberay-apiserver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
1010
# -- Image repository.
1111
repository: quay.io/kuberay/apiserver
1212
# -- Image tag.
13-
tag: v1.5.0
13+
tag: v1.5.1
1414
# -- Image pull policy.
1515
pullPolicy: IfNotPresent
1616

helm-chart/kuberay-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: kuberay-operator
44

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

7-
version: 1.5.0
7+
version: 1.5.1
88

99
type: application
1010

helm-chart/kuberay-operator/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# kuberay-operator
22

3-
![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)
3+
![Version: 1.5.1](https://img.shields.io/badge/Version-1.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
A 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.5.0.
33-
helm install kuberay-operator kuberay/kuberay-operator --version 1.5.0
32+
# Install both CRDs and KubeRay operator v1.5.1.
33+
helm install kuberay-operator kuberay/kuberay-operator --version 1.5.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.5.0&timeout=90s"
61+
kubectl create -k "github.com/ray-project/kuberay/ray-operator/config/crd?ref=v1.5.1&timeout=90s"
6262

6363
# Step 2: Install KubeRay operator only. (for developer)
64-
helm install kuberay-operator kuberay/kuberay-operator --version 1.5.0 --skip-crds
64+
helm install kuberay-operator kuberay/kuberay-operator --version 1.5.1 --skip-crds
6565
```
6666

6767
## List the chart
@@ -71,7 +71,7 @@ To list the `my-release` deployment:
7171
```sh
7272
helm 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.5.0
74+
# kuberay-operator default 1 2023-09-22 02:57:17.306616331 +0000 UTC deployed kuberay-operator-1.5.1
7575
```
7676

7777
## Uninstall the Chart
@@ -147,8 +147,9 @@ spec:
147147
| nameOverride | string | `"kuberay-operator"` | String to partially override release name. |
148148
| fullnameOverride | string | `"kuberay-operator"` | String to fully override release name. |
149149
| componentOverride | string | `"kuberay-operator"` | String to override component name. |
150+
| replicas | int | `1` | Number of replicas for the KubeRay operator Deployment. |
150151
| image.repository | string | `"quay.io/kuberay/operator"` | Image repository. |
151-
| image.tag | string | `"v1.5.0"` | Image tag. |
152+
| image.tag | string | `"v1.5.1"` | Image tag. |
152153
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
153154
| imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry |
154155
| nodeSelector | object | `{}` | Restrict to run on particular nodes. |

helm-chart/kuberay-operator/crds/ray.io_rayclusters.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ spec:
6262
type: object
6363
spec:
6464
properties:
65+
authOptions:
66+
properties:
67+
mode:
68+
enum:
69+
- disabled
70+
- token
71+
type: string
72+
type: object
6573
autoscalerOptions:
6674
properties:
6775
env:

helm-chart/kuberay-operator/crds/ray.io_rayjobs.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,14 @@ spec:
144144
type: object
145145
rayClusterSpec:
146146
properties:
147+
authOptions:
148+
properties:
149+
mode:
150+
enum:
151+
- disabled
152+
- token
153+
type: string
154+
type: object
147155
autoscalerOptions:
148156
properties:
149157
env:

helm-chart/kuberay-operator/crds/ray.io_rayservices.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ spec:
4242
type: boolean
4343
rayClusterConfig:
4444
properties:
45+
authOptions:
46+
properties:
47+
mode:
48+
enum:
49+
- disabled
50+
- token
51+
type: string
52+
type: object
4553
autoscalerOptions:
4654
properties:
4755
env:

helm-chart/kuberay-operator/templates/_helpers.tpl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,15 @@ rules:
169169
- pods/resize
170170
verbs:
171171
- patch
172+
- apiGroups:
173+
- ""
174+
resources:
175+
- secrets
176+
verbs:
177+
- create
178+
- get
179+
- list
180+
- watch
172181
- apiGroups:
173182
- ""
174183
resources:

helm-chart/kuberay-operator/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
{{- toYaml . | nindent 4 }}
1010
{{- end }}
1111
spec:
12-
replicas: 1
12+
replicas: {{ .Values.replicas | default 1 }}
1313
strategy:
1414
type: Recreate
1515
selector:

0 commit comments

Comments
 (0)