From 1efe6e639d80e9f8d2b2cb0f8cdd43f13f8bcb33 Mon Sep 17 00:00:00 2001 From: david-leifker <114954101+david-leifker@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:24:19 -0500 Subject: [PATCH] bump(actions): bump actions version (#448) --- charts/datahub/Chart.yaml | 2 +- charts/datahub/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index e630f8da3..129a25b0e 100644 --- a/charts/datahub/Chart.yaml +++ b/charts/datahub/Chart.yaml @@ -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.3 +version: 0.4.4 # 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.0 diff --git a/charts/datahub/values.yaml b/charts/datahub/values.yaml index 0f5123ad0..d0d31afbf 100644 --- a/charts/datahub/values.yaml +++ b/charts/datahub/values.yaml @@ -68,7 +68,7 @@ acryl-datahub-actions: enabled: true image: repository: acryldata/datahub-actions - tag: "v0.0.13" + tag: "v0.0.15" # Add custom command / arguments to this job. Useful if you need a custom startup or shutdown script # to run # command: customCommand