From 0c04d7ea2be24577bc2533679303cbfcb3f9e850 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 9 Nov 2023 11:42:05 +0800 Subject: [PATCH 1/2] style(datahub-frontend): change order of attributes to correct the hierarchy 1. move up randomAdminPassword and manualValues to be under defaultUserCredentials --- charts/datahub/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/datahub/values.yaml b/charts/datahub/values.yaml index c0e76e5a6..01330a545 100644 --- a/charts/datahub/values.yaml +++ b/charts/datahub/values.yaml @@ -45,14 +45,14 @@ datahub-frontend: ingress: enabled: false defaultUserCredentials: {} + # randomAdminPassword: true + # You can also set specific passwords for default users + # manualValues: | + # datahub:manualPassword + # initialViewer:manualPassword # Optionaly specify service type for datahub-frontend: LoadBalancer, ClusterIP or NodePort, by default: LoadBalancer # service: # type: ClusterIP - # randomAdminPassword: true - # # You can also set specific passwords for default users - # # manualValues: | - # # datahub:manualPassword - # # initialViewer:manualPassword acryl-datahub-actions: enabled: true From bde0efa8364b36e8bfc3e571166a1dae737f56d8 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 17 Nov 2023 10:08:17 +0800 Subject: [PATCH 2/2] build: bump chart version to 0.3.11 for lint test --- charts/datahub/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index a65d84512..5505d8ad1 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.3.7 +version: 0.3.11 # 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.11.0