From 938c715455cac2f01d967ecf4c587aa3b4e00879 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 16 Dec 2023 13:59:06 +0100 Subject: [PATCH] fix(dispatch) fix wrong value path for db init container --- charts/dispatch/Chart.yaml | 2 +- charts/dispatch/templates/web-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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