diff --git a/charts/dispatch/Chart.yaml b/charts/dispatch/Chart.yaml index 54e6adb..71834c3 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.1.2 \ No newline at end of file +version: 0.1.3 \ No newline at end of file diff --git a/charts/dispatch/templates/web-deployment.yaml b/charts/dispatch/templates/web-deployment.yaml index 6c19d86..a9e4503 100644 --- a/charts/dispatch/templates/web-deployment.yaml +++ b/charts/dispatch/templates/web-deployment.yaml @@ -16,7 +16,7 @@ spec: spec: initContainers: - name: web-db-init - image: "{{ .Values.web.image.repository }}:{{ .Values.web.image.tag }}" + image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" command: ["web", "database", "init"] containers: - name: web