Skip to content

Commit

Permalink
chore(bump): bump chart for v0.14.1 (#505)
Browse files Browse the repository at this point in the history
* chore(bump): bump chart for v0.14.1
  • Loading branch information
david-leifker authored Sep 18, 2024
1 parent ced03ec commit 09ac2cf
Show file tree
Hide file tree
Showing 2 changed files with 5 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 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.25
version: 0.4.26
# 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.0.2
appVersion: 0.14.1
dependencies:
- name: datahub-gms
version: 0.2.172
Expand Down
6 changes: 3 additions & 3 deletions charts/datahub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ acryl-datahub-actions:
enabled: true
image:
repository: acryldata/datahub-actions
tag: "v0.1.0"
tag: "v0.1.1"
# 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 @@ -694,7 +694,7 @@ global:
# value: password

datahub:
version: v0.14.0.2
version: v0.14.1
gms:
protocol: "http"
port: "8080"
Expand Down Expand Up @@ -732,7 +732,7 @@ global:

managed_ingestion:
enabled: true
defaultCliVersion: "0.14.0"
defaultCliVersion: "0.14.0.5"

metadata_service_authentication:
enabled: true
Expand Down

0 comments on commit 09ac2cf

Please sign in to comment.