Skip to content

Commit

Permalink
Update values.yaml (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Oct 10, 2024
1 parent 940132e commit c7de787
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 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.30
version: 0.4.31
# 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.14.1
Expand Down
10 changes: 5 additions & 5 deletions charts/datahub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -417,13 +417,13 @@ datahubSystemUpdate:
timezone: "UTC"
# overridden if dynamic.dailyCronWindow.enable is true
interval: "0 1 * * *"
cleanup_expired_tokens: false
truncate_indices: true
cleanup_expired_tokens: "false"
truncate_indices: "true"
dataprocess_cleanup:
retention_days: 30
delete_empty_data_jobs: true
delete_empty_data_flows: true
hard_delete_entities: false
delete_empty_data_jobs: "true"
delete_empty_data_flows: "true"
hard_delete_entities: "false"
keep_last_n: 10
soft_deleted_entities_cleanup:
retention_days: 30
Expand Down

0 comments on commit c7de787

Please sign in to comment.