diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5679af..afd720c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "1.0.4" + HELM_CHART_VERSION: "1.0.5" stages: - deploy diff --git a/Chart/templates/deployment.yaml b/Chart/templates/deployment.yaml index e298c02..8e03023 100644 --- a/Chart/templates/deployment.yaml +++ b/Chart/templates/deployment.yaml @@ -143,6 +143,9 @@ spec: - name: serverconfig mountPath: /init-go/config.json subPath: init.json + - name: serverconfig + mountPath: /docker-entrypoint.d/unit.json + subPath: unit.json {{- if .Values.storage.local.active }} {{- range .Values.storage.folders }} - name: local