Skip to content

Commit

Permalink
release 1.1.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin85421 authored Mar 22, 2024
1 parent 8aa12f4 commit cf917ef
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
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.1.0-rc.1
version: 1.1.0
2 changes: 1 addition & 1 deletion helm-chart/kuberay-apiserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
name: "kuberay-apiserver"
image:
repository: quay.io/kuberay/apiserver
tag: v1.1.0-rc.1
tag: v1.1.0
pullPolicy: IfNotPresent

## Install Default RBAC roles and bindings
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/kuberay-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
description: A Helm chart for Kubernetes
name: kuberay-operator
version: 1.1.0-rc.1
version: 1.1.0
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
type: application
4 changes: 3 additions & 1 deletion helm-chart/kuberay-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: quay.io/kuberay/operator
tag: v1.1.0-rc.1
tag: v1.1.0
pullPolicy: IfNotPresent

nameOverride: "kuberay-operator"
Expand Down Expand Up @@ -67,6 +67,8 @@ securityContext:
drop:
- ALL
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault


# 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.
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/ray-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
description: A Helm chart for Kubernetes
name: ray-cluster
version: 1.1.0-rc.1
version: 1.1.0
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
1 change: 0 additions & 1 deletion helm-chart/ray-cluster/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Create chart name and version as used by the chart label.
Common labels
*/}}
{{- define "ray-cluster.labels" -}}
app.kubernetes.io/name: {{ include "ray-cluster.name" . }}
helm.sh/chart: {{ include "ray-cluster.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- if .Chart.AppVersion }}
Expand Down

0 comments on commit cf917ef

Please sign in to comment.