fix(element): Use a separate image configuration for the bootstrap tasks

This commit is contained in:
Dominik Henneke
2023-10-17 10:54:32 +02:00
parent fd9e04d992
commit 7f7c364071
3 changed files with 8 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ configuration:
image:
registry: "{{ .Values.global.imageRegistry }}"
url: "{{ .Values.images.openxchangeBootstrap.repository }}"
tag: "{{ .Values.images.openxchangeBootstrap.tag }}"
url: "{{ .Values.images.synapseCreateUser.repository }}"
tag: "{{ .Values.images.synapseCreateUser.tag }}"
imagePullPolicy: "{{ .Values.global.imagePullPolicy }}"
...