diff --git a/datahub/Chart.yaml b/datahub/Chart.yaml index 3e44807..f4ef0d5 100644 --- a/datahub/Chart.yaml +++ b/datahub/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: datahub description: A Helm chart to deploy the datahub application type: application -version: 0.4.2 +version: 0.4.3 appVersion: "1.16.0" maintainers: - name: geOrchestra diff --git a/datahub/templates/_bootstrap-datahub-configuration.tpl b/datahub/templates/_bootstrap-datahub-configuration.tpl index 31d748b..7b88776 100644 --- a/datahub/templates/_bootstrap-datahub-configuration.tpl +++ b/datahub/templates/_bootstrap-datahub-configuration.tpl @@ -9,9 +9,7 @@ cp /ssh-secret/ssh-privatekey /root/.ssh/id_rsa ; chmod 0600 /root/.ssh/id_rsa ; {{- end }} - if [ ! -f /etc/datahub/default.properties ] ; then - git clone --depth 1 --single-branch {{ .Values.configuration.git.url }} -b {{ .Values.configuration.git.ref }} /etc/datahub ; - fi ; + git clone --depth 1 --single-branch {{ .Values.configuration.git.url }} -b {{ .Values.configuration.git.ref }} /etc/datahub ; {{- if .Values.configuration.git.ssh_secret }} env: - name: GIT_SSH_COMMAND