Skip to content

Commit ee99be9

Browse files
authored
Merge pull request #633 from Lakshanya-M-ML/master
changes related to orc-compaction image
2 parents 53c080b + e93012d commit ee99be9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

charts/sf-archival/charts/spark-manager/templates/configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

charts/sf-archival/charts/spark-manager/values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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'
811
fullnameOverride: ''
912
jobserver:
1013
containerResources:

0 commit comments

Comments
 (0)