Skip to content

Commit cf917ef

Browse files
authored
release 1.1.0 (#33)
1 parent 8aa12f4 commit cf917ef

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

helm-chart/kuberay-apiserver/Chart.yaml

+1-1
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.1.0-rc.1
18+
version: 1.1.0

helm-chart/kuberay-apiserver/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replicaCount: 1
77
name: "kuberay-apiserver"
88
image:
99
repository: quay.io/kuberay/apiserver
10-
tag: v1.1.0-rc.1
10+
tag: v1.1.0
1111
pullPolicy: IfNotPresent
1212

1313
## Install Default RBAC roles and bindings
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
description: A Helm chart for Kubernetes
33
name: kuberay-operator
4-
version: 1.1.0-rc.1
4+
version: 1.1.0
55
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
66
type: application

helm-chart/kuberay-operator/values.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: quay.io/kuberay/operator
7-
tag: v1.1.0-rc.1
7+
tag: v1.1.0
88
pullPolicy: IfNotPresent
99

1010
nameOverride: "kuberay-operator"
@@ -67,6 +67,8 @@ securityContext:
6767
drop:
6868
- ALL
6969
runAsNonRoot: true
70+
seccompProfile:
71+
type: RuntimeDefault
7072

7173

7274
# If rbacEnable is set to false, no RBAC resources will be created, including the Role for leader election, the Role for Pods and Services, and so on.

helm-chart/ray-cluster/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
22
description: A Helm chart for Kubernetes
33
name: ray-cluster
4-
version: 1.1.0-rc.1
4+
version: 1.1.0
55
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png

helm-chart/ray-cluster/templates/_helpers.tpl

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Create chart name and version as used by the chart label.
3535
Common labels
3636
*/}}
3737
{{- define "ray-cluster.labels" -}}
38-
app.kubernetes.io/name: {{ include "ray-cluster.name" . }}
3938
helm.sh/chart: {{ include "ray-cluster.chart" . }}
4039
app.kubernetes.io/instance: {{ .Release.Name }}
4140
{{- if .Chart.AppVersion }}

0 commit comments

Comments
 (0)