diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 46dc2cc..b91f0ad 100644 --- a/helm/Chart.yaml +++ b/helm/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.1.4 +version: 0.1.5 # 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/templates/deployment.yaml b/helm/templates/deployment.yaml index ccfb369..c305391 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -36,7 +36,7 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy }} env: - name: "SHOULD_CRASH" - value: {{.Values.shouldCrash}} + value: "{{.Values.shouldCrash}}" ports: - name: http containerPort: {{ .Values.service.port }}