File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
charts/sf-archival/charts/spark-manager Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ data:
107107 " --conf" ,
108108 " spark.kubernetes.executor.label.release={{ .Release.Name }}" ,
109109 " --conf" ,
110- " spark.kubernetes.container.image={{ .Values.compactionImage }}" ,
110+ " spark.kubernetes.container.image={{ .Values.orcCompaction.image.repository }}:{{ .Values.orcCompaction.image.tag }}" ,
111111 " --conf" ,
112112{{- with (index .Values.global.imagePullSecrets 0) }}
113113 " spark.kubernetes.container.image.pullSecrets={{ .name }}" ,
@@ -202,7 +202,7 @@ data:
202202 },
203203 " task_subnet " : " {{ .Values.infrastructure.EcsFargate.taskSubnet }}" ,
204204 " task_security_group " : " {{ .Values.infrastructure.EcsFargate.taskSecurityGroup }}" ,
205- " task_image " : " {{ .Values.compactionImage }}" ,
205+ " task_image " : " {{ .Values.orcCompaction.image.repository }}:{{ .Values.orcCompaction.image.tag }}" ,
206206 " compaction_secret_arn " : " {{ .Values.infrastructure.EcsFargate.compactionSecretArn }}"
207207 }
208208 }
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ cbsparkevent:
44 pullPolicy : IfNotPresent
55 repository : snappyflowml/cb-spark-event
66 tag : ' 2-0-117'
7- compactionImage : snappyflowml/spark-compact-orc:2
7+ orcCompaction :
8+ image :
9+ repository : snappyflowml/spark-compact-orc
10+ tag : ' 2'
811fullnameOverride : ' '
912jobserver :
1013 containerResources :
You can’t perform that action at this time.
0 commit comments