diff --git a/helm/fuel-block-committer/Chart.yaml b/helm/fuel-block-committer/Chart.yaml index 998d08e5..f59f39d8 100644 --- a/helm/fuel-block-committer/Chart.yaml +++ b/helm/fuel-block-committer/Chart.yaml @@ -15,7 +15,7 @@ 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.4.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/helm/fuel-block-committer/templates/deployment.yaml b/helm/fuel-block-committer/templates/deployment.yaml index 6d3b398a..21a6a834 100644 --- a/helm/fuel-block-committer/templates/deployment.yaml +++ b/helm/fuel-block-committer/templates/deployment.yaml @@ -58,7 +58,7 @@ spec: periodSeconds: 5 timeoutSeconds: 10 volumeMounts: - - name: {{ include "fuel-block-committer.fullname" . }} + - name: {{ include "fuel-block-committer.fullname" . }}-vol mountPath: "/mnt/db" resources: {{- toYaml .Values.resources | nindent 12 }}