File tree 9 files changed +27
-12
lines changed
9 files changed +27
-12
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ 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.11
7
+ version : 0.5.13
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
- appVersion : 0.15 .0
10
+ appVersion : v1.0 .0
11
11
dependencies :
12
12
- name : datahub-gms
13
- version : 0.2.178
13
+ version : 0.2.179
14
14
repository : file://./subcharts/datahub-gms
15
15
condition : datahub-gms.enabled
16
16
- name : datahub-frontend
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ type: application
15
15
version : 0.2.162
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
- appVersion : v0.15 .0
18
+ appVersion : v1.0 .0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ description: A Helm chart for DataHub's datahub-gms component
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.178
15
+ version : 0.2.179
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
- appVersion : v0.15 .0
18
+ appVersion : v1.0 .0
Original file line number Diff line number Diff line change @@ -107,6 +107,12 @@ spec:
107
107
periodSeconds : {{ .Values.readinessProbe.periodSeconds }}
108
108
failureThreshold : {{ .Values.readinessProbe.failureThreshold }}
109
109
env :
110
+ - name : THEME_V2_ENABLED
111
+ value : {{ .Values.theme_v2.enabled | quote }}
112
+ - name : THEME_V2_DEFAULT
113
+ value : {{ .Values.theme_v2.default | quote }}
114
+ - name : THEME_V2_TOGGLEABLE
115
+ value : {{ .Values.theme_v2.toggeable | quote }}
110
116
- name : ENTITY_VERSIONING_ENABLED
111
117
value : {{ .Values.global.datahub.entityVersioning.enabled | quote }}
112
118
- name : SHOW_SEARCH_FILTERS_V2
Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ imagePullSecrets: []
28
28
nameOverride : " "
29
29
fullnameOverride : " "
30
30
31
+ theme_v2 :
32
+ enabled : true
33
+ default : false
34
+ toggeable : true
35
+
31
36
terminationGracePeriodSeconds : 150
32
37
33
38
serviceAccount :
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ type: application
15
15
version : 0.2.146
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
- appVersion : v0.14.1
18
+ appVersion : v1.0.0
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ type: application
15
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
- appVersion : v0.15 .0
18
+ appVersion : v1.0 .0
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ type: application
15
15
version : 0.2.169
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
- appVersion : v0.15 .0
18
+ appVersion : v1.0 .0
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ datahub-gms:
23
23
initialDelaySeconds : 120
24
24
periodSeconds : 30
25
25
failureThreshold : 8
26
+ theme_v2 :
27
+ enabled : true
28
+ default : false
29
+ toggeable : true
26
30
# Optionaly specify service type for datahub-gms: LoadBalancer, ClusterIP or NodePort, by default: LoadBalancer
27
31
# service:
28
32
# type: ClusterIP
@@ -754,7 +758,7 @@ global:
754
758
# value: password
755
759
756
760
datahub :
757
- version : v0.15.0.1
761
+ version : v1.0.0
758
762
gms :
759
763
protocol : " http"
760
764
port : " 8080"
@@ -775,7 +779,7 @@ global:
775
779
port : " 9091"
776
780
nodePort : " 30002"
777
781
778
- appVersion : " 1.0"
782
+ appVersion : " 1.0.0 "
779
783
systemUpdate :
780
784
# # The following options control settings for datahub-upgrade job which will
781
785
# # managed ES indices and other update related work
@@ -795,7 +799,7 @@ global:
795
799
796
800
managed_ingestion :
797
801
enabled : true
798
- defaultCliVersion : " 0.15.0.1 "
802
+ defaultCliVersion : " 1.0.0 "
799
803
800
804
metadata_service_authentication :
801
805
enabled : true
You can’t perform that action at this time.
0 commit comments