diff --git a/spark-history-server.tf b/spark-history-server.tf index 28d0356..9c8c2e7 100644 --- a/spark-history-server.tf +++ b/spark-history-server.tf @@ -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 diff --git a/spark-operator.tf b/spark-operator.tf index bff7ab1..69ba261 100644 --- a/spark-operator.tf +++ b/spark-operator.tf @@ -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" {