From bd670a922fb13f66446d26925e96c3424e546ec6 Mon Sep 17 00:00:00 2001 From: Indy Prentice Date: Thu, 3 Aug 2023 01:30:02 -0300 Subject: [PATCH] Helm update for 0.10.5 release (#346) * Helm update for 0.10.5 release * use latest point release for ingestion --- charts/datahub/Chart.yaml | 4 ++-- charts/datahub/quickstart-values-with-neo4j.yaml | 4 ++-- charts/datahub/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index 251e85465..da510e51f 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.2.180 +version: 0.2.181 # 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.10.4 +appVersion: 0.10.5 dependencies: - name: datahub-gms version: 0.2.150 diff --git a/charts/datahub/quickstart-values-with-neo4j.yaml b/charts/datahub/quickstart-values-with-neo4j.yaml index cf033a9c3..d616daf7a 100644 --- a/charts/datahub/quickstart-values-with-neo4j.yaml +++ b/charts/datahub/quickstart-values-with-neo4j.yaml @@ -107,7 +107,7 @@ global: secretKey: mysql-root-password datahub: - version: v0.10.4 + version: v0.10.5 gms: port: "8080" mae_consumer: @@ -116,4 +116,4 @@ global: managed_ingestion: enabled: true - defaultCliVersion: "0.10.0" + defaultCliVersion: "0.10.5.4" diff --git a/charts/datahub/values.yaml b/charts/datahub/values.yaml index 907c0cc66..0c840997a 100644 --- a/charts/datahub/values.yaml +++ b/charts/datahub/values.yaml @@ -554,7 +554,7 @@ global: # value: password datahub: - version: v0.10.4 + version: v0.10.5 gms: port: "8080" nodePort: "30001" @@ -586,7 +586,7 @@ global: managed_ingestion: enabled: true - defaultCliVersion: "0.10.4" + defaultCliVersion: "0.10.5.4" metadata_service_authentication: enabled: false