From 66b13648ba5c9feb1d2b028e3ec6f0aa33a2cbc6 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Mon, 12 Jun 2023 12:18:43 +0200 Subject: [PATCH] fix(k8s): fix indexing job image --- .kontinuous/templates/indexing-job-template.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.kontinuous/templates/indexing-job-template.tpl b/.kontinuous/templates/indexing-job-template.tpl index 45b56adc..0d022e70 100644 --- a/.kontinuous/templates/indexing-job-template.tpl +++ b/.kontinuous/templates/indexing-job-template.tpl @@ -5,7 +5,7 @@ spec: containers: - name: update-index image: >- - {{ $.Values.global.registry}}/recherche-entreprises/index:{{ $.Values.global.imageTag }} + {{ $.Values.global.registry}}/cdtn/recherche-entreprises/index:{{ $.Values.global.imageTag }} volumeMounts: - name: data mountPath: /data @@ -31,7 +31,7 @@ spec: - /app/sqlite/build.sh command: - sh - image: {{ $.Values.global.registry}}/recherche-entreprises/index:{{ $.Values.global.imageTag }} + image: {{ $.Values.global.registry}}/cdtn/recherche-entreprises/index:{{ $.Values.global.imageTag }} imagePullPolicy: Always name: download-build-data env: @@ -47,4 +47,4 @@ spec: volumeMounts: - name: data mountPath: /app/sqlite/data -{{- end -}} \ No newline at end of file +{{- end -}}