From caf413c134c8e90f945e40716bc8692a261df392 Mon Sep 17 00:00:00 2001 From: antoninguyot Date: Thu, 11 Jul 2024 18:23:22 +0200 Subject: [PATCH] fixed upgrade pod --- templates/upgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/upgrade.yml b/templates/upgrade.yml index 4570653..b474153 100644 --- a/templates/upgrade.yml +++ b/templates/upgrade.yml @@ -17,7 +17,7 @@ spec: - name: horizon-upgrade image: {{ include "common.images.image" (dict "imageRoot" .Values.upgrade.image "global" .Values.global) }} imagePullPolicy: {{ .Values.upgrade.image.pullPolicy | default "IfNotPresent" | quote }} - {{- include "common.images.renderPullSecrets" (dict "images" (list .Values.upgrade.image) "context" $) | nindent 5 }} + {{- include "common.images.renderPullSecrets" (dict "images" (list .Values.upgrade.image) "context" $) | nindent 10 }} args: [ "-y", "-m", "$(MONGODB_URI)",