diff --git a/charts/dispatch/Chart.yaml b/charts/dispatch/Chart.yaml index b4bdaca..3071008 100644 --- a/charts/dispatch/Chart.yaml +++ b/charts/dispatch/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: dispatch description: Netflix Dispatch incident management system -version: 0.2.7 \ No newline at end of file +version: 0.2.8 \ No newline at end of file diff --git a/charts/dispatch/templates/web-deployment.yaml b/charts/dispatch/templates/web-deployment.yaml index 889644c..15c0320 100644 --- a/charts/dispatch/templates/web-deployment.yaml +++ b/charts/dispatch/templates/web-deployment.yaml @@ -18,7 +18,7 @@ spec: initContainers: - name: web-db-init image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" - command: ["dispatch", "web", "database", "init"] + command: ["dispatch", "database", "init"] env: &dispatchEnv - name: DISPATCH_UI_URL value: "{{ .Values.url }}"