Skip to content

Commit

Permalink
fix(config) Set search and browse flags default off (#339)
Browse files Browse the repository at this point in the history
* fix(config) Set search and browse flags default off
  • Loading branch information
chriscollins3456 authored Jul 6, 2023
1 parent 9e1b66a commit d56333b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/datahub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.178
version: 0.2.179
# 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
Expand Down
6 changes: 3 additions & 3 deletions charts/datahub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -620,9 +620,9 @@ global:

## 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
show_search_v2: false # If on, show the new search filters experience as of v0.10.5
show_browse_v2: false # If on, show the new browse experience as of v0.10.5
backfill_browse_v2: false # If on, run the backfill upgrade job that generates default browse paths for relevant entities

# hostAliases:
# - ip: "192.168.0.104"
Expand Down

0 comments on commit d56333b

Please sign in to comment.