fix(dispatch) fix wrong value path for db init container

This commit is contained in:
Tommy 2023-12-16 13:59:06 +01:00
parent 134b30be2b
commit 938c715455
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
apiVersion: v2
name: dispatch
description: Netflix Dispatch incident management system
version: 0.1.2
version: 0.1.3

View file

@ -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