From 89c92c8ac73b4dc371d647216d60dff28cc7c9ae Mon Sep 17 00:00:00 2001 From: david-leifker <114954101+david-leifker@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:29:41 -0500 Subject: [PATCH] bump hotfix release v0.13.2 (#455) --- charts/datahub/Chart.yaml | 4 ++-- charts/datahub/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index 250730f7a..8efe4f97a 100644 --- a/charts/datahub/Chart.yaml +++ b/charts/datahub/Chart.yaml @@ -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.4.8 +version: 0.4.9 # 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 +appVersion: 0.13.2 dependencies: - name: datahub-gms version: 0.2.167 diff --git a/charts/datahub/values.yaml b/charts/datahub/values.yaml index 9bb3936bc..dc20b2f31 100644 --- a/charts/datahub/values.yaml +++ b/charts/datahub/values.yaml @@ -655,7 +655,7 @@ global: # value: password datahub: - version: v0.13.1 + version: v0.13.2 gms: protocol: "http" port: "8080"