Skip to content

Commit

Permalink
Merge branch 'main' into update-python-3-12-5
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet authored Sep 23, 2024
2 parents b016ea5 + 5dc675d commit 380a047
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/rstudio-sparkr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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: 2.1.1
version: 2.1.2
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio-sparkr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rstudio-sparkr

![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The RStudio IDE with a collection of standard data science packages. It includes SparkR, an R package that provides an interface to use Apache Spark from R.

Expand Down
2 changes: 0 additions & 2 deletions charts/rstudio-sparkr/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ spec:
{{- end }}
- name: PASSWORD
value: {{ .Values.security.password }}
{{- if .Values.environment.root }}
- name: ROOT
value: "TRUE"
- name: PROJECT_USER
Expand All @@ -179,7 +178,6 @@ spec:
value: {{ .Values.environment.group }}
- name: ROOT_PROJECT_DIRECTORY
value: /home/{{ .Values.environment.user }}/work
{{- end }}
{{- if .Values.init.regionInit }}
- name: REGION_INIT_SCRIPT
value: {{ .Values.init.regionInit }}
Expand Down

0 comments on commit 380a047

Please sign in to comment.