Skip to content

Commit

Permalink
Merge branch 'main' into BGD-4743-bigdata-watcher-0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alextarasov-spot authored Feb 21, 2024
2 parents 98dcb98 + 1703c32 commit 65fb32e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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

0 comments on commit 65fb32e

Please sign in to comment.