diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index 41bd49d88..6403f1465 100644 --- a/charts/datahub/Chart.yaml +++ b/charts/datahub/Chart.yaml @@ -4,13 +4,13 @@ description: A Helm chart for LinkedIn DataHub type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.177 +version: 0.2.178 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: 0.10.4 dependencies: - name: datahub-gms - version: 0.2.149 + version: 0.2.150 repository: file://./subcharts/datahub-gms condition: datahub-gms.enabled - name: datahub-frontend @@ -18,11 +18,11 @@ dependencies: repository: file://./subcharts/datahub-frontend condition: datahub-frontend.enabled - name: datahub-mae-consumer - version: 0.2.145 + version: 0.2.146 repository: file://./subcharts/datahub-mae-consumer condition: global.datahub_standalone_consumers_enabled - name: datahub-mce-consumer - version: 0.2.147 + version: 0.2.149 repository: file://./subcharts/datahub-mce-consumer condition: global.datahub_standalone_consumers_enabled - name: datahub-ingestion-cron diff --git a/charts/datahub/subcharts/datahub-gms/Chart.yaml b/charts/datahub/subcharts/datahub-gms/Chart.yaml index dbb156773..1c8eb0cbd 100644 --- a/charts/datahub/subcharts/datahub-gms/Chart.yaml +++ b/charts/datahub/subcharts/datahub-gms/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for LinkedIn DataHub's datahub-gms component type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.149 +version: 0.2.150 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: v0.10.0 diff --git a/charts/datahub/subcharts/datahub-gms/templates/deployment.yaml b/charts/datahub/subcharts/datahub-gms/templates/deployment.yaml index c4b182231..45524b096 100644 --- a/charts/datahub/subcharts/datahub-gms/templates/deployment.yaml +++ b/charts/datahub/subcharts/datahub-gms/templates/deployment.yaml @@ -97,6 +97,12 @@ spec: periodSeconds: {{ .Values.readinessProbe.periodSeconds }} failureThreshold: {{ .Values.readinessProbe.failureThreshold }} env: + - name: SHOW_SEARCH_FILTERS_V2 + value: {{ .Values.global.datahub.search_and_browse.show_search_v2 | quote }} + - name: SHOW_BROWSE_V2 + value: {{ .Values.global.datahub.search_and_browse.show_browse_v2 | quote }} + - name: BACKFILL_BROWSE_PATHS_V2 + value: {{ .Values.global.datahub.search_and_browse.backfill_browse_v2 | quote }} {{- if .Values.global.elasticsearch.search.custom.enabled }} - name: ELASTICSEARCH_QUERY_CUSTOM_CONFIG_ENABLED value: "true" diff --git a/charts/datahub/subcharts/datahub-mae-consumer/Chart.yaml b/charts/datahub/subcharts/datahub-mae-consumer/Chart.yaml index ca13fbe89..00939a712 100644 --- a/charts/datahub/subcharts/datahub-mae-consumer/Chart.yaml +++ b/charts/datahub/subcharts/datahub-mae-consumer/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.145 +version: 0.2.146 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: v0.10.0 diff --git a/charts/datahub/subcharts/datahub-mae-consumer/templates/deployment.yaml b/charts/datahub/subcharts/datahub-mae-consumer/templates/deployment.yaml index b2ee85dfc..8d0cb142c 100644 --- a/charts/datahub/subcharts/datahub-mae-consumer/templates/deployment.yaml +++ b/charts/datahub/subcharts/datahub-mae-consumer/templates/deployment.yaml @@ -83,6 +83,12 @@ spec: periodSeconds: {{ .Values.readinessProbe.periodSeconds }} failureThreshold: {{ .Values.readinessProbe.failureThreshold }} env: + - name: SHOW_SEARCH_FILTERS_V2 + value: {{ .Values.global.datahub.search_and_browse.show_search_v2 | quote }} + - name: SHOW_BROWSE_V2 + value: {{ .Values.global.datahub.search_and_browse.show_browse_v2 | quote }} + - name: BACKFILL_BROWSE_PATHS_V2 + value: {{ .Values.global.datahub.search_and_browse.backfill_browse_v2 | quote }} {{- if .Values.global.datahub.systemUpdate.enabled }} - name: DATAHUB_UPGRADE_HISTORY_KAFKA_CONSUMER_GROUP_ID value: {{ printf "%s-%s" .Release.Name "duhe-consumer-job-client-mcl" }} diff --git a/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml b/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml index 4dfb9d21b..f2985ec66 100644 --- a/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml +++ b/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.147 +version: 0.2.149 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: v0.10.0 diff --git a/charts/datahub/subcharts/datahub-mce-consumer/templates/deployment.yaml b/charts/datahub/subcharts/datahub-mce-consumer/templates/deployment.yaml index 3c2e33c22..7b84f2268 100644 --- a/charts/datahub/subcharts/datahub-mce-consumer/templates/deployment.yaml +++ b/charts/datahub/subcharts/datahub-mce-consumer/templates/deployment.yaml @@ -87,6 +87,12 @@ spec: periodSeconds: {{ .Values.readinessProbe.periodSeconds }} failureThreshold: {{ .Values.readinessProbe.failureThreshold }} env: + - name: SHOW_SEARCH_FILTERS_V2 + value: {{ .Values.global.datahub.search_and_browse.show_search_v2 | quote }} + - name: SHOW_BROWSE_V2 + value: {{ .Values.global.datahub.search_and_browse.show_browse_v2 | quote }} + - name: BACKFILL_BROWSE_PATHS_V2 + value: {{ .Values.global.datahub.search_and_browse.backfill_browse_v2 | quote }} {{- if .Values.global.datahub.systemUpdate.enabled }} - name: DATAHUB_UPGRADE_HISTORY_KAFKA_CONSUMER_GROUP_ID value: {{ printf "%s-%s" .Release.Name "duhe-consumer-job-client-mcp" }} diff --git a/charts/datahub/values.yaml b/charts/datahub/values.yaml index 6c485aa77..680678350 100644 --- a/charts/datahub/values.yaml +++ b/charts/datahub/values.yaml @@ -618,6 +618,12 @@ global: ## Enables diff mode for graph writes, uses a different code path that produces a diff from previous to next to write relationships instead of wholesale deleting edges and reading enableGraphDiffMode: true + ## Values specific to the unified search and browse feature. + search_and_browse: + show_search_v2: true # If on, show the new search filters experience as of v0.10.5 + show_browse_v2: true # If on, show the new browse experience as of v0.10.5 + backfill_browse_v2: true # If on, run the backfill upgrade job that generates default browse paths for relevant entities + # hostAliases: # - ip: "192.168.0.104" # hostnames: