diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index 149e95c10..5954c3240 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.2.188 +version: 0.2.189 # 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 @@ -14,7 +14,7 @@ dependencies: repository: file://./subcharts/datahub-gms condition: datahub-gms.enabled - name: datahub-frontend - version: 0.2.141 + version: 0.2.142 repository: file://./subcharts/datahub-frontend condition: datahub-frontend.enabled - name: datahub-mae-consumer diff --git a/charts/datahub/subcharts/datahub-frontend/Chart.yaml b/charts/datahub/subcharts/datahub-frontend/Chart.yaml index 1c07a61b5..98bec17fd 100644 --- a/charts/datahub/subcharts/datahub-frontend/Chart.yaml +++ b/charts/datahub/subcharts/datahub-frontend/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes 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.141 +version: 0.2.142 # 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: v0.11.0 diff --git a/charts/datahub/subcharts/datahub-frontend/templates/secrets.yaml b/charts/datahub/subcharts/datahub-frontend/templates/secrets.yaml index 9faeb32e0..e3bc54221 100644 --- a/charts/datahub/subcharts/datahub-frontend/templates/secrets.yaml +++ b/charts/datahub/subcharts/datahub-frontend/templates/secrets.yaml @@ -7,5 +7,5 @@ metadata: {{- include "datahub-frontend.labels" . | nindent 4 }} type: Opaque data: - datahub.gms.secret: {{ randAlphaNum 10 | b64enc | quote }} + datahub.gms.secret: {{ randAscii 32 | b64enc | quote }} {{- end -}} \ No newline at end of file