File tree 3 files changed +9
-5
lines changed
charts/datahub-executor-worker
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
version : v3.4.0
30
30
31
- - uses : actions/setup-python@v2
31
+ - uses : actions/setup-python@v5
32
32
with :
33
- python-version : 3.7
33
+ python-version : " 3.10 "
34
34
35
35
- name : Set up chart-testing
36
36
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : datahub-executor-worker
3
3
description : A Helm chart for datahub-executor-worker
4
4
type : application
5
- version : 0.0.11
6
- appVersion : 0.0.1
5
+ version : 0.0.12
6
+ appVersion : 0.3.7.3
7
7
maintainers :
8
8
- name : DataHub
9
9
Original file line number Diff line number Diff line change @@ -142,9 +142,13 @@ spec:
142
142
value : {{ .Values.global.datahub.executor.ingestions.signal_poll_interval | quote }}
143
143
- name : DATAHUB_EXECUTOR_MONITORS_MAX_WORKERS
144
144
value : {{ .Values.global.datahub.executor.monitors.max_workers | quote }}
145
- {{- if .Values.extraEnvs }}
145
+ {{- if .Values.extraEnvs - }}
146
146
{{ toYaml .Values.extraEnvs | nindent 12 }}
147
147
{{- end }}
148
+ {{- if .Values.extraEnvsFrom }}
149
+ envFrom :
150
+ {{- toYaml .Values.extraEnvsFrom | nindent 12 }}
151
+ {{- end }}
148
152
volumeMounts :
149
153
{{- if .Values.extraCaCerts }}
150
154
- name : ca-certs
You can’t perform that action at this time.
0 commit comments