Skip to content

Commit

Permalink
feat(release): v0.13.0 (#434)
Browse files Browse the repository at this point in the history
* feat(release): v0.13.0

* enabled nonblocking

* fix lint
  • Loading branch information
RyanHolstien authored Mar 4, 2024
1 parent 37aedb1 commit 1f1d4d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/datahub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ 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.3.30
version: 0.4.0
# 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.12.1
appVersion: 0.13.0
dependencies:
- name: datahub-gms
version: 0.2.163
Expand Down
7 changes: 4 additions & 3 deletions charts/datahub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,11 @@ datahubSystemUpdate:
# steps are completed, the non-blocking job runs while the rest of the
# system is starting.
nonblocking:
enabled: false
enabled: true
# When mode = 'nonblocking' the nonblocking job should not include the above helm.sh/hook annotations
annotations: {}
image:
args:
# Add custom command / arguments to this job. Useful if you need a custom startup or shutdown script
# to run
# command: customCommand
Expand Down Expand Up @@ -650,7 +651,7 @@ global:
# value: password

datahub:
version: v0.12.1
version: v0.13.0
gms:
protocol: "http"
port: "8080"
Expand Down Expand Up @@ -688,7 +689,7 @@ global:

managed_ingestion:
enabled: true
defaultCliVersion: "0.12.1.1"
defaultCliVersion: "0.13.0.0"

metadata_service_authentication:
enabled: true
Expand Down

0 comments on commit 1f1d4d8

Please sign in to comment.