diff --git a/charts/directus/Chart.yaml b/charts/directus/Chart.yaml index 3bad109..824d12b 100644 --- a/charts/directus/Chart.yaml +++ b/charts/directus/Chart.yaml @@ -6,7 +6,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.9.09 +version: 0.9.10 # This is the version number of the application being deployed. They should reflect the version # the application is using. diff --git a/charts/directus/templates/deployment.yaml b/charts/directus/templates/deployment.yaml index f8602cd..bb04c56 100644 --- a/charts/directus/templates/deployment.yaml +++ b/charts/directus/templates/deployment.yaml @@ -126,7 +126,7 @@ spec: {{- if .Values.extraEnvVars }} envFrom: - configMapRef: - name: {{ include "directus.fullname" . }}-extra-environment-variables + name: {{ include "directus.fullname" . }}-extra-environment-variables {{- end }} volumeMounts: - name: uploads @@ -186,7 +186,7 @@ spec: {{- if .Values.extraEnvVars }} envFrom: - configMapRef: - name: {{ include "directus.fullname" . }}-extra-environment-variables + name: {{ include "directus.fullname" . }}-extra-environment-variables {{- end }} volumeMounts: - mountPath: /startup-snapshot @@ -291,7 +291,7 @@ spec: {{- if .Values.extraEnvVars }} envFrom: - configMapRef: - name: {{ include "directus.fullname" . }}-extra-environment-variables + name: {{ include "directus.fullname" . }}-extra-environment-variables {{- end }} volumeMounts: {{- if .Values.snapshot }}