Skip to content

Commit

Permalink
revert non-blocking update (#454)
Browse files Browse the repository at this point in the history
* message corruption mcl
  • Loading branch information
david-leifker authored Apr 11, 2024
1 parent cee96ec commit 8a360a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4.7
version: 0.4.8
# 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.13.1
Expand Down
2 changes: 1 addition & 1 deletion charts/datahub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ datahubSystemUpdate:
# steps are completed, the non-blocking job runs while the rest of the
# system is starting.
nonblocking:
enabled: true
enabled: false
# When mode = 'nonblocking' the nonblocking job should not include the above helm.sh/hook annotations
annotations:
# This is what defines this resource as a hook. Without this line, the
Expand Down

0 comments on commit 8a360a1

Please sign in to comment.