File tree 3 files changed +4
-4
lines changed
subcharts/datahub-mae-consumer
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A Helm chart for DataHub
4
4
type : application
5
5
# This is the chart version. This version number should be incremented each time you make changes
6
6
# to the chart and its templates, including the app version.
7
- version : 0.5.8
7
+ version : 0.5.9
8
8
# This is the version number of the application being deployed. This version number should be
9
9
# incremented each time you make changes to the application.
10
10
appVersion : 0.15.0
@@ -18,7 +18,7 @@ dependencies:
18
18
repository : file://./subcharts/datahub-frontend
19
19
condition : datahub-frontend.enabled
20
20
- name : datahub-mae-consumer
21
- version : 0.2.165
21
+ version : 0.2.166
22
22
repository : file://./subcharts/datahub-mae-consumer
23
23
condition : global.datahub_standalone_consumers_enabled
24
24
- name : datahub-mce-consumer
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes
12
12
type : application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
- version : 0.2.165
15
+ version : 0.2.166
16
16
# This is the version number of the application being deployed. This version number should be
17
17
# incremented each time you make changes to the application.
18
18
appVersion : v0.15.0
Original file line number Diff line number Diff line change 94
94
failureThreshold : {{ .Values.readinessProbe.failureThreshold }}
95
95
env :
96
96
- name : PRE_PROCESS_HOOKS_UI_ENABLED
97
- value : { { or .Values.global.datahub.reProcessUIEventHooks (not .Values.global.datahub.preProcessHooksUIEnabled) | quote } }
97
+ value : {{ or .Values.global.datahub.reProcessUIEventHooks (not .Values.global.datahub.preProcessHooksUIEnabled) | quote }}
98
98
- name : ENTITY_VERSIONING_ENABLED
99
99
value : {{ .Values.global.datahub.entityVersioning.enabled | quote }}
100
100
- name : SHOW_SEARCH_FILTERS_V2
You can’t perform that action at this time.
0 commit comments