Skip to content

Commit

Permalink
Merge pull request #37 from ovaleanu/update_spark
Browse files Browse the repository at this point in the history
feat: Spark update
  • Loading branch information
vara-bonthu authored May 14, 2024
2 parents 1034c43 + 493681c commit 3023322
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions spark-history-server.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ sparkConf: |-
spark.eventLog.enabled=true
spark.history.ui.port=18080
image:
repository: public.ecr.aws/data-on-eks/spark3.3.1-web-ui
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: latest
resources:
limits:
cpu: 200m
Expand Down
2 changes: 1 addition & 1 deletion spark-operator.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
spark_operator_name = "spark-operator"
spark_operator_repository = "https://kubeflow.github.io/spark-operator"
spark_operator_version = "1.1.27"
spark_operator_version = "1.2.15"
}

resource "helm_release" "spark_operator" {
Expand Down

0 comments on commit 3023322

Please sign in to comment.