Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release runAsNonRoot SparkOperator #184

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/spark-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Spark Operator (b/g part)
name: spark-operator
version: 0.1.24
version: 0.1.25
appVersion: v1beta2-1.3.4-3.1.1
dependencies:
- name: spark-operator
Expand Down
5 changes: 3 additions & 2 deletions charts/spark-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spark-operator: # This section controls the behavior of the spark operator sub-
sparkJobNamespace: "" # Empty means manage Spark apps in all namespaces
image:
repository: public.ecr.aws/ocean-spark/spark-operator
tag: 1aad721-gen19
tag: 195ccf4-gen20
pullPolicy: IfNotPresent
imagePullSecrets: []

Expand All @@ -20,7 +20,8 @@ spark-operator: # This section controls the behavior of the spark operator sub-

disableExecutorReporting: false

securityContext: {}
securityContext:
runAsNonRoot: true

webhook:
enable: true
Expand Down
Loading