From e6481ff50ab7279c16b77153944576f0c8067aa9 Mon Sep 17 00:00:00 2001 From: RyanHolstien Date: Fri, 16 Aug 2024 16:40:40 -0500 Subject: [PATCH] feat(release): release hotfix 0.14.0.1 --- 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 720127256..52f17808d 100644 --- a/charts/datahub/Chart.yaml +++ b/charts/datahub/Chart.yaml @@ -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.21 +version: 0.4.22 # 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 +appVersion: 0.14.0.1 dependencies: - name: datahub-gms version: 0.2.171 diff --git a/charts/datahub/values.yaml b/charts/datahub/values.yaml index 6e987765a..be01bb885 100644 --- a/charts/datahub/values.yaml +++ b/charts/datahub/values.yaml @@ -693,7 +693,7 @@ global: # value: password datahub: - version: v0.14.0 + version: v0.14.0.1 gms: protocol: "http" port: "8080"